summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/clk-imx31.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: i.MX: Make timer available earlierSascha Hauer2013-06-181-1/+1
| | | | | | | | This moves the CCM drivers to core_initcall since this has no dependencies. This way we can be sure that the clock for the clocksource is available in at postcore_initcall time. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: Add devicetree support to the ccm driversSascha Hauer2012-10-051-0/+9
| | | | | | This adds the compatible strings to the CCM drivers. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/imx-clk'Sascha Hauer2012-10-041-1/+1
|
* ARM i.MX31: Switch to common clkSascha Hauer2012-10-041-0/+133
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>