1. 24 12月, 2009 1 次提交
  2. 23 12月, 2009 1 次提交
  3. 08 3月, 2009 1 次提交
  4. 16 12月, 2008 4 次提交
    • B
      [ARM] S3C: Make i2c device definition common to plat-s3c · 3e1b776c
      Ben Dooks 提交于
      Make the device i2c0 common to plat-s3c and move the
      definitions from arch/arm/plat-s3c24xx/devs.c
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      3e1b776c
    • 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
  5. 08 10月, 2008 2 次提交
  6. 06 9月, 2008 1 次提交
  7. 07 8月, 2008 2 次提交
  8. 22 5月, 2008 1 次提交
  9. 25 1月, 2008 1 次提交
  10. 22 7月, 2007 2 次提交
    • B
      [ARM] 4520/1: S3C: Remove old VA values from static map · bf2a3a26
      Ben Dooks 提交于
      Remove the static maps for the LCD and USB devices.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      bf2a3a26
    • 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
  11. 16 2月, 2007 1 次提交
  12. 12 2月, 2007 1 次提交
  13. 18 12月, 2006 2 次提交
  14. 29 6月, 2006 1 次提交
  15. 23 6月, 2006 1 次提交
  16. 19 6月, 2006 2 次提交
  17. 08 1月, 2006 1 次提交
  18. 30 10月, 2005 1 次提交
  19. 13 10月, 2005 1 次提交
  20. 13 5月, 2005 1 次提交
  21. 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