1. 19 9月, 2011 4 次提交
  2. 17 9月, 2011 1 次提交
  3. 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
  4. 08 8月, 2011 1 次提交
  5. 21 7月, 2011 11 次提交
  6. 20 7月, 2011 3 次提交
  7. 16 7月, 2011 1 次提交
    • S
      ARM: SAMSUNG: DMA Cleanup as per sparse · d670ac01
      Sangwook Lee 提交于
      Function declaration differs between file: dma.c and file:dma.h
      and SPARSE (Documentation/sparse.txt) gives error messages
      
      All dma channels are members of 'enum dma_ch' and not 'unsigned int'
      Please have a look at channel definitions in:
      arch/arm/mach-s3c64xx/include/mach/dma.h
      arch/arm/plat-samsung/include/plat/s3c-dma-pl330.h
      arch/arm/mach-s3c2410/include/mach/dma.h
      So all arguments should be of type 'enum dma_ch'
      Signed-off-by: NSangwook Lee <sangwook.lee@linaro.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      d670ac01
  8. 14 7月, 2011 1 次提交
  9. 06 7月, 2011 1 次提交
  10. 02 7月, 2011 1 次提交
    • R
      ARM: pm: allow suspend finisher to return error codes · 29cb3cd2
      Russell King 提交于
      There are SoCs where attempting to enter a low power state is ignored,
      and the CPU continues executing instructions with all state preserved.
      It is over-complex at that point to disable the MMU just to call the
      resume path.
      
      Instead, allow the suspend finisher to return error codes to abort
      suspend in this circumstance, where the cpu_suspend internals will then
      unwind the saved state on the stack.  Also omit the tlb flush as no
      changes to the page tables will have happened.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      29cb3cd2
  11. 24 6月, 2011 3 次提交
  12. 09 5月, 2011 1 次提交
  13. 06 5月, 2011 1 次提交
  14. 25 4月, 2011 1 次提交
  15. 31 3月, 2011 1 次提交
  16. 29 3月, 2011 3 次提交
  17. 15 3月, 2011 1 次提交
  18. 04 3月, 2011 4 次提交