1. 03 3月, 2012 1 次提交
    • K
      ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/ · 85fd6d63
      Kukjin Kim 提交于
      This patch moves S3C2410 stuff into mach-s3c24xx/ directory
      so that we can merge the s3c24 series' directories to the
      just one mach-s3c24xx/ directory.
      
      And this patch is including following.
      - re-ordered alphabetically by option text at Kconfig and Makefile
      - removed unused option, MACH_N35
      - fixed duplcated option name, S3C2410_DMA to S3C24XX_DMA which is
        in plat-s3c24xx/
      
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      85fd6d63
  2. 12 8月, 2011 3 次提交
  3. 20 10月, 2010 1 次提交
  4. 18 5月, 2010 1 次提交
  5. 18 5月, 2009 1 次提交
    • B
      [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h> · ec976d6e
      Ben Dooks 提交于
      Move all the gpio functions out of <mach/hardware.h> as
      this file is for defining the generic IO base addresses
      for the kernel IO calls.
      
      Make a new header <mach/gpio-fns.h> to take this and
      include it via the chain from <linux/gpio.h> which is
      what most of these files should be using (and will be
      changed as soon as possible).
      
      Note, this does make minor changes to some drivers but
      should not mess up any pending merges.
      
      CC: Richard Purdie <rpurdie@rpsys.net>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      CC: David Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      ec976d6e
  6. 08 3月, 2009 1 次提交
    • B
      [ARM] S3C24XX: Add S3C_GPIO_END definition · 67c2addc
      Ben Dooks 提交于
      Add the definition for S3C_GPIO_END to allow the PM code to build.
      
      This means moving the GPIO bank numbers to a separate file to allow
      the gpio and regs-gpio to include them. Including regs-gpio.h into
      gpio.h causes too many build problems and adding gpio.h would mean
      editing a large number of files.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      67c2addc
  7. 09 1月, 2009 1 次提交
  8. 18 12月, 2008 1 次提交
  9. 07 8月, 2008 1 次提交
  10. 03 7月, 2008 1 次提交
  11. 17 3月, 2007 1 次提交
  12. 21 2月, 2007 1 次提交
  13. 13 2月, 2007 2 次提交