summaryrefslogtreecommitdiff
path: root/drivers/input/rmi4
AgeCommit message (Expand)AuthorFilesLines
4 daysInput: rmi4 - tolerate short register descriptor structureDmitry Torokhov1-12/+25
4 daysRevert "Input: rmi4 - fix register descriptor address calculation"Dmitry Torokhov1-1/+1
6 daysInput: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED countBryam Vargas1-1/+1
6 daysInput: synaptics-rmi4 - bound the F3A keymap to the GPIO countBryam Vargas1-1/+1
2026-06-12Input: rmi4 - update formatting in F12Dmitry Torokhov1-60/+60
2026-06-12Input: rmi4 - propagate proper error code in F12 sensor tuningDmitry Torokhov1-2/+2
2026-06-12Input: rmi4 - simplify size calculations in F12Dmitry Torokhov1-10/+4
2026-06-12Input: rmi4 - use sizeof(*ptr) and idiomatic checks in f12 allocatorsDmitry Torokhov1-10/+15
2026-06-12Input: rmi4 - use devm_kmalloc for F12 data packet bufferDmitry Torokhov1-1/+1
2026-06-12Input: rmi4 - use flexible array member for IRQ masks in F12Dmitry Torokhov1-16/+14
2026-06-12Input: rmi4 - use unaligned access helpers in F12Dmitry Torokhov1-6/+7
2026-06-12Input: rmi4 - change reg_size type to u32Dmitry Torokhov5-14/+26
2026-06-12Input: rmi4 - refactor F12 probe functionDmitry Torokhov1-116/+81
2026-06-12Input: rmi4 - use kzalloc_flex() for struct rmi_functionDmitry Torokhov1-3/+1
2026-06-12Input: rmi4 - refactor function allocation and registrationDmitry Torokhov3-17/+26
2026-06-12Input: rmi4 - use local presence map in rmi_read_register_desc()Dmitry Torokhov2-12/+14
2026-06-12Input: rmi4 - fix limit in rmi_register_desc_has_subpacket()Dmitry Torokhov1-1/+1
2026-06-12Input: rmi4 - fix bit count in bitmap_copy()Dmitry Torokhov1-4/+3
2026-06-12Input: rmi4 - iterative IRQ handlerDmitry Torokhov1-16/+16
2026-06-12Input: rmi4 - fix memory leak in rmi_set_attn_data()Dmitry Torokhov1-1/+5
2026-06-12Input: rmi4 - initialize attn_fifo properlyDmitry Torokhov1-0/+1
2026-06-12Input: rmi4 - fix num_subpackets overflow in register descriptorDmitry Torokhov2-1/+8
2026-06-12Input: rmi4 - fix type overflow in register countsDmitry Torokhov1-1/+1
2026-06-12Input: rmi4 - refactor register descriptor parsingDmitry Torokhov1-48/+76
2026-06-12Input: rmi4 - fix register descriptor address calculationDmitry Torokhov1-1/+1
2026-06-11Input: synaptics-rmi4 - unregister function handlers on physical driver regis...Haoxiang Li1-1/+3
2026-06-01Merge tag 'v7.1-rc6' into nextDmitry Torokhov1-2/+2
2026-05-31Input: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)2-2/+2
2026-04-04Merge tag 'input-for-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-02-24Input: synaptics-rmi4 - fix a locking bug in an error pathBart Van Assche1-2/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-2/+2
2025-09-08Input: synaptics-rmi4 - add includes for types used in rmi_2d_sensor.hDmitry Torokhov1-0/+3
2025-08-21Input: include export.h in modules using EXPORT_SYMBOL*()Dmitry Torokhov3-0/+3
2025-08-04Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...Dmitry Torokhov1-59/+76
2025-07-27Input: synaptics-rmi4 - add support for F1AAndré Apitzsch5-0/+155
2025-07-27Input: synaptics-rmi4 - add support for Forcepads (F21)Marge Yang5-0/+192
2025-05-19Input: synaptics-rmi - fix crash with unsupported versions of F34Dmitry Torokhov1-59/+76
2025-02-04Input: drop vb2_ops_wait_prepare/finishHans Verkuil1-2/+0
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-25/+16
2024-11-05Input: synaptics-rmi4 - switch to using cleanup functions in F34Dmitry Torokhov1-23/+14
2024-10-04Input: synaptics-rmi4 - use guard notation when pausing serio port in F03Dmitry Torokhov1-2/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-09-06Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into nextDmitry Torokhov4-6/+6
2024-09-04Input: synaptics-rmi4 - fix crash when DPM query is not supportedDmitry Torokhov1-3/+2
2024-08-05Input: synaptics-rmi4 - add support for querying DPM value (F12)Marge Yang1-10/+34
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman4-6/+6
2024-05-28Merge tag 'v6.9' into nextDmitry Torokhov3-26/+32
2024-05-24Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2024-05-23Merge branch 'next' into for-linusDmitry Torokhov2-2/+2