1. 17 9月, 2013 3 次提交
  2. 30 8月, 2013 1 次提交
  3. 13 8月, 2013 3 次提交
  4. 06 8月, 2013 4 次提交
  5. 10 7月, 2013 1 次提交
  6. 19 6月, 2013 2 次提交
  7. 26 4月, 2013 1 次提交
  8. 23 4月, 2013 1 次提交
  9. 19 4月, 2013 1 次提交
  10. 12 4月, 2013 1 次提交
  11. 09 4月, 2013 1 次提交
  12. 08 4月, 2013 2 次提交
  13. 04 4月, 2013 3 次提交
  14. 05 3月, 2013 1 次提交
  15. 31 1月, 2013 1 次提交
    • A
      ARM: SAMSUNG: Gracefully exit on suspend failure · d3fcacf5
      Abhilash Kesavan 提交于
      As per the Exynos5250 User Manual:
      When there are pending interrupt events, WFI/WFE instruction are
      ignored. To cancel the power-down sequence follow these steps:
      1) Disable system power-down using CENTRAL_SEQ_CONFIGURATION register
      2) Clear WAKEUP_STAT register
      3) Enable interrupt service routine for CPU
      
      Code for early wakeup for exynos already exists. Remove the panic
      on suspend failure, clear the wakeup state register and return 1
      from cpu_suspend to indicate a failed suspend (to a user daemon).
      
      Older Samsung SoCs have similar panics and I have removed them all.
      Haven't touched the S3C2410 sleep code.
      Signed-off-by: NAbhilash Kesavan <a.kesavan@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      d3fcacf5
  16. 17 1月, 2013 2 次提交
  17. 13 1月, 2013 4 次提交
  18. 11 1月, 2013 7 次提交
  19. 04 1月, 2013 1 次提交
    • G
      ARM: drivers: remove __dev* attributes. · 351a102d
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      351a102d
新手
引导
客服 返回
顶部