1. 1b92c1c Input: convert I2C drivers to use module_i2c_driver() by Axel Lin · 12 years ago
  2. ca83922 Input: convert SPI drivers to use module_spi_driver() by Axel Lin · 12 years ago
  3. 0f1142a Input: omap4-keypad - move platform_data to <linux/platform_data> by Felipe Balbi · 12 years ago
  4. 0439166 Input: kxtj9 - who_am_i check value and initial data rate fixes by Christopher Hudson · 12 years ago
  5. 104594b0 Input: add driver support for MAX8997-haptic by Donggeun Kim · 12 years ago
  6. 145e973 Input: tegra-kbc - revise device tree support by Olof Johansson · 12 years ago
  7. 2cd3687 Input: of_keymap - add device tree bindings for simple key matrices by Olof Johansson · 12 years ago
  8. b51425b Input: hp680_ts_input - ensure arguments to request_irq and free_irq are compatible by Julia Lawall · 12 years ago
  9. 05b7b84 Merge branch 'for-next' of github.com:rydberg/linux into next by Dmitry Torokhov · 12 years ago
  10. b675b36 Merge commit 'v3.3-rc6' into next by Dmitry Torokhov · 12 years ago
  11. 104a5f3 Input: max8925_onkey - avoid accessing input device too early by Dmitry Torokhov · 12 years ago
  12. adab30d Input: max8925_onkey - allow to be used as a wakeup source by Kevin Liu · 12 years ago
  13. fa3e44f Input: atmel-wm97xx - convert to dev_pm_ops by Dmitry Torokhov · 12 years ago
  14. 0c0c440 Input: atmel-wm97xx - set driver owner by Dmitry Torokhov · 12 years ago
  15. aaa60fa Input: cyttsp - remove useless checks in cyttsp_probe() by Dmitry Torokhov · 12 years ago
  16. aa87512 Input: usbtouchscreen - add support for Data Modul EasyTouch TP 72037 by Armando Visconti · 12 years ago
  17. f0c5f65 Input: add support for OnKey module for DA9052/53 PMIC by Ashish Jangam · 12 years ago
  18. 1b8be32 Input: add support for TI Touchscreen controller by Rachna Patil · 12 years ago
  19. f79e30a Input: spear-keyboard - provide thaw and poweroff routines by Viresh Kumar · 13 years ago
  20. f8354c6 Input: spear-keyboard - configure device according to supplied mode by Rajeev Kumar · 13 years ago
  21. c35c0e7 Input: psmouse - use psmouse_[de]activate() from sentelic and hgpk drivers by Paul Fox · 13 years ago
  22. bd26f3d Input: psmouse - allow drivers to use psmouse_{de,}activate by Andres Salomon · 13 years ago
  23. 7491f3d bcm5974: Add pointer and buttonpad properties by Chase Douglas · 13 years ago
  24. 1cf0c6e Input: Add EVIOC mechanism for MT slots by Henrik Rydberg · 13 years ago
  25. 31c150a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  26. 023cea0 Input: tegra-kbc - allow skipping setting up some of GPIO pins by Shridhar Rasal · 13 years ago
  27. 8491ee1 Input: add Synaptics USB device driver by Jan Steinhoff · 13 years ago
  28. a80b83b Input: add infrastructure for selecting clockid for event time stamps by John Stultz · 13 years ago
  29. 82b982c Input: i8042 - add Lenovo Ideapad U455 to 'reset' blacklist by Igor Murzov · 13 years ago
  30. b89529a Input: Use accessor for MT values by Henrik Rydberg · 13 years ago
  31. 7a0a27d Input: serio_raw - return proper result when serio_raw_read fails by Che-Liang Chiou · 13 years ago
  32. 4936f97 Input: twl4030_keypad - fix comment (trivial) by Felipe Contreras · 13 years ago
  33. 42f5787 Input: evdev - fix variable initialisation by Heiko Stübner · 13 years ago
  34. 4065d1e Input: add Cypress TTSP capacitive multi-touch screen support by Javier Martinez Canillas · 13 years ago
  35. 31175a8 Input: wacom - use switch statement for wacom_tpc_irq() by Ping Cheng · 13 years ago
  36. 8b4a0c1 Input: wacom - use BTN_TOOL_FINGER to indicate touch device type by Ping Cheng · 13 years ago
  37. 393f9ff Input: pcf8574_keypad - fix typo in Kconfig by Masanari Iida · 13 years ago
  38. b6834b0 Input: tegra-kbc - enable key interrupt for wakeup by Rakesh Iyer · 13 years ago
  39. 69898e5 Input: samsung-keypad - don't synchronise with runtime PM put by Mark Brown · 13 years ago
  40. 409e154 Input: q40kbd - convert driver to the split model by Dmitry Torokhov · 13 years ago
  41. 3e8040b Input: at32psif - convert to dev_pm_ops by Dmitry Torokhov · 13 years ago
  42. 89f0f17 Input: nomadik-ske-keypad - convert to using SIMPLE_DEV_PM_OPS by Dmitry Torokhov · 13 years ago
  43. db3dbd0 Input: nomadik-ske-keypad - do not assign driver's probe() method by Dmitry Torokhov · 13 years ago
  44. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  45. 21ebd6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  46. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  47. 2485a4b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  48. 52965cc Input: bcm5974 - set BUTTONPAD property by Jussi Pakkanen · 13 years ago
  49. 4fa0771 Input: serio_raw - return proper result when serio_raw_write fails by Dmitry Torokhov · 13 years ago
  50. 0c62fbf Input: serio_raw - really signal HUP upon disconnect by Dmitry Torokhov · 13 years ago
  51. d89c9bc Input: serio_raw - remove stray semicolon by Che-Liang Chiou · 13 years ago
  52. d3d2580 Input: revert some over-zealous conversions to module_platform_driver() by Dmitry Torokhov · 13 years ago
  53. 4690dfa Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 13 years ago
  54. dbe950f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  55. 9016037 Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  56. 2ac9d7a Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  57. dfc1ebe Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  58. dcf7ec5 Merge branch 'samsung/driver' into next/drivers by Arnd Bergmann · 13 years ago
  59. da73356 Merge branch 'next' into for-linus by Dmitry Torokhov · 13 years ago
  60. ee66e65 mfd: Unify abx500 headers in mfd/abx500 by Linus Walleij · 13 years ago
  61. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  62. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  63. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  64. 237c78b Merge branch 'depends/rmk/for-linus' into samsung/dt by Arnd Bergmann · 13 years ago
  65. d3d0b02 Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  66. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  67. be3bad6 input: xilinx_ps2: Don't use NO_IRQ by Michal Simek · 13 years ago
  68. dab78d7 Input: tc3589x-keypad - add missing kerneldoc by Naga Radhesh · 13 years ago
  69. bd100e2 Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messages by Dmitry Torokhov · 13 years ago
  70. c899afe Input: ucb1400_ts - convert to threaded IRQ by Dmitry Torokhov · 13 years ago
  71. 7507232 Input: ucb1400_ts - drop inline annotations by Dmitry Torokhov · 13 years ago
  72. 9fea929 Input: usb1400_ts - add __devinit/__devexit section annotations by Dmitry Torokhov · 13 years ago
  73. 8028e93 Input: ucb1400_ts - set driver owner by Dmitry Torokhov · 13 years ago
  74. 3db8a537 Input: ucb1400_ts - convert to use dev_pm_ops by Dmitry Torokhov · 13 years ago
  75. 73db144 Xen: consolidate and simplify struct xenbus_driver instantiation by Jan Beulich · 13 years ago
  76. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  77. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  78. ee9dfd7 Input: psmouse - make sure we do not use stale methods by Dmitry Torokhov · 13 years ago
  79. 509f87c Input: evdev - do not block waiting for an event if fd is nonblock by Dima Zavin · 13 years ago
  80. e90f869 Input: evdev - if no events and non-block, return EAGAIN not 0 by Dima Zavin · 13 years ago
  81. 566cf5b Input: evdev - only allow reading events if a full packet is present by Dima Zavin · 13 years ago
  82. 36a281e Input: add driver for pixcir i2c touchscreens by Jianchun Bian · 13 years ago
  83. c63c4ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  84. 48c98b1 Input: samsung-keypad - implement runtime power management support by Mark Brown · 13 years ago
  85. fd0fc21 Input: tegra-kbc - report wakeup key for some platforms by Rakesh Iyer · 13 years ago
  86. a445c7f Input: tegra-kbc - add device tree bindings by Olof Johansson · 13 years ago
  87. 6ccbcf2 Input: sentelic - fix retrieving number of buttons by Tai-hwa Liang · 13 years ago
  88. d7bd1b8 Merge branch 'drivers/pxa-gpio' into next/drivers by Arnd Bergmann · 13 years ago
  89. b5d798c Input: zylonite-wm97xx - replace IRQ_GPIO() with gpio_to_irq() by Axel Lin · 13 years ago
  90. 5245db4 Input: add driver for AUO In-Cell touchscreens using pixcir ICs by Heiko Stübner · 13 years ago
  91. 6d10463 Merge branch 'pm-domains' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  92. 9ee27ff PM / input / touchscreen: Make st1232 use device PM QoS constraints by Rafael J. Wysocki · 13 years ago
  93. cd314fa Input: mpu3050 - configure the sampling method by Heikki Krogerus · 13 years ago
  94. 3b51872 Input: mpu3050 - ensure we enable interrupts by Heikki Krogerus · 13 years ago
  95. e948981 Input: mpu3050 - add of_match table for device-tree probing by Olof Johansson · 13 years ago
  96. d9bae67 Input: sentelic - release mutex upon register write failure by Tai-hwa Liang · 13 years ago
  97. b3d6ac3 input: samsung-keypad: Add device tree support by Thomas Abraham · 13 years ago
  98. 10ee08b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  99. 246835f Input: wacom - add LED support for Cintiq 24HD by Jason Gerecke · 13 years ago
  100. 803296b Input: wacom - add support for Cintiq 24HD by Jason Gerecke · 13 years ago