1. 2b2f514 Input: pxa27x_keypad - remove an unneeded NULL check by Dan Carpenter · 10 years ago
  2. d054267 Input: pxa27x_keypad - remove unnecessary ARM includes by Rob Herring · 10 years ago
  3. d797da4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  4. 38c3807 Input: pxa27x_keypad - switch to using managed resources by Pramod Gurav · 10 years ago
  5. 1d05726 input: keyboard: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  6. c5ec194 Input: pxa27x-keypad - fix generating scancode by Chao Xie · 10 years ago
  7. bf9a9f8 Input: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  8. 4224909 Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  9. 95ba740 Input: pxa27x_keypad - include linux/of.h header by Sachin Kamat · 11 years ago
  10. 049d75f Input: pxa27x_keypad - fix NULL pointer dereference by Mike Dunn · 11 years ago
  11. 9eb5213 Input: pxa27x-keypad - make platform data const by Dmitry Torokhov · 11 years ago
  12. f9f6def Input: pxa27x-keypad - convert to using SIMPLE_DEV_PM_OPS by Dmitry Torokhov · 11 years ago
  13. e415697 Input: pxa27x-keypad - add device tree support by Chao Xie · 11 years ago
  14. 0a085a9 Input: pxa27x-keypad - use matrix_keymap for matrix keys by Chao Xie · 11 years ago
  15. 8c7f5f5 Input: pxa27x_keypad - pass correct pointer to free_irq() by Lars-Peter Clausen · 11 years ago
  16. c8712a5 Input: pxa27x_keypad - remove redundant platform_set_drvdata() by Sachin Kamat · 11 years ago
  17. e2619cf Input: remove use of __devexit by Bill Pemberton · 12 years ago
  18. 5298cc4 Input: remove use of __devinit by Bill Pemberton · 12 years ago
  19. 1cb0aa8 Input: remove use of __devexit_p by Bill Pemberton · 12 years ago
  20. 904aded Input: pxa27x_keypad - clear pending interrupts on keypad config by Vasily Khoruzhick · 12 years ago
  21. 293b2da ARM: pxa: move platform_data definitions by Arnd Bergmann · 12 years ago
  22. fb054bf Input: pxa27x_keypad add choice to set direct_key_mask by Chao Xie · 13 years ago
  23. ee1d804 Input: pxa27x_keypad direct key may be low active by Chao Xie · 13 years ago
  24. 5545fa8 Input: pxa27x_keypad bug fix for direct_key_mask by Chao Xie · 13 years ago
  25. 6ce34a5 Input: pxa27x_keypad keep clock on as wakeup source by Chao Xie · 13 years ago
  26. 5146c84 Input: keyboard - use macro module_platform_driver() by JJ Ding · 13 years ago
  27. ec4665c Input: remove IRQF_DISABLED from drivers by Yong Zhang · 13 years ago
  28. 3587c25 ARM: pxa27x_keypad: added wakeup event handler for keypad interrupts by Mark F. Brown · 14 years ago
  29. 4a2490e ARM: pxa: moved pxa27x_keypad.h to platform pxa directory by Mark F. Brown · 14 years ago
  30. 288933c Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove() by Axel Lin · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  32. 2f82af0 Nicolas Pitre has a new email address by Nicolas Pitre · 15 years ago
  33. bd96f37 Input: pxa27x_keypad - allow modifying keymap from userspace by Dmitry Torokhov · 15 years ago
  34. b001091 Input: pxa27x_keypad - switch to using dev_pm_ops by Dmitry Torokhov · 15 years ago
  35. 52ec775 Input: pxa27x_keypad - remove extra clk_disable by Dmitry Torokhov · 15 years ago
  36. e0d8b13 [ARM] pxa: don't pass a consumer clock name for devices with unique clocks by Russell King · 16 years ago
  37. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  38. 0f8469a [ARM] Eliminate useless includes of asm/mach-types.h by Russell King · 16 years ago
  39. 15439dd Merge branch 'for-linus' into next by Dmitry Torokhov · 16 years ago
  40. 39ab9dd Input: pxa27x_keypad - add wakeup support by Eric Miao · 16 years ago
  41. 471637a Input: pxa27x_keypad - miscellaneous fixes by Antonio Ospite · 16 years ago
  42. d7b5247 Input: add MODULE_ALIAS() to hotpluggable platform modules by Kay Sievers · 16 years ago
  43. 688dad4 Input: pxa27x - fix keypad KPC macros by Samuel Ortiz · 17 years ago
  44. 76cb44e Input: pxa27x_keypad - add debounce_interval to the keypad platform data by Eric Miao · 17 years ago
  45. 9c60deb Input: pxa27x_keypad - use device resources for I/O memory mapping and IRQ by Eric Miao · 17 years ago
  46. 62059d9 Input: pxa27x_keypad - enable rotary encoders and direct keys by Eric Miao · 17 years ago
  47. d7416f9 Input: pxa27x_keypad - introduce pxa27x_keypad_config() by Eric Miao · 17 years ago
  48. 1814db6 Input: pxa27x_keypad - introduce driver structure and use KEY() to define matrix keys by Eric Miao · 17 years ago
  49. 1a1cd73 Input: pxa27x_keypad - remove pin configuration from the driver by Eric Miao · 17 years ago
  50. 0e5f11a Input: pxa27x_keypad - rename the driver (was pxa27x_keyboard) by Eric Miao · 17 years ago[Renamed (70%) from drivers/input/keyboard/pxa27x_keyboard.c]
  51. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  52. 22d8a73 [ARM] pxa: update pxa27x keypad driver to use clk support by Russell King · 17 years ago
  53. 744c9c3 Input: pxa27x_keyboard - fix compile error by Mike Rapoport · 17 years ago
  54. c0f85a8 [ARM] pxa: fix pxa27x keyboard driver by Russell King · 17 years ago
  55. b7fd4a0 Input: pxa27x - do not use deprecated SA_INTERRUPT flag by Thomas Gleixner · 17 years ago
  56. 469ba4d Input: keyboards - switch to using input_dev->dev.parent by Dmitry Torokhov · 17 years ago
  57. 5a90e5b Input: add support for PXA27x keyboard controller by Rodolfo Giometti · 18 years ago