| 0c672aae | 26-Mar-2013 |
Shawn Guo <[email protected]> |
clk: mxs: remove the use of mach level IO accessor
It removes the use of mach level IO accessor __mxs_setl/clrl, and hence removes mach header inclusion from clock driver.
Signed-off-by: Shawn Guo
clk: mxs: remove the use of mach level IO accessor
It removes the use of mach level IO accessor __mxs_setl/clrl, and hence removes mach header inclusion from clock driver.
Signed-off-by: Shawn Guo <[email protected]> Acked-by: Mike Turquette <[email protected]>
show more ...
|
| 2efb9504 | 25-Mar-2013 |
Shawn Guo <[email protected]> |
ARM: mxs: look up timrot clock from device tree
Change call clk_get_sys() to of_clk_get() to look up timrot clock from device tree, so that the clk_register_clkdev() call for timrot can be saved in
ARM: mxs: look up timrot clock from device tree
Change call clk_get_sys() to of_clk_get() to look up timrot clock from device tree, so that the clk_register_clkdev() call for timrot can be saved in clock driver.
Signed-off-by: Shawn Guo <[email protected]>
show more ...
|
| 53f9443d | 22-Aug-2012 |
Shawn Guo <[email protected]> |
clk: mxs: replace imx23 clk_register_clkdev with clock DT lookup
It really becomes a maintenance issue that every time a device needs to look up (clk_get) a clock we have to patch kernel clock file
clk: mxs: replace imx23 clk_register_clkdev with clock DT lookup
It really becomes a maintenance issue that every time a device needs to look up (clk_get) a clock we have to patch kernel clock file to call clk_register_clkdev for that clock.
Since clock DT support which is meant to resolve clock lookup in device tree is in place, the patch moves imx23 client devices' clock lookup over to device tree, so that any new lookup to be added at later time can just get done in DT instead of kernel.
Signed-off-by: Shawn Guo <[email protected]>
show more ...
|