1. 26 8月, 2013 4 次提交
  2. 15 3月, 2013 1 次提交
    • A
      ARM: gemini: get platform to build again · 662146b1
      Arnd Bergmann 提交于
      There is no defconfig file for gemini, which has lead to a lot
      of bitrot. This makes the broken board files, the gpio implementation
      and the reset logic work again, and fixes the build warnings
      that got introduced with the changes to the readl/writel prototypes.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      662146b1
  3. 11 1月, 2013 1 次提交
  4. 07 3月, 2012 1 次提交
  5. 22 2月, 2012 1 次提交
  6. 21 1月, 2012 2 次提交
  7. 27 11月, 2011 1 次提交
  8. 14 10月, 2011 1 次提交
  9. 26 9月, 2011 1 次提交
  10. 12 8月, 2011 2 次提交
  11. 07 5月, 2011 1 次提交
  12. 18 2月, 2011 1 次提交
  13. 02 11月, 2010 1 次提交
  14. 20 10月, 2010 1 次提交
  15. 16 2月, 2010 1 次提交
  16. 13 2月, 2010 1 次提交
  17. 18 1月, 2010 1 次提交
    • T
      ARM: 5882/1: ARM: Fix uncompress code compile for different defines of flush(void) · b53e9b5e
      Tony Lindgren 提交于
      Because of the include of the decompress_inflate.c file from
      boot/compress/misc.c, there are different flush() defines:
      
      In file included from arch/arm/boot/compressed/misc.c:249:
      arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:138:29: error: macro "flush" passed 2 arguments, but takes just 0
      
      Fix this by removing the define of flush() in misc.c for
      CONFIG_DEBUG_ICEDCC as it's already defined in mach/uncompress.h,
      and that is being included unconditionally.
      
      Also use a static inline function instead of define
      for mach-mxc and mach-gemini to avoid similar bug
      for those platforms.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      b53e9b5e
  18. 28 5月, 2009 1 次提交
  19. 30 3月, 2009 1 次提交
  20. 26 3月, 2009 2 次提交