1. 26 1月, 2012 1 次提交
  2. 05 1月, 2012 2 次提交
  3. 02 1月, 2012 1 次提交
  4. 30 12月, 2011 1 次提交
  5. 28 12月, 2011 4 次提交
  6. 19 12月, 2011 1 次提交
  7. 17 12月, 2011 5 次提交
  8. 09 12月, 2011 2 次提交
  9. 27 11月, 2011 1 次提交
  10. 21 11月, 2011 2 次提交
  11. 16 11月, 2011 1 次提交
  12. 15 11月, 2011 2 次提交
  13. 14 11月, 2011 5 次提交
  14. 11 11月, 2011 1 次提交
  15. 10 11月, 2011 1 次提交
  16. 06 11月, 2011 2 次提交
    • R
      ARM: PXA: fix gpio-pxa.h build errors · 7124cb96
      Russell King 提交于
      A mismerge in 43872fa7 (Merge branch 'depends/rmk/gpio' into next/fixes)
      causes these build errors:
      
      In file included from arch/arm/mach-pxa/include/mach/gpio.h:30,
                       from arch/arm/include/asm/gpio.h:6,
                       from include/linux/gpio.h:31,
                       from arch/arm/mach-pxa/generic.c:20:
      arch/arm/mach-pxa/include/mach/gpio-pxa.h: In function ■__gpio_is_occupied■:
      arch/arm/mach-pxa/include/mach/gpio-pxa.h:121: error: invalid operands to binary >> (have ■void *■ and ■unsigned int■)
      arch/arm/mach-pxa/include/mach/gpio-pxa.h:122: error: invalid operands to binary & (have ■void *■ and ■int■)
      arch/arm/mach-pxa/include/mach/gpio-pxa.h:129: error: invalid operands to binary & (have ■void *■ and ■int■)
      
      So fix them.
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7124cb96
    • R
      ARM: PXA: eseries: fix eseries_register_clks section mismatch warning · 955d2953
      Russell King 提交于
      Fix:
      
      WARNING: vmlinux.o(.text+0x1a820): Section mismatch in reference from the function eseries_register_clks() to the function .init.text:clkdev_add_table()
      The function eseries_register_clks() references
      the function __init clkdev_add_table().
      This is often because eseries_register_clks lacks a __init
      annotation or the annotation of clkdev_add_table is wrong.
      
      by adding the __init annotation to eseries_register_clks() - this
      function is only called from other __init-marked functions.  While
      we're here, mark it static as it's only called from within eseries.c.
      Acked-by: NEric Miao <eric.y.miao@gmail.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      955d2953
  17. 04 11月, 2011 1 次提交
  18. 01 11月, 2011 3 次提交
  19. 31 10月, 2011 1 次提交
  20. 25 10月, 2011 1 次提交
  21. 17 10月, 2011 2 次提交