1. 875ad69 Input: omap-keypad - use bitfiled instead of hardcoded values by Illia Smyrnov · 11 years ago
  2. ef0aca7 Input: keyboard, serio - simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  3. eacd0c4 Input: tegra-kbc - simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  4. 3719b54 Input: qt1070 - add power management ops by Bo Shen · 11 years ago
  5. 1bc7545 Input: max7359 - add CONFIG_PM_SLEEP to suspend/resume by Jingoo Han · 11 years ago
  6. 46146e7 Input: nspire-keypad - replace magic offset with define by Daniel Tang · 12 years ago
  7. 20c3da9 Input: nspire-keypad - remove redundant dev_err call in nspire_keypad_probe() by Wei Yongjun · 12 years ago
  8. 31881d7 Merge branch 'for-next' of git://github.com/rydberg/linux into next by Dmitry Torokhov · 12 years ago
  9. 9eb5213 Input: pxa27x-keypad - make platform data const by Dmitry Torokhov · 12 years ago
  10. f9f6def Input: pxa27x-keypad - convert to using SIMPLE_DEV_PM_OPS by Dmitry Torokhov · 12 years ago
  11. e415697 Input: pxa27x-keypad - add device tree support by Chao Xie · 12 years ago
  12. 0a085a9 Input: pxa27x-keypad - use matrix_keymap for matrix keys by Chao Xie · 12 years ago
  13. fc4f314 Input: add TI-Nspire keypad support by Daniel Tang · 12 years ago
  14. f0886a6 Input: w90p910_keypad - pass correct pointer to free_irq() by Lars-Peter Clausen · 12 years ago
  15. 994c755 Input: twl4030_keypad - pass correct pointer to free_irq() by Lars-Peter Clausen · 12 years ago
  16. 8c7f5f5 Input: pxa27x_keypad - pass correct pointer to free_irq() by Lars-Peter Clausen · 12 years ago
  17. d7ecfff Input: ep93xx_keypad - pass correct pointer to free_irq() by Lars-Peter Clausen · 12 years ago
  18. 5647ac0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  19. d520145 Input: w90p910_keypad - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  20. 62205e0 Input: twl4030_keypad - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  21. 94521e5 Input: tnetv107x-keypad - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  22. e78465e Input: spear-keyboard - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  23. 86066e6 Input: sh_keysc - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  24. 413b859 Input: samsung-keypad - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  25. 84ce3aa Input: pxa930_rotary - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  26. c8712a5 Input: pxa27x_keypad - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  27. b6a08a4 Input: pmic8xxx-keypad - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  28. 8b07dd0 Input: opencores-kbd - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  29. 19b1d74 Input: omap4-keypad - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  30. 776f2ac Input: matrix_keypad - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  31. bb41eca Input: jornada720_kbd - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  32. 5d1e938 Input: jornada680_kbd - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  33. 8b7022b Input: gpio_keys_polled - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  34. 9c0219f Input: gpio_keys - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  35. b0ae73b Input: davinci_keyscan - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  36. da1bfb4 Input: bf54x-keys - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  37. 9cc04d7 Input: ep93xx_keypad - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  38. d0c082d Input: amikbd - remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  39. d7ab730 Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next by Linus Torvalds · 12 years ago
  40. 76ec9d1 Convert selectors of GENERIC_GPIO to GPIOLIB by Alexandre Courbot · 12 years ago
  41. 6af6dc2 input: Add ChromeOS EC keyboard driver by Simon Glass · 12 years ago
  42. 4384041 input: matrix-keymap: Add function to read the new DT binding by Simon Glass · 12 years ago
  43. e10af9e Input: tegra-kbc - support for defining row/columns based on SoC by Laxman Dewangan · 12 years ago
  44. da5bce1 Input: imx_keypad - switch to using managed resources by Fabio Estevam · 12 years ago
  45. 0442ce1 Input: nomadik-ske-keypad - use module_platform_driver_probe macro by Sachin Kamat · 12 years ago
  46. e67d541 Input: amikbd - use module_platform_driver_probe macro by Sachin Kamat · 12 years ago
  47. 6b0bc60 Input: davinci_keyscan - use module_platform_driver_probe macro by Sachin Kamat · 12 years ago
  48. ba52a7fc Input: tegra-kbc - convert to devm_ioremap_resource() by Sachin Kamat · 12 years ago
  49. 152fcb2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  50. 3973501 Input: tc3589x-keypad - fix keymap size by Rabin Vincent · 12 years ago
  51. bab588f Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  52. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  53. b3cdda2 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  54. c6699b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  55. 2d9f0d9 Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  56. e9cf59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  57. 9eee07d Input: tegra-kbc - require CONFIG_OF, remove platform data by Stephen Warren · 12 years ago
  58. d722260 Input: add couple of missing GENERIC_HARDIRQS dependencies by Heiko Carstens · 12 years ago
  59. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 12 years ago
  60. 61fd290 ARM: tegra: migrate to new clock code by Prashant Gaikwad · 12 years ago
  61. 6f2ac00 Input: goldfish - virtual input event driver by Brian Swetland · 12 years ago
  62. 8d1cbc9 Input: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  63. be2d7e42 Input: atkbd - fix multi-byte scancode handling on reconnect by Shawn Nematbakhsh · 12 years ago
  64. 236d6a7 Input: atkbd - fix a typo in a message by Dmitry Torokhov · 12 years ago
  65. 914e597 Input: tegra-kbc - remove default keymap by Laxman Dewangan · 12 years ago
  66. 8839024 Input: tegra-kbc - add support for rows/columns configuration from dt by Laxman Dewangan · 12 years ago
  67. 00eb81e Input: tegra-kbc - use devm_* for resource allocation by Laxman Dewangan · 12 years ago
  68. 1c407a1 Input: tegra-kbc - fix build warning by Laxman Dewangan · 12 years ago
  69. bec7a4b Input: lm8323 - fix checking PWM interrupt status by Nickolai Zeldovich · 12 years ago
  70. 0e47e3d Input: qt2160 - add support for LEDs by Javier Martin · 12 years ago
  71. 6ed1914 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  72. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  73. 0e14235 Input: imx_keypad - add device tree support by Liu Ying · 12 years ago
  74. e324ce6 Input: gpio_keys - defer probing if GPIO probing is deferred by Dmitry Torokhov · 12 years ago
  75. d46329a Input: gpio_keys_polled - defer probing if GPIO probing is deferred by Gabor Juhos · 12 years ago
  76. 31564cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  77. 770b6cb ARM: OMAP: Fix drivers to depend on omap for internal devices by Tony Lindgren · 12 years ago
  78. da5ee07 Input: gpio_keys_polled - switch to using gpio_request_one() by Dmitry Torokhov · 12 years ago
  79. 333e34b Input: gpio_keys - switch to using gpio_request_one() by Dmitry Torokhov · 12 years ago
  80. 1a22e16 Input: gpio-keys-polled - honor 'autorepeat' setting in platform data by Alexander Shiyan · 12 years ago
  81. 16ff7cb Input: tca8418-keypad - switch to using managed resources by Dmitry Torokhov · 12 years ago
  82. 91c5d67 Input: tca8418_keypad - increase severity of failures in probe() by Dmitry Torokhov · 12 years ago
  83. 5cc0dfe Input: tca8418_keypad - move device ID tables closer to where they are used by Dmitry Torokhov · 12 years ago
  84. cdbe8a8 Input: tca8418_keypad - use dev_get_platdata() to retrieve platform data by Dmitry Torokhov · 12 years ago
  85. efce8a4 Input: tca8418_keypad - use a temporary variable for parent device by Dmitry Torokhov · 12 years ago
  86. bf7f531 Input: tca8418_keypad - add support for shared interrupt by Alban Bedel · 12 years ago
  87. e89e29b Input: tca8418_keypad - add support for device tree bindings by Alban Bedel · 12 years ago
  88. dda19a9 Input: gpio_keys - disable hardware on suspend by Jonas Aaberg · 12 years ago
  89. 5b76d7b Input: gpio_keys - report initial state when opening the device by Dmitry Torokhov · 12 years ago
  90. a57da34 Input: samsung-keypad - switch to using managed resources by Sachin Kamat · 12 years ago
  91. 9336648 Input: spear-keyboard - add clk_{un}prepare() support by Vipul Kumar Samar · 12 years ago
  92. 92aab96 Input: imx_keypad - only set enabled columns to open-drain by Andreas Pretzsch · 12 years ago
  93. 6ea3238 Input: stmpe-keypad - add support for Device Tree bindings by Dmitry Torokhov · 12 years ago
  94. e2619cf Input: remove use of __devexit by Bill Pemberton · 12 years ago
  95. 5298cc4 Input: remove use of __devinit by Bill Pemberton · 12 years ago
  96. 78f50c2 Input: remove use of __devinitconst by Bill Pemberton · 12 years ago
  97. d6f6dfd Input: remove use of __devinitdata by Bill Pemberton · 12 years ago
  98. 1cb0aa8 Input: remove use of __devexit_p by Bill Pemberton · 12 years ago
  99. 4a83eec Input: matrix-keypad - add device tree support by AnilKumar Ch · 12 years ago
  100. aaa4f2a Input: stmpe-keyboard - switch to using managed resources by Viresh Kumar · 12 years ago