summaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-172-2/+2
* Input: synaptics-rmi4 - fix function name in kerneldocJiapeng Chong2023-04-131-1/+1
* Input: synaptics-rmi4 - fix SPI device IDRayyan Ansari2023-02-031-1/+1
* Input: rmi4 - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron2023-01-273-24/+13
* Input: rmi_smbus - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: rmi_i2c - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: synaptics-rmi4 - convert to use sysfs_emit() APIszhang songyi2022-09-271-8/+8
* Input: synaptics-rmi4 - drop useless gotos in rmi_f34v7_do_reflash()Matthias Schiffer2022-09-231-10/+9
* Input: synaptics-rmi4 - simplify rmi_f34v7_start_reflash()Matthias Schiffer2022-09-231-19/+6
* Input: synaptics-rmi4 - remove unneeded struct register_offsetMatthias Schiffer2022-09-233-37/+15
* Input: synaptics-rmi4 - make rmi_f34v7_erase_all() use the "erase all" commandMatthias Schiffer2022-09-231-86/+1
* Input: synaptics-rmi4 - reset after writing partition tableMatthias Schiffer2022-09-231-0/+8
* Input: synaptics-rmi4 - rewrite partition table unconditionallyMatthias Schiffer2022-09-232-142/+13
* Input: synaptics-rmi4 - fix command completion check for bootloader v7/v8Matthias Schiffer2022-09-231-5/+5
* Input: synaptics-rmi4 - introduce rmi_f34v7_check_command_status() helperMatthias Schiffer2022-09-231-7/+29
* Input: synaptics-rmi4 - fix firmware update operations with bootloader v8Matthias Schiffer2022-09-231-3/+3
* Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-182-5/+5
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-281-1/+0
|\
| * Input: synaptics-rmi4 - remove unnecessary flush_workqueue()ran jianping2022-04-241-1/+0
* | media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-1/+1
|/
* Input: synaptics-rmi4 - Fix device hierarchyLoic Poulain2021-11-051-0/+1
* 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