]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAP: DSS2: Remove core_dump_clocks
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 18 May 2011 09:37:58 +0000 (12:37 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 25 Jul 2011 07:08:16 +0000 (10:08 +0300)
commit7e42403e3bbce191ad7e4ce8c598d48be6232f57
treeb445c70c064ce862d6b932c1c0a5b00314284540
parent19077a736148360b8510fa3a45f919d1a6354b06
OMAP: DSS2: Remove core_dump_clocks

Currently dss.c does all the low level clock handling in the DSS, and
thus it contains pointers to all the clocks. This allows dss.c to dump
the clock information for all the clocks.

With pm_runtime this is no longer the case, as each submodule will
handle its clocks independently. Thus remove the core_dump_clocks
function as it cannot be used with pm_runtime.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dss.c