summaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4
Commit message (Expand)AuthorAgeFilesLines
* Input: synaptics-rmi4 - use new structure for SPI transfer delaysSergiu Cuciurean2020-12-101-2/+4
* Input: synaptics-rmi4 - fix kerneldoc warningsLee Jones2020-11-095-115/+149
* Input: synaptics-rmi4 - support bootloader v8 in f34v7Jason A. Donenfeld2020-10-041-2/+7
* Input: synaptics-rmi4 - add support for F3AVincent Huang2020-10-045-0/+254
* Input: synaptics-rmi4 - rename f30_data to gpio_dataVincent Huang2020-10-041-7/+7
* Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()Wei Yongjun2020-04-281-1/+2
* Input: synaptics-rmi4 - really fix attn_data use-after-freeEvan Green2020-04-271-1/+1
* Input: synaptics-rmi4 - set reduced reporting mode only when requestedAndrew Duggan2020-03-241-2/+2
* Merge branch 'next' into for-linusDmitry Torokhov2020-01-311-0/+14
|\
| * Input: synaptics-rmi4 - switch to reduced reporting modeLucas Stach2020-01-311-0/+14
* | Input: rmi_f54 - read from FIFO in 32 byte blocksHans Verkuil2020-01-161-16/+27
* | Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers"Hans Verkuil2020-01-161-0/+2
|/
* Merge branch 'next' into for-linusDmitry Torokhov2019-12-062-2/+3
|\
| * Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfersHans Verkuil2019-12-041-2/+0
| * Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflashLucas Stach2019-12-041-0/+3
* | Merge branch 'next' into for-linusDmitry Torokhov2019-11-251-33/+30
|\|
| * Input: synaptics-rmi4 - fix various V4L2 compliance problems in F54Hans Verkuil2019-11-221-1/+14
| * Input: synaptics-rmi4 - simplify data read in rmi_f54_workLucas Stach2019-11-041-32/+16
* | Input: synaptics-rmi4 - destroy F54 poller workqueue when removingChuhong Yuan2019-11-151-0/+1
* | Input: synaptics-rmi4 - clear IRQ enables for F54Lucas Stach2019-11-121-1/+1
* | Input: synaptics-rmi4 - remove unused result_bits maskAndrew Duggan2019-11-041-4/+1
* | Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)Andrew Duggan2019-11-042-4/+4
* | Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driverAndrew Duggan2019-11-041-2/+26
* | Input: synaptics-rmi4 - fix video buffer sizeLucas Stach2019-11-041-1/+1
|/
* Input: synaptics-rmi4 - avoid processing unknown IRQsEvan Green2019-10-111-1/+5
* Input: synaptics-rmi4 - remove the exporting of rmi_2d_sensor_set_input_paramsDenis Efremov2019-07-241-1/+0
* Merge tag 'v5.2' into nextDmitry Torokhov2019-07-1520-76/+20
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1919-76/+19
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| * Merge branch 'next' into for-linusDmitry Torokhov2019-05-101-15/+6
| |\
* | | Input: synaptics-rmi4 - remove set but not used variable 'sensor_flags'YueHaibing2019-05-271-4/+2
* | | Merge tag 'v5.1' into nextDmitry Torokhov2019-05-102-6/+2
|\| | | |/ |/|
| * Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach2019-04-261-1/+1
| * Input: synaptics-rmi4 - fix possible double freePan Bian2019-04-241-5/+1
* | Input: synaptics-rmi4 - fix enum_fmtPhilipp Zabel2019-04-261-15/+5
* | Input: synaptics-rmi4 - fill initial formatPhilipp Zabel2019-04-261-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-06-2712-103/+133
|\
| * Input: synaptics-rmi4 - fix axis-swap behaviorLucas Stach2018-06-111-18/+16
| * Input: synaptics-rmi4 - fix the error return code in rmi_probe_interrupts()Wei Yongjun2018-06-111-1/+1
| * Input: synaptics-rmi4 - convert irq distribution to irq_domainNick Dyer2018-06-0511-85/+117
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-125-23/+27
|/
* Input: synaptics-rmi4 - fix an unchecked out of memory error pathChristophe JAILLET2018-04-061-2/+5
* Merge branch 'next' into for-linusDmitry Torokhov2018-02-017-27/+66
|\
| * Input: synaptics-rmi4 - log when we create a guest serio portDmitry Torokhov2018-01-221-4/+5
| * Input: synaptics-rmi4 - unmask F03 interrupts when port is openedDmitry Torokhov2018-01-221-10/+54
| * Input: synaptics-rmi4 - do not delete interrupt memory too earlyDmitry Torokhov2018-01-221-7/+7
| * Input: synaptics_rmi4 - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2018-01-164-5/+0
| * Input: synaptic_rmi4 - remove duplicate include in F34Pravin Shedge2018-01-051-1/+0
* | Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in...Nick Dyer2018-01-241-3/+9
* | Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers2018-01-181-1/+3