1. 14 1月, 2013 1 次提交
    • S
      ARM: imx: correct low-power mode setting · 83ae2098
      Shawn Guo 提交于
      The hardware reset value of bit CCM_CLPCR_LPM enables WAIT mode
      (WAIT_UNCLOCKED) by default.  However this is undesirable because
      WAIT mode should only be enabled when there is a driver managing
      ARM clock gating.  Correct the initial power mode to WAIT_CLOCKED
      (disable WAIT mode).  While at it, the power mode after resuming
      is also set back to WAIT_CLOCKED from STOP_POWER_OFF.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      83ae2098
  2. 22 11月, 2012 3 次提交
  3. 16 11月, 2012 2 次提交
  4. 15 10月, 2012 1 次提交
  5. 19 9月, 2012 1 次提交
  6. 11 9月, 2012 1 次提交
    • S
      ARM: imx6q: replace clk_register_clkdev with clock DT lookup · 0e87e043
      Shawn Guo 提交于
      It really becomes an 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 imx6q 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>
      0e87e043
  7. 17 8月, 2012 1 次提交
  8. 12 7月, 2012 2 次提交
  9. 03 7月, 2012 1 次提交
  10. 02 7月, 2012 2 次提交
  11. 01 7月, 2012 1 次提交
  12. 16 5月, 2012 2 次提交
  13. 11 5月, 2012 3 次提交
  14. 09 5月, 2012 1 次提交