1. 21 3月, 2014 1 次提交
  2. 14 2月, 2014 1 次提交
  3. 17 9月, 2013 1 次提交
  4. 19 6月, 2013 1 次提交
  5. 07 3月, 2013 1 次提交
  6. 05 3月, 2013 3 次提交
  7. 29 12月, 2012 1 次提交
  8. 25 12月, 2012 1 次提交
  9. 22 11月, 2012 1 次提交
  10. 13 7月, 2012 1 次提交
  11. 16 5月, 2012 1 次提交
  12. 14 3月, 2012 1 次提交
  13. 03 1月, 2012 1 次提交
  14. 24 12月, 2011 1 次提交
  15. 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
  16. 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
  17. 04 10月, 2011 1 次提交
  18. 16 9月, 2011 1 次提交
  19. 05 9月, 2011 2 次提交
  20. 24 8月, 2011 2 次提交
  21. 22 8月, 2011 1 次提交
  22. 12 5月, 2011 1 次提交
  23. 25 4月, 2011 1 次提交
  24. 12 3月, 2011 1 次提交
  25. 18 10月, 2010 1 次提交
  26. 12 5月, 2010 1 次提交
  27. 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
  28. 23 2月, 2010 1 次提交
  29. 15 1月, 2010 1 次提交
  30. 01 12月, 2009 1 次提交
  31. 31 7月, 2009 1 次提交
  32. 07 5月, 2009 2 次提交
  33. 16 12月, 2008 3 次提交