commit | e956a2a87c60bf22eeea824ad208afc099850511 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <philipp.zabel@gmail.com> | Fri Jun 05 18:31:02 2009 +0200 |
committer | Samuel Ortiz <sameol@linux.intel.com> | Wed Jun 17 19:41:41 2009 +0200 |
tree | a87e78d9f989126fe3afc2767af34b522ff2272d | |
parent | 6483c1b5e1a6e3489640a1376e951395982e9615 [diff] |
mfd: asic3: add clock handling for MFD cells Since ASIC3 has to work on both PXA and S3C and since their struct clk implementations differ, we can't register out clocks with the clkdev mechanism (yet?). For now we have to keep clock handling internal to this driver and enable/disable the clocks via the mfd_cell->enable/disable functions. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>