commit | 7e42403e3bbce191ad7e4ce8c598d48be6232f57 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 18 12:37:58 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jul 25 10:08:16 2011 +0300 |
tree | b445c70c064ce862d6b932c1c0a5b00314284540 | |
parent | 19077a736148360b8510fa3a45f919d1a6354b06 [diff] |
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>