1. 10 8月, 2009 2 次提交
  2. 29 6月, 2009 2 次提交
  3. 16 5月, 2009 1 次提交
  4. 19 4月, 2009 1 次提交
  5. 30 1月, 2009 1 次提交
  6. 29 12月, 2008 1 次提交
  7. 19 4月, 2008 1 次提交
  8. 31 1月, 2008 2 次提交
  9. 21 1月, 2008 1 次提交
  10. 14 1月, 2008 1 次提交
  11. 27 11月, 2007 1 次提交
  12. 13 10月, 2007 2 次提交
  13. 26 9月, 2007 2 次提交
  14. 21 6月, 2007 1 次提交
    • A
      x86_64: Quieten Atari keyboard warnings in Kconfig · 0e52d328
      Andi Kleen 提交于
      Not directly related to x86, but I got tired of seeing these warnings on every
      kconfig update when building on a non m68k box:
      
      drivers/input/keyboard/Kconfig:170:warning: 'select' used by config symbol 'KEYBOARD_ATARI' refers to undefined symbol 'ATARI_KBD_CORE'
      drivers/input/mouse/Kconfig:182:warning: 'select' used by config symbol 'MOUSE_ATARI' refers to undefined symbol 'ATARI_KBD_CORE'
      
      I moved the definition of ATARI_KBD_CORE into drivers/input/keyboard/Kconfig
      so it's always seen by Kconfig.
      
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Acked-by: NRoman Zippel <zippel@linux-m68k.org>
      Signed-off-by: NAndi Kleen <ak@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      0e52d328
  15. 05 5月, 2007 1 次提交
  16. 03 5月, 2007 1 次提交
  17. 16 3月, 2007 1 次提交
  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. 18 2月, 2007 1 次提交
  20. 18 1月, 2007 1 次提交
  21. 24 11月, 2006 1 次提交
  22. 10 10月, 2006 1 次提交
  23. 04 10月, 2006 1 次提交
  24. 30 9月, 2006 1 次提交
  25. 19 9月, 2006 1 次提交
  26. 14 3月, 2006 1 次提交
  27. 10 1月, 2006 1 次提交
  28. 01 11月, 2005 1 次提交
  29. 15 10月, 2005 1 次提交
  30. 13 9月, 2005 1 次提交
  31. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4