1. 27 8月, 2008 1 次提交
    • B
      [ARM] S3C24XX: Fix sparse warnings in arch/arm/plat-s3c24xx/gpiolib.c · f4cb1a89
      Ben Dooks 提交于
      Fix the following problems spotted by sparse:
      
      warning: symbol 's3c24xx_gpiolib_input' was not declared. Should it be static?
      warning: symbol 's3c24xx_gpiolib_output' was not declared. Should it be static?
      warning: symbol 's3c24xx_gpiolib_set' was not declared. Should it be static?
      warning: symbol 's3c24xx_gpiolib_get' was not declared. Should it be static?
      warning: symbol 'gpios' was not declared. Should it be static?
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      f4cb1a89
  2. 09 8月, 2008 1 次提交
  3. 07 8月, 2008 2 次提交
  4. 27 7月, 2008 2 次提交
  5. 26 7月, 2008 1 次提交
  6. 03 7月, 2008 3 次提交
  7. 22 5月, 2008 1 次提交
  8. 08 5月, 2008 1 次提交
  9. 19 4月, 2008 1 次提交
  10. 18 4月, 2008 1 次提交
  11. 06 3月, 2008 1 次提交
  12. 04 2月, 2008 1 次提交
  13. 03 2月, 2008 1 次提交
  14. 28 1月, 2008 11 次提交
  15. 25 1月, 2008 1 次提交
  16. 19 10月, 2007 1 次提交
  17. 17 10月, 2007 1 次提交
  18. 13 10月, 2007 2 次提交
  19. 23 7月, 2007 1 次提交
    • B
      [ARM] 4524/1: S3C: Move register out of include/asm-arm/arch-s3c2410 · 06cfa556
      Ben Dooks 提交于
      Move register and other definitions out of the
      include/asm-arm/arch-s3c2410 into the the arch
      directories of include/asm-arm/plat-s3c24xx and
      include/asm-arm/plat-s3c.
      
      This move is in preperation of the merging of
      s3c2400 and s3c6400.
      
      The following git mv commands are needed before
      this patch can be applied:
      
      git mv include/asm-arm/arch-s3c2410/regs-ac97.h include/asm-arm/plat-s3c/regs-ac97.h
      git mv include/asm-arm/arch-s3c2410/regs-adc.h include/asm-arm/plat-s3c/regs-adc.h
      git mv include/asm-arm/arch-s3c2410/regs-iis.h include/asm-arm/plat-s3c24xx/regs-iis.h
      git mv include/asm-arm/arch-s3c2410/regs-spi.h include/asm-arm/plat-s3c24xx/regs-spi.h
      git mv include/asm-arm/arch-s3c2410/regs-udc.h include/asm-arm/plat-s3c24xx/regs-udc.h
      git mv include/asm-arm/arch-s3c2410/udc.h include/asm-arm/plat-s3c24xx/udc.h
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      06cfa556
  20. 22 7月, 2007 3 次提交
  21. 20 7月, 2007 1 次提交
    • P
      mm: Remove slab destructors from kmem_cache_create(). · 20c2df83
      Paul Mundt 提交于
      Slab destructors were no longer supported after Christoph's
      c59def9f change. They've been
      BUGs for both slab and slub, and slob never supported them
      either.
      
      This rips out support for the dtor pointer from kmem_cache_create()
      completely and fixes up every single callsite in the kernel (there were
      about 224, not including the slab allocator definitions themselves,
      or the documentation references).
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      20c2df83
  22. 21 5月, 2007 2 次提交