1. 05 3月, 2013 2 次提交
  2. 29 12月, 2012 1 次提交
  3. 25 12月, 2012 1 次提交
  4. 22 11月, 2012 1 次提交
  5. 13 7月, 2012 1 次提交
  6. 16 5月, 2012 1 次提交
  7. 14 3月, 2012 1 次提交
  8. 03 1月, 2012 1 次提交
  9. 24 12月, 2011 1 次提交
  10. 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
  11. 18 10月, 2011 1 次提交
    • M
      ARM: S3C64XX: Fix SoC identification for S3C64xx devices · 0f4e54c6
      Mark Brown 提交于
      The IS_SAMSUNG_CPU() macro works by comparing the CPU ID mask exactly with
      the CPU ID. This was failing for S3C64xx SoCs as in order to support
      identification of the exact device the mask covers both variants of the
      chip, meaning that the test would always fail on S3C6410 devices. This in
      turn caused the core GPIO subsystem to fail to identify the CPU and not
      support any GPIOs, crippling the system.
      
      As a minimally invasive fix change the test for the class to be done by
      checking each implementation and oring them together.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      0f4e54c6
  12. 04 10月, 2011 1 次提交
  13. 16 9月, 2011 1 次提交
  14. 05 9月, 2011 2 次提交
  15. 24 8月, 2011 2 次提交
  16. 22 8月, 2011 1 次提交
  17. 12 5月, 2011 1 次提交
  18. 25 4月, 2011 1 次提交
  19. 12 3月, 2011 1 次提交
  20. 18 10月, 2010 1 次提交
  21. 12 5月, 2010 1 次提交
  22. 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
  23. 23 2月, 2010 1 次提交
  24. 15 1月, 2010 1 次提交
  25. 01 12月, 2009 1 次提交
  26. 31 7月, 2009 1 次提交
  27. 07 5月, 2009 2 次提交
  28. 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
  29. 08 10月, 2008 1 次提交
  30. 22 4月, 2007 2 次提交
  31. 16 2月, 2007 1 次提交
  32. 12 2月, 2007 1 次提交