1. 12 5月, 2011 1 次提交
  2. 12 3月, 2011 1 次提交
  3. 18 10月, 2010 1 次提交
  4. 12 5月, 2010 1 次提交
  5. 10 5月, 2010 1 次提交
    • Y
      ARM: S3C2416: Add arch support · f1290a49
      Yauhen Kharuzhy 提交于
      Add arch/arm/mach-s3c2416 for support of the Samsung S3C2416 SoC.
      
      This patch adds support of the S3C2416 SoC, clocks, timers,
      and initial IRQ support (without support of secondary set of registers).
      Signed-off-by: NYauhen Kharuzhy <jekhor@gmail.com>
      [ben-linux@fluff.org: removed files to be reworked, fixed conflicts]
      [ben-linux@fluff.org: use s3c2443 reset instead of specific reset code]
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      f1290a49
  6. 23 2月, 2010 1 次提交
  7. 15 1月, 2010 1 次提交
  8. 01 12月, 2009 1 次提交
  9. 31 7月, 2009 1 次提交
  10. 07 5月, 2009 2 次提交
  11. 16 12月, 2008 4 次提交
    • B
      [ARM] S3C64XX: Fix missing definition of s3c64xx_init_io() · 6a5f4b85
      Ben Dooks 提交于
      The function s3c64xx_init_io was missing from <plat/cpu.h>
      and was masked by the SMDK6410 having an local definition.
      
      Fix by removing the SMDK6410 variant and adding it to the
      relevant <plat/cpu.h> file.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      6a5f4b85
    • B
      [ARM] S3C64XX: Add VIC0 and VIC1 sourced interripts · d9b79fb5
      Ben Dooks 提交于
      Add and initialise the two VIC (PL192) found on
      the S3C64XX series CPUs.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      d9b79fb5
    • B
      [ARM] S3C24XX: Move headers from plat-s3c24xx to plat-s3c · a503059c
      Ben Dooks 提交于
      Move clock.h, cpu.h and devs.h to plat-s3c for use
      with the s3c64xx support.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      a503059c
    • 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
  12. 08 10月, 2008 1 次提交
  13. 22 4月, 2007 2 次提交
  14. 16 2月, 2007 1 次提交
  15. 12 2月, 2007 1 次提交
  16. 07 9月, 2006 1 次提交
  17. 25 6月, 2006 1 次提交
  18. 23 6月, 2006 1 次提交
  19. 19 6月, 2006 2 次提交
  20. 26 1月, 2006 1 次提交
  21. 28 10月, 2005 1 次提交
  22. 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