summaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
* Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into nextDmitry Torokhov2024-09-054-6/+6
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-034-6/+6
| * Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-242-2/+2
| |\
| | * Merge branch 'next' into for-linusDmitry Torokhov2024-05-222-2/+2
| | |\
* | | | Input: synaptics-rmi4 - fix crash when DPM query is not supportedDmitry Torokhov2024-09-031-3/+2
* | | | Input: synaptics-rmi4 - add support for querying DPM value (F12)Marge Yang2024-08-051-10/+34
* | | | Merge tag 'v6.9' into nextDmitry Torokhov2024-05-273-26/+32
|\| | | | |_|/ |/| |
| * | Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-173-3/+7
| |\|
| | * Merge branch 'next' into for-linusDmitry Torokhov2024-03-153-3/+7
| | |\
| * | \ Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2024-03-131-1/+1
| |\ \ \
| | * | | Input: synaptics-rmi4 - follow renaming of SPI "master" to "controller"Uwe Kleine-König2024-02-081-1/+1
| * | | | 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
| | |\ \
| * | | | 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 - handle reset delay when using SMBus trsnsportDmitry Torokhov2023-10-131-22/+28
* | | | | Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-132-2/+2
| |_|_|/ |/| | |
* | | | Input: synaptics-rmi4 - make rmi_bus_type constRicardo B. Marliere2024-03-032-2/+2
* | | | Input: synaptics-rmi4 - fail probing if memory allocation for "phys" failsKunwu Chan2024-01-181-1/+5
| |_|/ |/| |
* | | Input: synaptics-rmi4 - use sysfs_emit() to instead of scnprintf()ye xingchen2023-12-131-7/+6
| |/ |/|
* | 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: 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