summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-053-24/+24
|\
| * Input: atmel_mxt_ts - use mxt_acquire_irq in mxt_soft_resetNick Dyer2016-04-251-14/+14
| * Input: zforce_ts - fix dual touch recognitionKnut Wohlrab2016-04-251-2/+2
| * Input: twl6040-vibra - fix atomic schedule panicH. Nikolaus Schaller2016-04-251-8/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-04-236-13/+16
|\|
| * Input: twl4030-vibra - do not reparent to grandparentDmitry Torokhov2016-04-201-1/+0Star
| * Input: twl6040-vibra - do not reparent to grandparentDmitry Torokhov2016-04-201-1/+0Star
| * Input: twl6040-vibra - ignore return value of schedule_workH. Nikolaus Schaller2016-04-191-5/+1Star
| * Input: twl6040-vibra - fix NULL pointer dereference by removing workqueueH. Nikolaus Schaller2016-04-191-2/+1Star
| * Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delayStephen Boyd2016-04-171-3/+4
| * Input: arizona-haptic - don't assign input_dev parentCharles Keepax2016-04-171-1/+0Star
| * Input: xpad - add Mad Catz FightStick TE 2 VID/PIDSilvan Jegen2016-04-051-0/+2
| * Input: gtco - fix crash on detecting device without endpointsVladis Dronov2016-03-311-1/+9
* | 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