1. 05 1月, 2012 2 次提交
  2. 26 12月, 2011 1 次提交
  3. 17 11月, 2011 1 次提交
  4. 16 11月, 2011 2 次提交
  5. 11 11月, 2011 1 次提交
    • S
      arm/imx: remove imx_idle hook and use pm_idle instead · 8c6d8319
      Shawn Guo 提交于
      The patch removes imx_idle hook and use pm_idle instead to get imx
      arch_idle prepared for the cleanup.  It's suggested by Russel King
      as below.
      
      > The final removal of mach/system.h depends on getting rid of the arch_idle
      > thing.  While going through these headers, I was dismayed to find these:
      >
      > arch/arm/mach-s3c2410/include/mach/system.h:void (*s3c24xx_idle)(void);
      > arch/arm/plat-mxc/include/mach/system.h:extern void (*imx_idle)(void);
      >
      > when we have a perfectly good pm_idle hook already in place - so there's
      > no excuse for these especially when other platforms are already using
      > pm_idle to hook their platform specific idle function into.  This is
      > something that better be gone at the next merge window!
      Suggested-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Acked-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      8c6d8319
  6. 31 10月, 2011 4 次提交
  7. 18 10月, 2011 2 次提交
  8. 04 10月, 2011 1 次提交
  9. 26 9月, 2011 2 次提交
  10. 26 8月, 2011 1 次提交
  11. 01 8月, 2011 1 次提交
  12. 09 7月, 2011 1 次提交
  13. 07 6月, 2011 1 次提交
  14. 19 5月, 2011 2 次提交
  15. 10 2月, 2011 4 次提交
  16. 03 1月, 2011 1 次提交
  17. 24 11月, 2010 2 次提交
  18. 27 9月, 2010 1 次提交
  19. 10 2月, 2010 1 次提交
  20. 09 2月, 2010 1 次提交
  21. 27 1月, 2010 1 次提交
  22. 14 8月, 2009 2 次提交
  23. 07 8月, 2009 3 次提交
  24. 07 5月, 2009 1 次提交
  25. 13 3月, 2009 1 次提交
    • S
      [ARM] MX35: add clock support · 2cb536d1
      Sascha Hauer 提交于
      This patch adds clock support for i.MX35 SoCs. We do not support setting
      of clock rates yet, but most interesting clock rates should be reported.
      I couldn't test all clock rates and the datasheet contains some obvious
      bugs, so expect some bugs in this code.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      2cb536d1