summaryrefslogtreecommitdiff
path: root/drivers/input/rmi4
AgeCommit message (Expand)Author
2021-11-05Input: synaptics-rmi4 - Fix device hierarchyLoic Poulain
2020-12-10Input: synaptics-rmi4 - use new structure for SPI transfer delaysSergiu Cuciurean
2020-11-09Input: synaptics-rmi4 - fix kerneldoc warningsLee Jones
2020-10-04Input: synaptics-rmi4 - support bootloader v8 in f34v7Jason A. Donenfeld
2020-10-04Input: synaptics-rmi4 - add support for F3AVincent Huang
2020-10-04Input: synaptics-rmi4 - rename f30_data to gpio_dataVincent Huang
2020-04-28Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()Wei Yongjun
2020-04-27Input: synaptics-rmi4 - really fix attn_data use-after-freeEvan Green
2020-03-24Input: synaptics-rmi4 - set reduced reporting mode only when requestedAndrew Duggan
2020-01-31Merge branch 'next' into for-linusDmitry Torokhov
2020-01-31Input: synaptics-rmi4 - switch to reduced reporting modeLucas Stach
2020-01-16Input: rmi_f54 - read from FIFO in 32 byte blocksHans Verkuil
2020-01-16Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers"Hans Verkuil
2019-12-06Merge branch 'next' into for-linusDmitry Torokhov
2019-12-04Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfersHans Verkuil
2019-12-04Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflashLucas Stach
2019-11-25Merge branch 'next' into for-linusDmitry Torokhov
2019-11-22Input: synaptics-rmi4 - fix various V4L2 compliance problems in F54Hans Verkuil
2019-11-15Input: synaptics-rmi4 - destroy F54 poller workqueue when removingChuhong Yuan
2019-11-12Input: synaptics-rmi4 - clear IRQ enables for F54Lucas Stach
2019-11-04Input: synaptics-rmi4 - simplify data read in rmi_f54_workLucas Stach
2019-11-04Input: synaptics-rmi4 - remove unused result_bits maskAndrew Duggan
2019-11-04Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)Andrew Duggan
2019-11-04Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driverAndrew Duggan
2019-11-04Input: synaptics-rmi4 - fix video buffer sizeLucas Stach
2019-10-11Input: synaptics-rmi4 - avoid processing unknown IRQsEvan Green
2019-07-24Input: synaptics-rmi4 - remove the exporting of rmi_2d_sensor_set_input_paramsDenis Efremov
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-27Input: synaptics-rmi4 - remove set but not used variable 'sensor_flags'YueHaibing
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-10Merge tag 'v5.1' into nextDmitry Torokhov
2019-05-10Merge branch 'next' into for-linusDmitry Torokhov
2019-04-26Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach
2019-04-26Input: synaptics-rmi4 - fix enum_fmtPhilipp Zabel
2019-04-26Input: synaptics-rmi4 - fill initial formatPhilipp Zabel
2019-04-24Input: synaptics-rmi4 - fix possible double freePan Bian
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-11Input: synaptics-rmi4 - fix axis-swap behaviorLucas Stach
2018-06-11Input: synaptics-rmi4 - fix the error return code in rmi_probe_interrupts()Wei Yongjun
2018-06-05Input: synaptics-rmi4 - convert irq distribution to irq_domainNick Dyer
2018-04-06Input: synaptics-rmi4 - fix an unchecked out of memory error pathChristophe JAILLET
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov
2018-01-24Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in...Nick Dyer
2018-01-22Input: synaptics-rmi4 - log when we create a guest serio portDmitry Torokhov
2018-01-22Input: synaptics-rmi4 - unmask F03 interrupts when port is openedDmitry Torokhov
2018-01-22Input: synaptics-rmi4 - do not delete interrupt memory too earlyDmitry Torokhov
2018-01-18Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers
2018-01-16Input: synaptics_rmi4 - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman