summaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-081-3/+3
|\
| * Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removalMathias Krause2024-03-071-3/+3
* | Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-7/+6
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2024-01-131-7/+6
| |\
| | * Input: synaptics-rmi4 - use sysfs_emit() to instead of scnprintf()ye xingchen2023-12-131-7/+6
* | | treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEXAndy Shevchenko2023-11-161-1/+1
|/ /
* | Merge branch 'next' into for-linusDmitry Torokhov2023-11-062-2/+2
|\|
| * Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()Dan Carpenter2023-10-291-1/+1
| * Input: synaptics-rmi4 - replace deprecated strncpyJustin Stitt2023-09-301-1/+1
* | Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsportDmitry Torokhov2023-10-131-22/+28
|/
* 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