summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-264-9/+7Star
|\
| * drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton2016-03-264-9/+7Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-03-268-217/+449
|\ \ | |/ |/|
| * Input: sur40 - fix DMA on stackOliver Neukum2016-03-241-7/+14
| * Input: ati_remote2 - fix crashes on detecting device with invalid descriptorVladis Dronov2016-03-241-6/+30
| * Input: synaptics - handle spurious release of trackstick buttons, againBenjamin Tissoires2016-03-181-2/+3
| * Input: synaptics-rmi4 - remove check of Non-NULL arrayAndrew Duggan2016-03-181-3/+2Star
| * Input: byd - enable absolute modeRichard Pospesel2016-03-182-198/+369
| * Input: ims-pcu - sanity check against missing interfacesOliver Neukum2016-03-171-0/+4
| * Input: melfas_mip4 - add hw_version sysfs attributeSangwon Jee2016-03-171-1/+27
* | input: redefine INPUT_COMPAT_TEST as in_compat_syscall()Andy Lutomirski2016-03-221-11/+1Star
* | Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-183-0/+606
|\ \
| * | Input: touchscreen: Add imx25 TCQ driverMarkus Pargmann2016-02-113-0/+606
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-03-1844-472/+8613
|\ \ \ | | |/ | |/|
| * | Merge tag 'v4.5' into nextDmitry Torokhov2016-03-1614-40/+48
| |\ \
| * | | Input: synaptics-rmi4 - using logical instead of bitwise ANDDan Carpenter2016-03-161-2/+2
| * | | Input: powermate - fix oops with malicious USB descriptorsJosh Boyer2016-03-141-0/+3
| * | | Input: snvs_pwrkey - fix returned value check of syscon_regmap_lookup_by_phan...Vladimir Zapolskiy2016-03-121-2/+2
| * | | Merge branch 'synaptics-rmi4' into nextDmitry Torokhov2016-03-1116-0/+6048
| |\ \ \
| | * | | Input: synaptics-rmi4 - add device tree support to the SPI transport driverAndrew Duggan2016-03-111-1/+43
| | * | | Input: synaptics-rmi4 - add SPI transport driverAndrew Duggan2016-03-113-0/+557
| | * | | Input: synaptics-rmi4 - add support for F30Andrew Duggan2016-03-115-0/+421
| | * | | Input: synaptics-rmi4 - add support for F12Andrew Duggan2016-03-115-0/+473
| | * | | Input: synaptics-rmi4 - add device tree support for 2d sensors and F11Andrew Duggan2016-03-113-1/+117
| | * | | Input: synaptics-rmi4 - add support for 2D sensors and F11Andrew Duggan2016-03-117-1/+1641
| | * | | Input: synaptics-rmi4 - add device tree support for RMI4 I2C devicesAndrew Duggan2016-03-115-5/+124
| | * | | Input: synaptics-rmi4 - add I2C transport driverAndrew Duggan2016-03-113-0/+399
| | * | | Input: synaptics-rmi4 - add support for Synaptics RMI4 devicesAndrew Duggan2016-03-119-0/+2281
| * | | | Input: ad7879 - add device tree supportStefan Agner2016-03-083-58/+110
| * | | | Input: ad7879 - fix default x/y axis assignmentStefan Agner2016-03-081-3/+5
| * | | | Input: ad7879 - move header to platform_data directoryStefan Agner2016-03-081-5/+5
| * | | | Input: ts4800 - add hardware dependencyJean Delvare2016-03-041-0/+1
| * | | | Merge branch 'rotary-encoder' into nextDmitry Torokhov2016-03-0411-261/+217Star
| |\ \ \ \
| | * | | | Input: rotary-encoder - support more than 2 gpios as inputUwe Kleine-König2016-03-031-92/+64Star
| | * | | | Input: rotary_encoder - move away from platform data structureDmitry Torokhov2016-03-031-91/+55Star
| | * | | | Input: rotary_encoder - use input_set_capability()Dmitry Torokhov2016-03-021-8/+4Star
| | * | | | Input: rotary_encoder - convert to use gpiod APIDmitry Torokhov2016-03-021-41/+33Star
| | * | | | Input: rotary_encoder - mark PM methods as __maybe_unusedDmitry Torokhov2016-03-021-5/+3Star
| | * | | | Input: rotary_encoder - use threaded irqsTimo Teräs2016-03-021-8/+25
| | * | | | Input: rotary_encoder - convert to devm-* apiTimo Teräs2016-01-181-61/+25Star
| | |/ / /
| * | | | Input: cyapa - fix for losing events during device power transitionsDudley Du2016-03-045-59/+188
| * | | | Input: sh_keysc - remove dependency on SUPERHSimon Horman2016-03-041-1/+1
| * | | | Input: melfas_mip4 - add resolution reportingSangwon Jee2016-03-041-4/+22
| * | | | Input: stmpe-ts - restore kerneldocLinus Walleij2016-03-021-0/+31
| * | | | Input: snvs_pwrkey - use __maybe_unused to hide pm functionsArnd Bergmann2016-03-021-2/+2
| * | | | Input: spear-keyboard - use __maybe_unused to hide pm functionsArnd Bergmann2016-03-021-4/+2Star
| * | | | Input: goldfish_events - enable ACPI-based enumeration for goldfish eventsJason Hu2016-03-021-0/+10
| * | | | Input: goldfish_events - add devicetree bindingsGreg Hackmann2016-03-021-0/+7
| * | | | Input: add MELFAS MIP4 Touchscreen driverSangwon Jee2016-02-173-0/+1511
| * | | | Input: Allow compile test of Goodix and Colibri VF50 if !GPIOLIBGeert Uytterhoeven2016-02-101-2/+3