1. 19 6月, 2013 1 次提交
  2. 17 10月, 2012 1 次提交
  3. 29 3月, 2012 1 次提交
  4. 21 1月, 2012 1 次提交
  5. 05 1月, 2012 1 次提交
  6. 24 12月, 2011 1 次提交
  7. 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
  8. 18 10月, 2010 1 次提交
  9. 08 10月, 2010 1 次提交
    • S
      ARM: S5P: Bug fix on errors of build with CONFIG_PREEMPT_NONE · 4341f9b3
      SeungChull Suh 提交于
      This patch adds header <linux/sched.h> into the below files for build with
      CONFIG_PREEMPT_NONE.
      
      arch/arm/mach-s5p6440/cpu.c
      arch/arm/mach-s5p6442/cpu.c
      arch/arm/mach-s5pc100/cpu.c
      arch/arm/mach-s5pv210/cpu.c
      
      Following is error message of in case of s5pv210_defconfig with CONFIG_PREEMPT_NONE.
      
      arch/arm/mach-s5pv210/cpu.c:91: error: implicit declaration of function 'need_resched'
      Signed-off-by: NSeungChull Suh <sc.suh@samsung.com>
      [kgene.kim@samsung.com: removed mach-s5p64x0/cpu.c]
      [kgene.kim@samsung.com: added fix mach-s5p6440/cpu.c]
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      4341f9b3
  10. 11 8月, 2010 1 次提交
  11. 05 8月, 2010 2 次提交
  12. 23 5月, 2010 1 次提交
    • B
      ARM: S5PC100: Fixup merge problems · 45c79433
      Ben Dooks 提交于
      Between problems with Kconfig and merging commits from several
      different sources, it seems the s5pc100 build's move from plat-s5pc11
      has had a few problems.
      
      Since I do not have the trees to rebuild this quickly, the easiest
      thing is to simply fix the errors found once the s5pc100_defconfig
      actually builds.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      45c79433
  13. 20 5月, 2010 2 次提交
  14. 01 12月, 2009 3 次提交
  15. 17 8月, 2009 1 次提交