1. 20 10月, 2007 2 次提交
  2. 16 10月, 2007 1 次提交
  3. 13 10月, 2007 4 次提交
  4. 22 8月, 2007 1 次提交
  5. 01 8月, 2007 1 次提交
  6. 24 7月, 2007 1 次提交
  7. 22 7月, 2007 2 次提交
  8. 13 7月, 2007 1 次提交
  9. 12 7月, 2007 5 次提交
  10. 16 5月, 2007 1 次提交
  11. 12 5月, 2007 5 次提交
  12. 09 5月, 2007 1 次提交
  13. 03 5月, 2007 1 次提交
  14. 28 4月, 2007 1 次提交
  15. 22 4月, 2007 5 次提交
  16. 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
  17. 03 3月, 2007 1 次提交
  18. 27 2月, 2007 1 次提交
  19. 18 2月, 2007 2 次提交
  20. 16 2月, 2007 2 次提交
  21. 14 2月, 2007 1 次提交