1. 4eef6cb Input: eeti_ts: pass gpio value instead of IRQ by Arnd Bergmann · 13 years ago
  2. f1115bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  3. cea8f46 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  4. 91b006d Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus by Russell King · 12 years ago
  5. 43c4d13 Input: add driver for FT5x06 based EDT displays by Simon Budig · 12 years ago
  6. 07b8481 Input: add MELFAS mms114 touchscreen driver by Joonyoung Shim · 12 years ago
  7. 3169663 ARM: sa11x0/pxa: convert OS timer registers to IOMEM by Russell King · 13 years ago
  8. 8830cb88 Input: wacom_i2c - fix compiler warning by Dmitry Torokhov · 12 years ago
  9. f053ea8 Pull input changes from Henrik Rydberg, including large update to by Dmitry Torokhov · 12 years ago
  10. 3c3416a Merge branch 'for-linus' to bring in change ensuring that drivers that by Dmitry Torokhov · 12 years ago
  11. 6680884 Input: ad7879 - add option to correct xy axis by Michael Hennerich · 12 years ago
  12. 1b74a86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  13. c45361a Revert "Input: atmel_mxt_ts - warn if sysfs could not be created" by Henrik Rydberg · 12 years ago
  14. 9b7e31b Input: request threaded-only IRQs with IRQF_ONESHOT by Lars-Peter Clausen · 12 years ago
  15. fdf80421 Input: atmel_mxt_ts - parse T6 reports by Daniel Kurtz · 12 years ago
  16. 64464ae Input: atmel_mxt_ts - send all MT-B slots in one input report by Daniel Kurtz · 12 years ago
  17. cb15911 Input: atmel_mxt_ts - use T9 reportid range to init number of mt slots by Daniel Kurtz · 12 years ago
  18. 04a7918 Input: atmel_mxt_ts - refactor reportid checking in mxt_interrupt by Daniel Kurtz · 12 years ago
  19. 333e5a9 Input: atmel_mxt_ts - cache T9 reportid range when reading object table by Daniel Kurtz · 12 years ago
  20. 7d4fa10 Input: atmel_mxt_ts - refactor when and how object table is freed by Daniel Kurtz · 12 years ago
  21. b2e459b Input: atmel_mxt_ts - add detail to touchevent debug message by Daniel Kurtz · 12 years ago
  22. fba5bc3 Input: atmel_mxt_ts - simplify event reporting by Daniel Kurtz · 12 years ago
  23. b19fc9e Input: atmel_mxt_ts - add sysfs entries to read fw and hw version by Daniel Kurtz · 12 years ago
  24. e0e0269 Input: atmel_mxt_ts - update driver ID info logging by Daniel Kurtz · 12 years ago
  25. 23003a84 Input: atmel_mxt_ts - read ID information block in one i2c transaction by Daniel Kurtz · 12 years ago
  26. cf94bc0 Input: atmel_mxt_ts - optimize writing of object table entries by Daniel Kurtz · 12 years ago
  27. 9638ab7 Input: atmel_mxt_ts - add variable length __mxt_write_reg by Daniel Kurtz · 12 years ago
  28. 771733e Input: atmel_mxt_ts - return errors from i2c layer by Daniel Kurtz · 12 years ago
  29. 794eb67 Input: atmel_mxt_ts - print all instances when dumping objects by Daniel Kurtz · 12 years ago
  30. 9163095 Input: atmel_mxt_ts - print less overhead when dumping objects by Daniel Kurtz · 12 years ago
  31. 43a91d5 Input: atmel_mxt_ts - optimize reading objects in object sysfs entry by Daniel Kurtz · 12 years ago
  32. 9c67b78 Input: atmel_mxt_ts - use scnprintf for object sysfs entry by Daniel Kurtz · 12 years ago
  33. 55d6867 Input: atmel_mxt_ts - don't read T5 when dumping objects by Daniel Kurtz · 12 years ago
  34. 6399003 Input: atmel_mxt_ts - warn if sysfs could not be created by Daniel Kurtz · 12 years ago
  35. e1e1658 Input: atmel_mxt_ts - detect OOM when creating mt slots by Daniel Kurtz · 12 years ago
  36. c2ef9a1 Input: atmel_mxt_ts - use client name for irq by Daniel Kurtz · 12 years ago
  37. ec02ac2 Input: atmel_mxt_ts - derive phys from i2c client adapter by Daniel Kurtz · 12 years ago
  38. 4b78147 Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  39. 2c01e7b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  40. a481991 Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  41. cd99758 mfd: Convert wm831x to irq_domain by Mark Brown · 13 years ago
  42. 6ee3dbf Input: atmel_mxt_ts - dump each message on just 1 line by Daniel Kurtz · 13 years ago
  43. 822115f Input: atmel_mxt_ts - do not read extra (checksum) byte by Daniel Kurtz · 13 years ago
  44. d1ff320 Input: atmel_mxt_ts - verify object size in mxt_write_object by Daniel Kurtz · 13 years ago
  45. 71b3e93 Input: atmel_mxt_ts - only allow root to update firmware by Daniel Kurtz · 13 years ago
  46. 3a73c81 Input: atmel_mxt_ts - use CONFIG_PM_SLEEP by Daniel Kurtz · 13 years ago
  47. 0a5ebc8 USB: input: usbtouchscreen.c: fix up dev_* messages by Greg Kroah-Hartman · 13 years ago
  48. b741ab9 USB: usbtouchscreen.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  49. f864b60 USB: input: usbtouchscreen.c: fix up dev_err() usage by Greg Kroah-Hartman · 13 years ago
  50. eead75a Input: add support for DA9052/53 touch screen controller by Ashish Jangam · 13 years ago
  51. df05267 Input: usbtouchscreen - only expose e2i configure option in expert mode by Shawn Landden · 13 years ago
  52. 41baf63 Input: usbtouchscreen - fix typo by Shawn Landden · 13 years ago
  53. e27ad0f USB: usbtouchscreen.c: remove err() usage by Greg Kroah-Hartman · 13 years ago
  54. 3460408 Input: lpc32xx_ts - fix device tree compatible string by Roland Stigge · 13 years ago
  55. 57b8628 Merge commit 'v3.4-rc4' into next by Dmitry Torokhov · 13 years ago
  56. 5cb727a Input: lpc32xx_ts - add device tree support by Roland Stigge · 13 years ago
  57. 1fc4ec3 Input: Kconfig: remove dependency for atmel_tsadcc driver by Nicolas Ferre · 13 years ago
  58. 4abb663 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  59. d568778 Input: wacom_i2c - do not use irq_to_gpio by Dmitry Torokhov · 13 years ago
  60. 65ac9f7 Input: serio - use module_serio_driver by Axel Lin · 13 years ago
  61. b357140 Input: st1232 - switch to using SIMPLE_DEV_PM_OPS by Dmitry Torokhov · 13 years ago
  62. e6293d2 Input: st1232 - add device tree support by Magnus Damm · 13 years ago
  63. 5a96626 Input: add support for Wacom Stylus device with I2C interface by Tatsunosuke Tobita · 13 years ago
  64. 79026ff Input: tps6507x-ts - fix MODULE_ALIAS to match driver name by Uwe Kleine-König · 13 years ago
  65. 30304e5 Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  66. 9e4db1c Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  67. d61b7a5 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  68. 3638dd2 ARM: 7341/1: input: prepare jornada720 keyboard and ts for sa11x0 sparse irq by Rob Herring · 13 years ago
  69. 5c6a7a6 Input: ili210x - add support for Ilitek ILI210x based touchscreens by Olivier Sobrie · 13 years ago
  70. 4a53383 Input: synaptics_usb - switch to module_usb_driver() by Dmitry Torokhov · 13 years ago
  71. 1b92c1c Input: convert I2C drivers to use module_i2c_driver() by Axel Lin · 13 years ago
  72. ca83922 Input: convert SPI drivers to use module_spi_driver() by Axel Lin · 13 years ago
  73. b51425b Input: hp680_ts_input - ensure arguments to request_irq and free_irq are compatible by Julia Lawall · 13 years ago
  74. b675b36 Merge commit 'v3.3-rc6' into next by Dmitry Torokhov · 13 years ago
  75. 1039d76 mfd: Add pdata to set mc13783-ts conversion delay by Michael Thalmeier · 13 years ago
  76. fa3e44f Input: atmel-wm97xx - convert to dev_pm_ops by Dmitry Torokhov · 13 years ago
  77. 0c0c440 Input: atmel-wm97xx - set driver owner by Dmitry Torokhov · 13 years ago
  78. aaa60fa Input: cyttsp - remove useless checks in cyttsp_probe() by Dmitry Torokhov · 13 years ago
  79. aa87512 Input: usbtouchscreen - add support for Data Modul EasyTouch TP 72037 by Armando Visconti · 13 years ago
  80. 1b8be32 Input: add support for TI Touchscreen controller by Rachna Patil · 13 years ago
  81. b130d5c ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX by Kukjin Kim · 13 years ago
  82. 4065d1e Input: add Cypress TTSP capacitive multi-touch screen support by Javier Martinez Canillas · 13 years ago
  83. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  84. 2485a4b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  85. d3d2580 Input: revert some over-zealous conversions to module_platform_driver() by Dmitry Torokhov · 13 years ago
  86. dbe950f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  87. 2ac9d7a Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  88. 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
  89. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  90. bd100e2 Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messages by Dmitry Torokhov · 13 years ago
  91. c899afe Input: ucb1400_ts - convert to threaded IRQ by Dmitry Torokhov · 13 years ago
  92. 7507232 Input: ucb1400_ts - drop inline annotations by Dmitry Torokhov · 13 years ago
  93. 9fea929 Input: usb1400_ts - add __devinit/__devexit section annotations by Dmitry Torokhov · 13 years ago
  94. 8028e93 Input: ucb1400_ts - set driver owner by Dmitry Torokhov · 13 years ago
  95. 3db8a537 Input: ucb1400_ts - convert to use dev_pm_ops by Dmitry Torokhov · 13 years ago
  96. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  97. 36a281e Input: add driver for pixcir i2c touchscreens by Jianchun Bian · 13 years ago
  98. b5d798c Input: zylonite-wm97xx - replace IRQ_GPIO() with gpio_to_irq() by Axel Lin · 13 years ago
  99. 5245db4 Input: add driver for AUO In-Cell touchscreens using pixcir ICs by Heiko Stübner · 13 years ago
  100. 9ee27ff PM / input / touchscreen: Make st1232 use device PM QoS constraints by Rafael J. Wysocki · 13 years ago