An error occurred fetching the project authors.
  1. 19 Oct, 2007 1 commit
  2. 15 Oct, 2007 1 commit
  3. 12 Oct, 2007 4 commits
  4. 22 Aug, 2007 1 commit
  5. 31 Jul, 2007 1 commit
  6. 24 Jul, 2007 1 commit
  7. 22 Jul, 2007 2 commits
  8. 13 Jul, 2007 1 commit
  9. 12 Jul, 2007 4 commits
  10. 11 Jul, 2007 1 commit
  11. 16 May, 2007 1 commit
  12. 12 May, 2007 1 commit
  13. 11 May, 2007 4 commits
  14. 09 May, 2007 1 commit
  15. 03 May, 2007 1 commit
  16. 28 Apr, 2007 1 commit
  17. 21 Apr, 2007 5 commits
  18. 05 Mar, 2007 1 commit
    • David Brownell's avatar
      [PATCH] add CONFIG_GENERIC_GPIO · 0a938b97
      David Brownell authored
      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: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Acked-by: default avatarRichard 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: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      0a938b97
  19. 03 Mar, 2007 1 commit
  20. 26 Feb, 2007 1 commit
  21. 17 Feb, 2007 2 commits
  22. 16 Feb, 2007 2 commits
  23. 14 Feb, 2007 1 commit
  24. 11 Feb, 2007 1 commit
    • Al Viro's avatar
      [PATCH] sort the devres mess out · 5ea81769
      Al Viro authored
      * Split the implementation-agnostic stuff in separate files.
      * Make sure that targets using non-default request_irq() pull
        kernel/irq/devres.o
      * Introduce new symbols (HAS_IOPORT and HAS_IOMEM) defaulting to positive;
        allow architectures to turn them off (we needed these symbols anyway for
        dependencies of quite a few drivers).
      * protect the ioport-related parts of lib/devres.o with CONFIG_HAS_IOPORT.
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      5ea81769