]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: asic3: add clock handling for MFD cells
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 5 Jun 2009 16:31:02 +0000 (18:31 +0200)
committerSamuel Ortiz <sameol@linux.intel.com>
Wed, 17 Jun 2009 17:41:41 +0000 (19:41 +0200)
commit28cc403838eb3d36fe932997723b886df1c37592
treea87e78d9f989126fe3afc2767af34b522ff2272d
parentc6604b6b44aaafc2c463a539aae30d93fb35f3bd
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>
drivers/mfd/asic3.c