aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/clk-imx1.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-05-16ARM i.MX: remove now unnecessary argument from mxc_timer_initSascha Hauer1-2/+1
As the timer code now does a clk_get to get its clock we don't need the struct clk argument anymore. This also changes the alternative EPIT timer to do a clk_get. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-05-02ARM i.MX1: implement clocks using common clock frameworkSascha Hauer1-0/+115
This also changes the DMA clkdev lookup to use the imx-dma driver name and "ahb" as connection ID to request the hclk dma clock. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>