summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2017-05-01Input: twl4030-pwrbutton - use correct device for irq requestSebastian Reichel-1/+1
2017-05-01Input: ar1021_i2c - enable touch mode during openMartin Kepplinger-0/+15
2017-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+7
2017-04-27input: touchscreen: mxs-lradc: || vs && typosDan Carpenter-3/+3
2017-04-27Merge branches 'ib-mfd-gpio-4.12', 'ib-mfd-iio-input-4.12', 'ib-mfd-input-4.1...Lee Jones-0/+853
2017-04-24Input: i8042 - add Clevo P650RS to the i8042 reset listDmitry Torokhov-0/+7
2017-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+8
2017-04-20Annotate hardware config module parameters in drivers/input/David Howells-4/+4
2017-04-19Input: xen-kbdfront - add module parameter for setting resolutionJuergen Gross-25/+14
2017-04-18Input: elantech - add Fujitsu Lifebook E547 to force crc_enabledThorsten Leemhuis-0/+8
2017-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+2
2017-04-14Input: synaptics-rmi4 - enable IRQ operation in F34 V7Nick Dyer-68/+83
2017-04-14Input: synaptics-rmi4 - change F12 clip to inactive border debugNick Dyer-11/+7
2017-04-14Input: synaptics-rmi4 - use dev_driver_string when registering interruptNick Dyer-1/+1
2017-04-14Input: ar1021_i2c - highlight support for AR1020Martin Kepplinger-5/+5
2017-04-14Input: ar1021_i2c - do not force raising edge IRQ triggerDmitry Torokhov-1/+1
2017-04-14Input: ar1021_i2c - fix too long name in driver's device tableDmitry Torokhov-1/+1
2017-04-12Input: ar1021_i2c - coding style fixesMartin Kepplinger-2/+2
2017-04-12Input: lpc32xx_ts - check for clk_prepare_enable() errorFabio Estevam-5/+8
2017-04-12Input: imx6ul_tsc - fix error handlingFabio Estevam-3/+12
2017-04-11input: cpcap-pwrbutton: New driverSebastian Reichel-0/+128
2017-04-10Input: omap-keypad - fix error handling codeChristophe JAILLET-1/+1
2017-04-10Input: xpad - add support for Razer Wildcat gamepadCameron Gutman-0/+2
2017-04-10Input: xpad - support some quirky Xbox One padsCameron Gutman-13/+101
2017-04-10Input: yealink - define packet offset __be16 instead of u16Martin Kepplinger-1/+1
2017-04-10Input: turbografx - use setup_timerGeliang Tang-3/+1
2017-04-10Input: locomokbd - use setup_timerGeliang Tang-3/+2
2017-04-10Input: gameport - use setup_timerGeliang Tang-3/+2
2017-04-10Input: db9 - use setup_timerGeliang Tang-3/+1
2017-04-10Input: soc_button_array - properly map usage 0x07/0xe3 to KEY_LEFTMETAHans de Goede-1/+1
2017-04-05Input: pm8xxx-vib - add support for pm8916's vibratorDamien Riegel-1/+11
2017-04-05Input: pm8xxx-vib - handle separate enable registerDamien Riegel-1/+10
2017-04-05Input: pm8xxx-vib - parametrize the driverDamien Riegel-16/+33
2017-04-05Input: pm8xxx-vib - reorder header alphabeticallyDamien Riegel-4/+4
2017-04-05Input: sur40 - fix bad endianness handling in sur40_pollMartin Kepplinger-1/+1
2017-04-05Input: eeti_ts - switch to gpiod APIDmitry Torokhov-17/+7
2017-04-05Input: eeti_ts - expect platform code to set interrupt triggerDmitry Torokhov-5/+1
2017-04-03Input: eeti_ts - switch to using threaded interruptDmitry Torokhov-43/+36
2017-04-03Input: eeti_ts - use gpio_get_value_cansleepDmitry Torokhov-1/+1
2017-04-03Input: eeti_ts - respect interrupt set in client structureDmitry Torokhov-7/+6
2017-04-03Input: eeti_ts - switch to using managed resourcesDmitry Torokhov-48/+22
2017-04-03Input: eeti_ts - use input_set_capability()Dmitry Torokhov-2/+1
2017-04-03Input: eeti_ts - use get_unaligned_be16() to retrieve dataDmitry Torokhov-2/+4
2017-04-03Input: eeti_ts - use BIT(n)Dmitry Torokhov-4/+4
2017-04-03Input: eeti_ts - rename eeti_ts_priv to eeti_tsDmitry Torokhov-57/+58
2017-04-03Input: synaptics-rmi4 - when registering sensors do not call them "drivers"Dmitry Torokhov-69/+69
2017-04-03Input: synaptics-rmi4 - cleanup SMbus mapping handlingDmitry Torokhov-25/+18
2017-04-03Input: synaptics-rmi4 - fix endianness issue in SMBus transportDmitry Torokhov-5/+5
2017-04-03Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensorDmitry Torokhov-3/+8
2017-04-03Input: synaptics - use u8 instead of unsigned charDmitry Torokhov-40/+42