Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-16 | ARM i.MX: remove now unnecessary argument from mxc_timer_init | Sascha Hauer | |
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-02 | ARM i.MX1: implement clocks using common clock framework | Sascha Hauer | |
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> |