1. 04 10月, 2011 6 次提交
  2. 16 9月, 2011 3 次提交
  3. 19 8月, 2011 1 次提交
    • K
      ARM: SAMSUNG: Fix Section mismatch in samsung_bl_set() · b8a297d3
      Kukjin Kim 提交于
      WARNING: vmlinux.o(.text+0xf47c): Section mismatch in reference from the function samsung_bl_set() to the (unknown reference) .init.data:(unknown)
      The function samsung_bl_set() references
      the (unknown reference) __initdata (unknown).
      This is often because samsung_bl_set lacks a __initdata
      annotation or the annotation of (unknown) is wrong.
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      b8a297d3
  4. 21 7月, 2011 6 次提交
  5. 20 7月, 2011 2 次提交
  6. 18 7月, 2011 1 次提交
  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. 06 7月, 2011 2 次提交
  9. 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
  10. 24 6月, 2011 1 次提交
  11. 08 6月, 2011 1 次提交
    • B
      ARM: SAMSUNG: serial: Fix on handling of one clock source for UART · 470f2297
      Boojin Kim 提交于
      This patch fixes the way of comparison for handling of two or more
      clock sources for UART.
      
      For example, if just only one clock source is defined even though
      there are two clock sources for UART, the serial driver does not
      set proper clock up. Of course, it is problem.
      
      So this patch changes the condition of comparison to avoid useless
      setup clock and adds a flag 'NO_NEED_CHECK_CLKSRC' which means
      selection of source clock is not required.
      
      In addition, since the Exynos4210 has only one clock source for UART
      this patch adds the flag into its common_init_uarts().
      Signed-off-by: NBoojin Kim <boojin.kim@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      470f2297
  12. 02 6月, 2011 1 次提交
  13. 12 5月, 2011 1 次提交
  14. 11 5月, 2011 1 次提交
  15. 09 5月, 2011 1 次提交
  16. 07 5月, 2011 1 次提交
  17. 25 4月, 2011 1 次提交
  18. 14 4月, 2011 1 次提交
  19. 31 3月, 2011 1 次提交
  20. 15 3月, 2011 2 次提交
  21. 12 3月, 2011 2 次提交
  22. 23 2月, 2011 1 次提交
  23. 22 2月, 2011 1 次提交
  24. 11 2月, 2011 1 次提交