summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branch 'next' into for-linusDmitry Torokhov12-169/+139
2016-05-10Input: twl6040-vibra - fix DT node memory managementH. Nikolaus Schaller1-0/+1
2016-05-10Input: rotary-encoder - fix bare use of 'unsigned'Clifton Barnes1-4/+4
2016-05-09Input: max8997-haptic - fix NULL pointer dereferenceMarek Szyprowski1-2/+4
2016-05-09Input: byd - update copyright headerChris Diamand1-0/+4
2016-05-05Input: cm109 - spin_lock in complete() cleanupMing Lei1-4/+6
2016-05-05Input: cm109 - fix handling of volume and mute buttonsFlorian Euchner1-7/+30
2016-04-29Input: byd - don't wipe dynamically allocated memory twiceVladimir Zapolskiy1-1/+0
2016-04-29Input: twl4030 - fix unsafe macro definitionRui Teng1-12/+16
2016-04-26Input: atmel_mxt_ts - use mxt_acquire_irq in mxt_soft_resetNick Dyer1-14/+14
2016-04-26Input: zforce_ts - fix dual touch recognitionKnut Wohlrab1-2/+2
2016-04-26Input: twl6040-vibra - remove mutexH. Nikolaus Schaller1-13/+2
2016-04-26Input: twl6040-vibra - fix atomic schedule panicH. Nikolaus Schaller1-8/+8
2016-04-21Input: twl4030-vibra - do not reparent to grandparentDmitry Torokhov1-1/+0
2016-04-21Input: twl6040-vibra - do not reparent to grandparentDmitry Torokhov1-1/+0
2016-04-19Input: twl6040-vibra - ignore return value of schedule_workH. Nikolaus Schaller1-5/+1
2016-04-19Input: twl6040-vibra - fix NULL pointer dereference by removing workqueueH. Nikolaus Schaller1-2/+1
2016-04-17Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delayStephen Boyd1-3/+4
2016-04-17Input: arizona-haptic - don't assign input_dev parentCharles Keepax1-1/+0
2016-04-07Input: bcm_iproc_tsc - use syscon to access shared registersRaveendra Padasalagi1-34/+43
2016-04-05Input: ti_am335x_tsc - use SIMPLE_DEV_PM_OPSDmitry Torokhov1-12/+4
2016-04-05Input: omap-keypad - remove set_col_gpio_val() and get_row_gpio_val()Dmitry Torokhov1-25/+0
2016-04-05Input: omap-keypad - drop empty PM stubsDmitry Torokhov1-21/+0
2016-04-05Input: omap-keypad - remove adjusting of scan delayDmitry Torokhov1-5/+1
2016-04-05Input: xpad - add Mad Catz FightStick TE 2 VID/PIDSilvan Jegen1-0/+2
2016-03-31Input: kbtab - stop saving struct usb_deviceOliver Neukum1-4/+4
2016-03-31Input: gtco - stop saving struct usb_deviceOliver Neukum1-12/+12
2016-03-31Input: aiptek - stop saving struct usb_deviceOliver Neukum1-9/+11
2016-03-31Input: acecad - stop saving struct usb_deviceOliver Neukum1-6/+6
2016-03-31Input: gtco - fix crash on detecting device without endpointsVladis Dronov1-1/+9
2016-03-24Input: sur40 - fix DMA on stackOliver Neukum1-7/+14
2016-03-24Input: ati_remote2 - fix crashes on detecting device with invalid descriptorVladis Dronov1-6/+30
2016-03-18Input: synaptics - handle spurious release of trackstick buttons, againBenjamin Tissoires1-2/+3
2016-03-18Input: synaptics-rmi4 - remove check of Non-NULL arrayAndrew Duggan1-3/+2
2016-03-18Input: byd - enable absolute modeRichard Pospesel2-198/+369
2016-03-18Input: ims-pcu - sanity check against missing interfacesOliver Neukum1-0/+4
2016-03-17Input: melfas_mip4 - add hw_version sysfs attributeSangwon Jee1-1/+27
2016-03-16Merge tag 'v4.5' into nextDmitry Torokhov14-40/+48
2016-03-16Input: synaptics-rmi4 - using logical instead of bitwise ANDDan Carpenter1-2/+2
2016-03-14Input: powermate - fix oops with malicious USB descriptorsJosh Boyer1-0/+3
2016-03-12Input: snvs_pwrkey - fix returned value check of syscon_regmap_lookup_by_phan...Vladimir Zapolskiy1-2/+2
2016-03-11Merge branch 'synaptics-rmi4' into nextDmitry Torokhov16-0/+6048
2016-03-11Input: synaptics-rmi4 - add device tree support to the SPI transport driverAndrew Duggan1-1/+43
2016-03-11Input: synaptics-rmi4 - add SPI transport driverAndrew Duggan3-0/+557
2016-03-11Input: synaptics-rmi4 - add support for F30Andrew Duggan5-0/+421
2016-03-11Input: synaptics-rmi4 - add support for F12Andrew Duggan5-0/+473
2016-03-11Input: synaptics-rmi4 - add device tree support for 2d sensors and F11Andrew Duggan3-1/+117
2016-03-11Input: synaptics-rmi4 - add support for 2D sensors and F11Andrew Duggan7-1/+1641
2016-03-11Input: synaptics-rmi4 - add device tree support for RMI4 I2C devicesAndrew Duggan5-5/+124
2016-03-11Input: synaptics-rmi4 - add I2C transport driverAndrew Duggan3-0/+399