aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds52-1017/+2234
2014-06-07Merge branch 'next' into for-linusDmitry Torokhov55-1032/+2230
2014-06-07Input: synaptics - fix resolution for manually provided min/maxBenjamin Tissoires1-9/+10
2014-06-07Input: atmel_mxt_ts - fix invalid return from mxt_get_bootloader_versionNick Dyer1-1/+1
2014-06-07Input: max8997_haptic - add error handling for regulator and pwmSachin Kamat1-4/+14
2014-06-07Input: elantech - don't set bit 1 of reg_10 when the no_hw_res quirk is setHans de Goede1-2/+3
2014-06-07Input: elantech - deal with clickpads reporting right button eventsHans de Goede1-4/+18
2014-06-07Input: edt-ft5x06 - fix an i2c write for M09 supportRobert Woerle1-1/+1
2014-06-02Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds3-371/+0
2014-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-121/+61
2014-05-29Input: omap-keypad - remove platform data supportJoachim Eastwood2-27/+7
2014-05-29Input: ab8500-ponkey - switch to using managed resourcesHimangi Saraogi1-36/+18
2014-05-29Input: max8925_onkey - switch to using managed resourcesHimangi Saraogi1-37/+18
2014-05-29Input: 88pm860x-ts - switch to using managed resourcesHimangi Saraogi1-28/+13
2014-05-29Input: 88pm860x_onkey - switch to using managed resourcesHimangi Saraogi1-30/+10
2014-05-29Input: intel-mid-touch - switch to using managed resourcesHimangi Saraogi1-30/+17
2014-05-29Input: wacom - process outbound for newer CintiqsPing Cheng2-22/+24
2014-05-29Input: wacom - set stylus_in_proximity when pen is in rangePing Cheng1-0/+2
2014-05-29Input: tsc2005 - add DT supportSebastian Reichel1-20/+104
2014-05-29Input: add common DT binding for touchscreensSebastian Reichel3-0/+50
2014-05-28Input: jornada680_kbd - switch top using managed resourcesHimangi Saraogi1-26/+10
2014-05-28Input: adp5520-keys - switch to using managed resourcesHimangi Saraogi1-22/+10
2014-05-28Input: da9034-ts - switch to using managed resourcesHimangi Saraogi1-28/+11
2014-05-28Input: mcs5000_ts - switch to using managed resourcesBeomho Seo1-47/+34
2014-05-28Input: mcs5000_ts - fix incorrect input device nameBeomho Seo1-1/+1
2014-05-28Input: mms114 - fix incorrect input device nameBeomho Seo1-1/+1
2014-05-28Input: mcs_touchkey - fix incorrect input device nameBeomho Seo1-1/+1
2014-05-28Input: soc_button_array - remove duplicate inclusion of input.hSachin Kamat1-1/+0
2014-05-26Input: atmel_mxt_ts - handle multiple input reports in one messageNick Dyer1-8/+28
2014-05-26Input: atmel_mxt_ts - rename touchscreen defines to include T9Nick Dyer1-23/+23
2014-05-26Input: atmel_mxt_ts - rename pressure to amplitude to match specNick Dyer1-4/+4
2014-05-26Input: atmel_mxt_ts - read screen config from chipNick Dyer1-71/+65
2014-05-26Input: synaptics - change min/max quirk table to pnp-id matchingHans de Goede1-113/+36
2014-05-26Input: synaptics - add a matches_pnp_id helper functionHans de Goede1-11/+14
2014-05-26Input: synaptics - T540p - unify with other LEN0034 modelsHans de Goede1-1/+1
2014-05-18Input: atmel_mxt_ts - add check for incorrect firmware file formatNick Dyer1-0/+29
2014-05-18Input: atmel_mxt_ts - improve bootloader progress outputNick Dyer1-1/+7
2014-05-18Input: atmel_mxt_ts - implement bootloader frame retriesNick Dyer1-7/+20
2014-05-18Input: atmel_mxt_ts - read and report bootloader versionNick Dyer1-0/+26
2014-05-18Input: atmel_mxt_ts - add additional bootloader addressesNick Dyer1-45/+93
2014-05-18Input: atmel_mxt_ts - implement CRC check for configuration dataNick Dyer1-8/+52
2014-05-18Input: atmel_mxt_ts - improve error reporting and debugNick Dyer1-10/+23
2014-05-18Input: atmel_mxt_ts - make wait-after-reset period compatible with all chipsIiro Valkonen1-22/+87
2014-05-18Input: atmel_mxt_ts - wait for CHG after bootloader resetsBenson Leung1-7/+15
2014-05-18Input: atmel_mxt_ts - wait for CHG assert in mxt_check_bootloaderBenson Leung1-21/+81
2014-05-18Input: atmel_mxt_ts - select FW_LOADER for firmware codeNick Dyer1-0/+1
2014-05-18Input: atmel_mxt_ts - define helper functions for size and instancesDaniel Kurtz1-12/+25
2014-05-18Input: atmel_mxt_ts - return IRQ_NONE when interrupt handler failsNick Dyer1-2/+1
2014-05-18Input: atmel_mxt_ts - improve T19 GPIO keys handlingNick Dyer1-27/+17
2014-05-18Input: atmel_mxt_ts - remove unnecessary platform dataNick Dyer1-50/+0