1. 06 4月, 2015 1 次提交
  2. 13 3月, 2015 6 次提交
  3. 12 3月, 2015 1 次提交
  4. 04 3月, 2015 1 次提交
  5. 19 2月, 2015 1 次提交
  6. 02 2月, 2015 2 次提交
  7. 26 1月, 2015 1 次提交
  8. 17 1月, 2015 4 次提交
  9. 02 12月, 2014 1 次提交
  10. 27 11月, 2014 1 次提交
  11. 25 8月, 2014 1 次提交
  12. 20 8月, 2014 1 次提交
  13. 08 5月, 2014 1 次提交
  14. 20 12月, 2013 1 次提交
  15. 13 12月, 2013 1 次提交
  16. 02 12月, 2013 1 次提交
  17. 17 10月, 2013 1 次提交
    • D
      ARM: at91: cpuidle: Convert to platform driver · 5ad945ea
      Daniel Lezcano 提交于
      Using the platform driver model is a good way to separate the cpuidle specific
      code from the low level pm code. It allows to remove the dependency between
      these two components.
      
      The platform_device is located in the pm code and a 'set' function has been
      added to set the standby function from the AT91_SOC_START initialization
      function. Each SoC with a cpuidle driver will set the standby function in the
      platform_data field at init time. Then pm code will register the cpuidle
      platform device.
      
      The cpuidle driver will register the platform_driver and use the device's
      platform_data as a standby callback in the idle path.
      
      The at91_pm_enter function contains a { if then else } based on cpu_is_xx
      similar to what was in cpuidle. This is considered dangerous when adding a new
      SoC. Like the cpuidle driver, a standby ops is defined and assigned when the
      SoC init function specifies what is its standby function and reused in the
      at91_pm_enter's 'case' block.
      Signed-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
      Acked-by: NJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
      Acked-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      5ad945ea
  18. 21 6月, 2013 1 次提交
  19. 18 4月, 2013 1 次提交
  20. 14 3月, 2013 1 次提交
  21. 06 11月, 2012 3 次提交
  22. 04 10月, 2012 1 次提交
    • A
      ARM: at91: unused variable in at91_pm_verify_clocks · 9e0e4e11
      Arnd Bergmann 提交于
      The code using the variable 'i' in this function is conditional which
      results in a harmless compiler warning. Using the IS_ENABLED macro
      instead of #ifdef makes the code look nicer and gets rid of the
      warning.
      
      Without this patch, building at91sam9263_defconfig results in:
      
      /home/arnd/linux-arm/arch/arm/mach-at91/pm.c: In function 'at91_pm_verify_clocks':
      /home/arnd/linux-arm/arch/arm/mach-at91/pm.c:137:6: warning: unused variable 'i' [-Wunused-variable]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      9e0e4e11
  23. 02 7月, 2012 1 次提交
  24. 17 4月, 2012 1 次提交
  25. 15 3月, 2012 1 次提交
  26. 23 2月, 2012 4 次提交