1. 08 12月, 2007 1 次提交
  2. 07 11月, 2007 1 次提交
  3. 20 10月, 2007 2 次提交
  4. 16 10月, 2007 1 次提交
  5. 13 10月, 2007 4 次提交
  6. 22 8月, 2007 1 次提交
  7. 01 8月, 2007 1 次提交
  8. 24 7月, 2007 1 次提交
  9. 22 7月, 2007 2 次提交
  10. 13 7月, 2007 1 次提交
  11. 12 7月, 2007 5 次提交
  12. 16 5月, 2007 1 次提交
  13. 12 5月, 2007 5 次提交
  14. 09 5月, 2007 1 次提交
  15. 03 5月, 2007 1 次提交
  16. 28 4月, 2007 1 次提交
  17. 22 4月, 2007 5 次提交
  18. 05 3月, 2007 1 次提交
    • D
      [PATCH] add CONFIG_GENERIC_GPIO · 0a938b97
      David Brownell 提交于
      Most drivers using GPIOs already know they are running on a system that
      supports the generic GPIO calls, because of other platform dependencies.
      But the generic GPIO-based LED and input button drivers can't know that.
      
      So this patch adds a Kconfig hook, GENERIC_GPIO, to mark the platforms
      where <asm/gpio.h> will do the right thing.  Currently that's a bunch of
      ARMs, and AVR32; more are on the way.
      
      It also fixes a dependency bug for the gpio button input driver; it was
      wrong to start with, now it covers all platforms with GENERIC_GPIO.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Acked-by: NRichard Purdie <rpurdie@rpsys.net>
      Cc: Arnaud Patard <arnaud.patard@rtp-net.org>
      Cc: <raph@8d.com>
      Cc: <msvoboda@ra.rockwell.com>
      Cc: pHilipp Zabel <philipp.zabel@gmail.com>
      Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      0a938b97
  19. 03 3月, 2007 1 次提交
  20. 27 2月, 2007 1 次提交
  21. 18 2月, 2007 2 次提交
  22. 16 2月, 2007 1 次提交
    • R
      [ARM] 4137/1: Add kexec support · c587e4a6
      Richard Purdie 提交于
      Add kexec support to ARM.
      
      Improvements like commandline handling could be made but this patch gives
      basic functional support. It uses the next available syscall number, 347.
      
      Once the syscall number is known, userspace support will be
      finalised/submitted to kexec-tools, various patches already exist.
      
      Originally based on a patch by Maxim Syrchin but updated and forward
      ported by various people.
      Signed-off-by: NRichard Purdie <rpurdie@rpsys.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      c587e4a6