1. 01 11月, 2011 1 次提交
  2. 17 10月, 2011 1 次提交
  3. 14 10月, 2011 1 次提交
  4. 06 10月, 2011 1 次提交
  5. 04 10月, 2011 5 次提交
  6. 26 9月, 2011 2 次提交
  7. 21 9月, 2011 2 次提交
  8. 19 9月, 2011 8 次提交
  9. 17 9月, 2011 1 次提交
  10. 16 9月, 2011 3 次提交
  11. 15 9月, 2011 1 次提交
  12. 14 9月, 2011 3 次提交
  13. 24 8月, 2011 2 次提交
  14. 22 8月, 2011 3 次提交
  15. 19 8月, 2011 1 次提交
    • A
      ARM: S3C64XX: Fix build break in PM debug · f98d429d
      Abhilash Kesavan 提交于
      When S3C_PM_DEBUG_LED_SMDK is enabled for suspend/resume debugging, the following
      compilation error occurs:
      
      arch/arm/mach-s3c64xx/pm.c: In function 's3c_pm_debug_smdkled':
      arch/arm/mach-s3c64xx/pm.c:41: error: implicit declaration of function 'gpio_set_value'
      arch/arm/mach-s3c64xx/pm.c:41: error: implicit declaration of function 'S3C64XX_GPN'
      arch/arm/mach-s3c64xx/pm.c: In function 's3c64xx_pm_init':
      arch/arm/mach-s3c64xx/pm.c:184: error: implicit declaration of function 'gpio_request'
      arch/arm/mach-s3c64xx/pm.c:188: error: implicit declaration of function 'gpio_direction_output'
      
      Fix the error by including linux/gpio.h
      Signed-off-by: NAbhilash Kesavan <a.kesavan@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      f98d429d
  16. 12 8月, 2011 3 次提交
  17. 08 8月, 2011 1 次提交
  18. 21 7月, 2011 1 次提交