1. 24 11月, 2013 2 次提交
  2. 23 10月, 2013 1 次提交
  3. 16 10月, 2013 1 次提交
  4. 06 10月, 2013 2 次提交
  5. 17 9月, 2013 5 次提交
  6. 30 8月, 2013 1 次提交
  7. 13 8月, 2013 3 次提交
  8. 06 8月, 2013 4 次提交
  9. 10 7月, 2013 1 次提交
  10. 19 6月, 2013 2 次提交
  11. 26 4月, 2013 1 次提交
  12. 23 4月, 2013 1 次提交
  13. 19 4月, 2013 1 次提交
    • A
      ARM: exynos: move debug-macro.S to include/debug/ · a2e40710
      Arnd Bergmann 提交于
      The move is necessary to support early debug output on exynos
      with multiplatform configurations. This implies also moving the
      plat/debug-macro.S file, but we are leaving the remaining users of that
      file in place, to avoid adding large numbers of extra configuration
      options to Kconfig.debug
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      a2e40710
  14. 12 4月, 2013 1 次提交
  15. 09 4月, 2013 1 次提交
  16. 08 4月, 2013 2 次提交
  17. 04 4月, 2013 3 次提交
  18. 05 3月, 2013 1 次提交
  19. 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
  20. 17 1月, 2013 2 次提交
  21. 13 1月, 2013 4 次提交