index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
rmi4
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2025-09-08
Input: synaptics-rmi4 - add includes for types used in rmi_2d_sensor.h
Dmitry Torokhov
-0
/
+3
2025-08-21
Input: include export.h in modules using EXPORT_SYMBOL*()
Dmitry Torokhov
-0
/
+3
2025-08-03
Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...
Dmitry Torokhov
-59
/
+76
2025-07-27
Input: synaptics-rmi4 - add support for F1A
André Apitzsch
-0
/
+155
2025-07-27
Input: synaptics-rmi4 - add support for Forcepads (F21)
Marge Yang
-0
/
+192
2025-05-19
Input: synaptics-rmi - fix crash with unsupported versions of F34
Dmitry Torokhov
-59
/
+76
2025-02-04
Input: drop vb2_ops_wait_prepare/finish
Hans Verkuil
-2
/
+0
2024-11-25
Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-25
/
+16
2024-11-04
Input: synaptics-rmi4 - switch to using cleanup functions in F34
Dmitry Torokhov
-23
/
+14
2024-10-04
Input: synaptics-rmi4 - use guard notation when pausing serio port in F03
Dmitry Torokhov
-2
/
+2
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-3
/
+3
2024-09-05
Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into next
Dmitry Torokhov
-6
/
+6
2024-09-03
Input: synaptics-rmi4 - fix crash when DPM query is not supported
Dmitry Torokhov
-3
/
+2
2024-08-05
Input: synaptics-rmi4 - add support for querying DPM value (F12)
Marge Yang
-10
/
+34
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-6
/
+6
2024-05-27
Merge tag 'v6.9' into next
Dmitry Torokhov
-26
/
+32
2024-05-24
Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2024-05-22
Merge branch 'next' into for-linus
Dmitry Torokhov
-2
/
+2
2024-05-13
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
-2
/
+2
2024-03-17
Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+7
2024-03-15
Merge branch 'next' into for-linus
Dmitry Torokhov
-3
/
+7
2024-03-13
Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
-1
/
+1
2024-03-08
Merge tag 'input-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+3
2024-03-07
Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removal
Mathias Krause
-3
/
+3
2024-03-03
Input: synaptics-rmi4 - make rmi_bus_type const
Ricardo B. Marliere
-2
/
+2
2024-02-08
Input: synaptics-rmi4 - follow renaming of SPI "master" to "controller"
Uwe Kleine-König
-1
/
+1
2024-01-18
Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-7
/
+6
2024-01-18
Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails
Kunwu Chan
-1
/
+5
2024-01-13
Merge branch 'next' into for-linus
Dmitry Torokhov
-7
/
+6
2023-12-13
Input: synaptics-rmi4 - use sysfs_emit() to instead of scnprintf()
ye xingchen
-7
/
+6
2023-11-16
treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEX
Andy Shevchenko
-1
/
+1
2023-11-06
Merge branch 'next' into for-linus
Dmitry Torokhov
-2
/
+2
2023-10-29
Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()
Dan Carpenter
-1
/
+1
2023-10-13
Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsport
Dmitry Torokhov
-22
/
+28
2023-09-30
Input: synaptics-rmi4 - replace deprecated strncpy
Justin Stitt
-1
/
+1
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
-2
/
+2
2023-04-13
Input: synaptics-rmi4 - fix function name in kerneldoc
Jiapeng Chong
-1
/
+1
2023-02-03
Input: synaptics-rmi4 - fix SPI device ID
Rayyan Ansari
-1
/
+1
2023-01-27
Input: rmi4 - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()
Jonathan Cameron
-24
/
+13
2022-12-02
Input: rmi_smbus - Convert to i2c's .probe_new()
Uwe Kleine-König
-3
/
+2
2022-12-02
Input: rmi_i2c - Convert to i2c's .probe_new()
Uwe Kleine-König
-3
/
+2
2022-09-27
Input: synaptics-rmi4 - convert to use sysfs_emit() APIs
zhang songyi
-8
/
+8
2022-09-23
Input: synaptics-rmi4 - drop useless gotos in rmi_f34v7_do_reflash()
Matthias Schiffer
-10
/
+9
2022-09-23
Input: synaptics-rmi4 - simplify rmi_f34v7_start_reflash()
Matthias Schiffer
-19
/
+6
2022-09-23
Input: synaptics-rmi4 - remove unneeded struct register_offset
Matthias Schiffer
-37
/
+15
2022-09-23
Input: synaptics-rmi4 - make rmi_f34v7_erase_all() use the "erase all" command
Matthias Schiffer
-86
/
+1
2022-09-23
Input: synaptics-rmi4 - reset after writing partition table
Matthias Schiffer
-0
/
+8
2022-09-23
Input: synaptics-rmi4 - rewrite partition table unconditionally
Matthias Schiffer
-142
/
+13
[next]