1. 10 11月, 2012 8 次提交
  2. 30 10月, 2012 12 次提交
  3. 21 9月, 2012 1 次提交
  4. 20 9月, 2012 2 次提交
  5. 16 9月, 2012 1 次提交
  6. 11 9月, 2012 2 次提交
    • S
      clk: mxs: replace imx23 clk_register_clkdev with clock DT lookup · 53f9443d
      Shawn Guo 提交于
      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: NShawn Guo <shawn.guo@linaro.org>
      53f9443d
    • S
      clk: mxs: replace imx28 clk_register_clkdev with clock DT lookup · b598b9f3
      Shawn Guo 提交于
      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 imx28 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: NShawn Guo <shawn.guo@linaro.org>
      b598b9f3
  7. 08 9月, 2012 1 次提交
  8. 07 9月, 2012 8 次提交
  9. 05 9月, 2012 1 次提交
  10. 03 9月, 2012 1 次提交
  11. 01 9月, 2012 1 次提交
  12. 29 8月, 2012 2 次提交