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. 05 1月, 2012 1 次提交
  3. 23 12月, 2011 1 次提交
  4. 22 12月, 2011 1 次提交
    • K
      arm: convert sysdev_class to a regular subsystem · 4a858cfc
      Kay Sievers 提交于
      After all sysdev classes are ported to regular driver core entities, the
      sysdev implementation will be entirely removed from the kernel.
      
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Vinod Koul <vinod.koul@intel.com>
      Cc: Boojin Kim <boojin.kim@samsung.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      4a858cfc
  5. 22 10月, 2011 1 次提交
  6. 21 9月, 2011 1 次提交
    • K
      ARM: SAMSUNG: Update the name of regarding Samsung GPIO · 782d8a3c
      Kukjin Kim 提交于
      According to gpio-samsung.c, this patch updates the name of
      regarding Samsung GPIO. Basically the samsung_xxx prefix is
      used in gpio-samsung.c instead of s3c_xxx, because unified
      name can reduce its complexity.
      
      Note: some s3c_xxx stil remains because it is used widely.
      It will be updated next time.
      
      Cc: Ben Dooks <ben-linux@fluff.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      782d8a3c
  7. 25 4月, 2011 1 次提交
  8. 06 5月, 2010 1 次提交
  9. 31 7月, 2009 2 次提交
  10. 16 12月, 2008 3 次提交
    • B
      [ARM] S3C24XX: Update clock data on resume · e425382e
      Ben Dooks 提交于
      Update the clock settings on resume for suspend/resume
      support so that if the boot loader changes anything or
      the system's PLL is reset then we return with the correct
      settings.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      e425382e
    • B
      [ARM] S3C24XX: Split pll code out of regs-clock.h · e24b864a
      Ben Dooks 提交于
      Move the PLL calculation code into it's own header
      file for re-use with the other plat-s3c24xx based
      systems such as the S3C24A0.
      
      Note, we change the name of s3c2410_get_pll to the
      more generically named s3c24xx_get_pll as well as
      the related defintions.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      e24b864a
    • B
      [ARM] S3C24XX: Move initialisation code to arch/arm/plat-s3c · 74b265d4
      Ben Dooks 提交于
      We need to add plat-s3c to the build to get the headers
      that will go in here once moved from include/asm-arm so
      we may as well put some useful common s3c code in here
      to stop the errors generated form having nothing built.
      
      The cpu setup is now passed the cpu idcode and the table
      of supported cpus to s3c_init_cpu() to abstract the
      cpu identification out of the initial io setup.
      
      As well as moving the cpu initialisation code, we move the
      map of the board specific items up to the calling code as
      none of the map_io() functions actually do anything other
      than pass this to iotable_init().
      
      This patch does not rename any of the init functions that
      will be common to s3c24xx and any other s3c architectures
      as this can be done at a later date as it will touch all
      the board support files which use functions such as
      s3c24xx_init_clocks() and s3c24xx_init_uarts().
      
      Note, the header arch/arm/plat-s3c24xx/include/plat/cpu.h
      still has functions that are used by both the cpu and
      board initialisation functions. This means that each board
      has definitions specific to the cpu support included and
      the vice-versa.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      74b265d4
  11. 08 10月, 2008 2 次提交
  12. 06 9月, 2008 1 次提交
  13. 07 8月, 2008 2 次提交
  14. 25 1月, 2008 1 次提交
  15. 22 7月, 2007 1 次提交
    • B
      [ARM] 4508/1: S3C: Move items to include/asm-arm/plat-s3c · 531b617c
      Ben Dooks 提交于
      This patch moves items of the s3c24xx support into
      a new plat-s3c directory for items that use the
      s3c24xx support but are not directly s3c24xx
      compatible, such as the s3c2400 and s3c6400.
      
      git mv commands:
      git mv include/asm-arm/arch-s3c2410/iic.h include/asm-arm/plat-s3c/iic.h
      git mv include/asm-arm/arch-s3c2410/nand.h include/asm-arm/plat-s3c/nand.h
      git mv include/asm-arm/arch-s3c2410/regs-iic.h include/asm-arm/plat-s3c/regs-iic.h
      git mv include/asm-arm/arch-s3c2410/regs-nand.h include/asm-arm/plat-s3c/regs-nand.h
      git mv include/asm-arm/arch-s3c2410/regs-rtc.h include/asm-arm/plat-s3c/regs-rtc.h
      git mv include/asm-arm/arch-s3c2410/regs-serial.h include/asm-arm/plat-s3c/regs-serial.h
      git mv include/asm-arm/arch-s3c2410/regs-timer.h include/asm-arm/plat-s3c/regs-timer.h
      git mv include/asm-arm/arch-s3c2410/regs-watchdog.h include/asm-arm/plat-s3c/regs-watchdog.h
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      531b617c
  16. 13 2月, 2007 1 次提交
  17. 12 2月, 2007 1 次提交
  18. 18 12月, 2006 2 次提交
  19. 25 9月, 2006 1 次提交
  20. 23 6月, 2006 2 次提交
  21. 19 6月, 2006 1 次提交
  22. 30 10月, 2005 1 次提交
  23. 13 10月, 2005 1 次提交
  24. 17 8月, 2005 1 次提交
  25. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4