summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-25138-1840/+1436
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2024-11-25137-1838/+1432
| |\
| | * Input: mpr121 - use devm_regulator_get_enable_read_voltage()David Lechner2024-11-201-42/+3
| | * Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directlyWolfram Sang2024-11-201-1/+0
| | * Input: spear-keyboard - don't include 'pm_wakeup.h' directlyWolfram Sang2024-11-201-1/+0
| | * Input: cypress-sf - constify struct i2c_device_idChristophe JAILLET2024-11-191-1/+1
| | * Input: ads7846 - increase xfer array size in 'struct ser_req'Nathan Chancellor2024-11-151-1/+1
| | * Input: i8042 - fix typo dublicate to duplicateShivam Chaudhary2024-11-081-1/+1
| | * Input: ads7846 - add dummy command register clearing cycleMarek Vasut2024-11-081-1/+11
| | * Input: introduce notion of passive observers for input handlersDmitry Torokhov2024-11-051-5/+10
| | * Input: maple_keyb - use guard notation when acquiring mutexDmitry Torokhov2024-11-051-7/+2
| | * Input: locomokbd - use guard notation when acquiring spinlockDmitry Torokhov2024-11-051-4/+1
| | * Input: hilkbd - use guard notation when acquiring spinlockDmitry Torokhov2024-11-051-3/+1
| | * Input: synaptics-rmi4 - switch to using cleanup functions in F34Dmitry Torokhov2024-11-051-23/+14
| | * Input: synaptics - fix a typoChristophe JAILLET2024-11-051-1/+1
| | * Input: omap-keypad - use guard notation when acquiring mutexDmitry Torokhov2024-10-301-8/+8
| | * Input: imagis - fix warning regarding 'imagis_3038_data' being unusedZeng Heng2024-10-251-1/+1
| | * Input: userio - remove unneeded semicolonYang Li2024-10-221-1/+1
| | * Input: sparcspkr - use cleanup facility for device_nodeJavier Carrasco2024-10-221-3/+1
| | * Input: sparcspkr - use device managed memory for 'state'Javier Carrasco2024-10-221-27/+14
| | * Input: serio_raw - fix uninitialized variable bugDmitry Torokhov2024-10-211-1/+1
| | * Input: ts4800-ts - use cleanup facility for device_nodeJavier Carrasco2024-10-201-3/+2
| | * Input: raspberrypi-ts - use cleanup facility for device_nodeJavier Carrasco2024-10-201-3/+1
| | * Input: i8042 - use cleanup facility for device_nodeJavier Carrasco2024-10-201-11/+3
| | * Input: 88pm860x - use cleanup facility for device_nodeJavier Carrasco2024-10-201-13/+7
| | * Input: twl4030-vibra - use cleanup facility for device_nodeJavier Carrasco2024-10-201-8/+3
| | * Input: twl6040-vibra - use cleanup facility for device_nodeJavier Carrasco2024-10-201-6/+2
| | * Input: sun4i-lradc-keys - switch to for_each_child_of_node_scopedJavier Carrasco2024-10-201-5/+2
| | * Input: mtk-pmic-keys - switch to for_each_child_of_node_scopedJavier Carrasco2024-10-201-12/+5
| | * Input: cap11xx - switch to for_each_child_of_node_scopedJavier Carrasco2024-10-201-8/+4
| | * Input: gscps2 - fix compilation error introduced with switch to guardsDmitry Torokhov2024-10-201-3/+1
| | * Input: switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-1551-56/+56
| | * Input: matrix_keypad - remove duplicated includeYang Li2024-10-041-1/+0
| | * Input: xilinx_ps2 - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-10/+5
| | * Input: userio - switch to using cleanup functionsDmitry Torokhov2024-10-041-71/+70
| | * Input: sun4i-ps2 - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-6/+2
| | * Input: serio-raw - fix potential serio port name truncationDmitry Torokhov2024-10-041-2/+2
| | * Input: serio_raw - use guard notation for locks and other resourcesDmitry Torokhov2024-10-041-72/+49
| | * Input: serio - use guard notation when acquiring mutexes and spinlocksDmitry Torokhov2024-10-041-99/+66
| | * Input: serport - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-19/+8
| | * Input: sa1111ps2 - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-5/+3
| | * Input: q40kbd - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-8/+2
| | * Input: ps2mult - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-18/+7
| | * Input: ps2-gpio - use guard notation when acquiring mutexDmitry Torokhov2024-10-041-2/+2
| | * Input: i8042 - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-122/+82
| | * Input: i8042 - tease apart interrupt handlerDmitry Torokhov2024-10-041-56/+83
| | * Input: hyperv-keyboard - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-20/+18
| | * Input: gscps2 - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-52/+62
| | * Input: elo - use guard notation when pausing serio portDmitry Torokhov2024-10-041-4/+4
| | * Input: synaptics-rmi4 - use guard notation when pausing serio port in F03Dmitry Torokhov2024-10-041-2/+2