1. 5647ac0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  2. 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
  3. 76ec9d1 Convert selectors of GENERIC_GPIO to GPIOLIB by Alexandre Courbot · 12 years ago
  4. 6af6dc2 input: Add ChromeOS EC keyboard driver by Simon Glass · 12 years ago
  5. 4384041 input: matrix-keymap: Add function to read the new DT binding by Simon Glass · 12 years ago
  6. e10af9e Input: tegra-kbc - support for defining row/columns based on SoC by Laxman Dewangan · 12 years ago
  7. da5bce1 Input: imx_keypad - switch to using managed resources by Fabio Estevam · 12 years ago
  8. 0442ce1 Input: nomadik-ske-keypad - use module_platform_driver_probe macro by Sachin Kamat · 12 years ago
  9. e67d541 Input: amikbd - use module_platform_driver_probe macro by Sachin Kamat · 12 years ago
  10. 6b0bc60 Input: davinci_keyscan - use module_platform_driver_probe macro by Sachin Kamat · 12 years ago
  11. ba52a7f Input: tegra-kbc - convert to devm_ioremap_resource() by Sachin Kamat · 12 years ago
  12. 152fcb2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  13. 3973501 Input: tc3589x-keypad - fix keymap size by Rabin Vincent · 12 years ago
  14. bab588f Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  15. 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
  16. b3cdda2 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  17. c6699b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  18. 2d9f0d9 Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  19. e9cf59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  20. 9eee07d Input: tegra-kbc - require CONFIG_OF, remove platform data by Stephen Warren · 12 years ago
  21. d722260 Input: add couple of missing GENERIC_HARDIRQS dependencies by Heiko Carstens · 12 years ago
  22. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 12 years ago
  23. 61fd290 ARM: tegra: migrate to new clock code by Prashant Gaikwad · 12 years ago
  24. 6f2ac00 Input: goldfish - virtual input event driver by Brian Swetland · 12 years ago
  25. 8d1cbc9 Input: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  26. be2d7e42 Input: atkbd - fix multi-byte scancode handling on reconnect by Shawn Nematbakhsh · 12 years ago
  27. 236d6a7 Input: atkbd - fix a typo in a message by Dmitry Torokhov · 12 years ago
  28. 914e597 Input: tegra-kbc - remove default keymap by Laxman Dewangan · 12 years ago
  29. 8839024 Input: tegra-kbc - add support for rows/columns configuration from dt by Laxman Dewangan · 12 years ago
  30. 00eb81e Input: tegra-kbc - use devm_* for resource allocation by Laxman Dewangan · 12 years ago
  31. 1c407a1 Input: tegra-kbc - fix build warning by Laxman Dewangan · 12 years ago
  32. bec7a4b Input: lm8323 - fix checking PWM interrupt status by Nickolai Zeldovich · 12 years ago
  33. 0e47e3d Input: qt2160 - add support for LEDs by Javier Martin · 12 years ago
  34. 6ed1914 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  35. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  36. 0e14235 Input: imx_keypad - add device tree support by Liu Ying · 12 years ago
  37. e324ce6 Input: gpio_keys - defer probing if GPIO probing is deferred by Dmitry Torokhov · 12 years ago
  38. d46329a Input: gpio_keys_polled - defer probing if GPIO probing is deferred by Gabor Juhos · 12 years ago
  39. 31564cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  40. 770b6cb ARM: OMAP: Fix drivers to depend on omap for internal devices by Tony Lindgren · 12 years ago
  41. da5ee07 Input: gpio_keys_polled - switch to using gpio_request_one() by Dmitry Torokhov · 12 years ago
  42. 333e34b Input: gpio_keys - switch to using gpio_request_one() by Dmitry Torokhov · 12 years ago
  43. 1a22e16 Input: gpio-keys-polled - honor 'autorepeat' setting in platform data by Alexander Shiyan · 12 years ago
  44. 16ff7cb Input: tca8418-keypad - switch to using managed resources by Dmitry Torokhov · 12 years ago
  45. 91c5d67 Input: tca8418_keypad - increase severity of failures in probe() by Dmitry Torokhov · 12 years ago
  46. 5cc0dfe Input: tca8418_keypad - move device ID tables closer to where they are used by Dmitry Torokhov · 12 years ago
  47. cdbe8a8 Input: tca8418_keypad - use dev_get_platdata() to retrieve platform data by Dmitry Torokhov · 12 years ago
  48. efce8a4 Input: tca8418_keypad - use a temporary variable for parent device by Dmitry Torokhov · 12 years ago
  49. bf7f531 Input: tca8418_keypad - add support for shared interrupt by Alban Bedel · 12 years ago
  50. e89e29b Input: tca8418_keypad - add support for device tree bindings by Alban Bedel · 12 years ago
  51. dda19a9 Input: gpio_keys - disable hardware on suspend by Jonas Aaberg · 12 years ago
  52. 5b76d7b Input: gpio_keys - report initial state when opening the device by Dmitry Torokhov · 12 years ago
  53. a57da34 Input: samsung-keypad - switch to using managed resources by Sachin Kamat · 12 years ago
  54. 9336648 Input: spear-keyboard - add clk_{un}prepare() support by Vipul Kumar Samar · 12 years ago
  55. 92aab96 Input: imx_keypad - only set enabled columns to open-drain by Andreas Pretzsch · 12 years ago
  56. 6ea3238 Input: stmpe-keypad - add support for Device Tree bindings by Dmitry Torokhov · 12 years ago
  57. e2619cf Input: remove use of __devexit by Bill Pemberton · 12 years ago
  58. 5298cc4 Input: remove use of __devinit by Bill Pemberton · 12 years ago
  59. 78f50c2 Input: remove use of __devinitconst by Bill Pemberton · 12 years ago
  60. d6f6dfd Input: remove use of __devinitdata by Bill Pemberton · 12 years ago
  61. 1cb0aa8 Input: remove use of __devexit_p by Bill Pemberton · 12 years ago
  62. 4a83eec Input: matrix-keypad - add device tree support by AnilKumar Ch · 12 years ago
  63. aaa4f2a Input: stmpe-keyboard - switch to using managed resources by Viresh Kumar · 12 years ago
  64. 6102752 Input: spear-keyboard - switch to using managed resources by Viresh Kumar · 12 years ago
  65. 1eee4af Input: spear-keyboard - fix for balancing the enable_irq_wake by Deepak Sikri · 12 years ago
  66. d852f95 Input: nomadik-ske-keypad - start using the apb_pclk by Ulf Hansson · 12 years ago
  67. 4e99aab Input: nomadik-ske-keypad - fixup use of clk by Ulf Hansson · 12 years ago
  68. fa8e245 Merge tag 'v3.7-rc4' into next to sync up Wacom bits by Dmitry Torokhov · 12 years ago
  69. f75ed2d Merge tag 'kill-plat-sparse-irq' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into next/multiplatform by Olof Johansson · 12 years ago
  70. 694e33a ARM: plat-nomadik: move MTU, kill plat-nomadik by Linus Walleij · 12 years ago
  71. 53279f3 Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changes by Dmitry Torokhov · 12 years ago
  72. e07577e Input: lpc32xx-keys - select INPUT_MATRIXKMAP by Roland Stigge · 12 years ago
  73. 904aded Input: pxa27x_keypad - clear pending interrupts on keypad config by Vasily Khoruzhick · 12 years ago
  74. a6e8c0a Input: qt2160 - fix qt2160_write() implementation by Javier Martin · 12 years ago
  75. 6828b4b Input: remove CONFIG_EXPERIMENTAL from keyboard drivers by Kees Cook · 12 years ago
  76. 8bbbfa7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  77. 0cc8d6a Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  78. aba828c Input: samsung-keypad - add clk_prepare and clk_unprepare by Thomas Abraham · 12 years ago
  79. fc47912 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  80. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  81. 9cd11c0 Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  82. 61464c8 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  83. dde3ada Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  84. e3a66aa Merge branch 'multiplatform/platform-data' into next/multiplatform by Olof Johansson · 12 years ago
  85. 0b6c404 Merge tag 'v3.6-rc5' into for-linus by Dmitry Torokhov · 12 years ago
  86. 6884b68 ARM: spear: move platform_data definitions by Arnd Bergmann · 12 years ago
  87. 2203747 ARM: omap: move platform_data definitions by Arnd Bergmann · 12 years ago
  88. db298da ARM: nomadik: move platform_data definitions by Arnd Bergmann · 12 years ago
  89. 54ecf4f ARM: w90x900: move platform_data definitions by Arnd Bergmann · 12 years ago
  90. 293b2da ARM: pxa: move platform_data definitions by Arnd Bergmann · 12 years ago
  91. a3b29245 ARM: ep93xx: move platform_data definitions by Arnd Bergmann · 12 years ago
  92. ec2a083 ARM: davinci: move platform_data definitions by Arnd Bergmann · 12 years ago
  93. 8757145 Input: gpio_keys_polled - fix dt pdata->nbuttons by Alexandre Pereira da Silva · 12 years ago
  94. f799a3d Input: omap-keypad: Remove dependencies to mach includes by Tony Lindgren · 12 years ago
  95. 11be4bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  96. 9e14f36b Input: omap-keypad - fixed formatting by Josh · 12 years ago
  97. e6c3401 Merge tag 'v3.6-rc4' into next by Dmitry Torokhov · 12 years ago
  98. a85442a Input: tegra - move platform data header by Stephen Warren · 12 years ago
  99. 609455f Input: imx_keypad - fix missing clk conversions by Fabio Estevam · 12 years ago
  100. 31b95bf Input: samsung-keypad - use of_get_child_count() helper by Tobias Klauser · 12 years ago