summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2024-10-03Input: ideapad_slidebar - use guard notation when acquiring spinlockDmitry Torokhov1-17/+5
2024-10-03Input: drv2667 - use guard notation when acquiring mutexDmitry Torokhov1-23/+21
2024-10-03Input: drv2665 - use guard notation when acquiring mutexDmitry Torokhov1-23/+21
2024-10-03Input: drv260x - use guard notation when acquiring mutexDmitry Torokhov1-26/+24
2024-10-03Input: kxtj9 - use guard notation when acquiring mutex/disabling irqDmitry Torokhov1-10/+4
2024-10-03Input: da7280 - use guard notation when acquiring mutex and spinlockDmitry Torokhov1-14/+12
2024-10-03Input: cma3000_d0x - use guard notation when acquiring mutexDmitry Torokhov1-12/+4
2024-10-03Input: cm109 - use guard notation when acquiring mutex and spinlockDmitry Torokhov1-88/+79
2024-10-03Input: ati_remote2 - use guard notation when acquiring mutexDmitry Torokhov1-38/+19
2024-10-03Input: ad714x - use guard notation when acquiring mutexDmitry Torokhov1-9/+3
2024-10-03Input: xpad - use guard notation when acquiring mutex and spinlockDmitry Torokhov1-65/+34
2024-10-03Input: turbografx - use guard notation when acquiring mutexDmitry Torokhov1-12/+10
2024-10-03Input: n64joy - use guard notation when acquiring mutexDmitry Torokhov1-19/+16
2024-10-03Input: iforce - use guard notation when acquiring mutex and spinlockDmitry Torokhov4-86/+68
2024-10-03Input: gamecon - use guard notation when acquiring mutexDmitry Torokhov1-12/+10
2024-10-03Input: db9 - use guard notation when acquiring mutexDmitry Torokhov1-16/+14
2024-10-03Input: st-keyscan - use guard notation when acquiring mutexDmitry Torokhov1-9/+10
2024-10-03Input: spear-keyboard - use guard notation when acquiring mutexDmitry Torokhov1-6/+2
2024-10-03Input: pxa27x_keypad - use guard notation when acquiring mutexDmitry Torokhov1-8/+8
2024-10-03Input: pmic8xxx-keypad - use guard notation when acquiring mutexDmitry Torokhov1-6/+2
2024-10-03Input: omap4-keypad - use guard notation when acquiring mutexDmitry Torokhov1-3/+1
2024-10-03Input: matrix_keypad - use guard notation when acquiring spinlockDmitry Torokhov1-10/+8
2024-10-03Input: lpc32xx-keys - use guard notation when acquiring mutexDmitry Torokhov1-9/+9
2024-10-03Input: lm8323 - use guard notation when acquiring mutexesDmitry Torokhov1-27/+22
2024-10-03Input: ipaq-micro-keys - use guard notation when acquiring mutex and spinlockDmitry Torokhov1-7/+5
2024-10-03Input: imx_keypad - use guard notation when acquiring mutexDmitry Torokhov1-16/+11
2024-10-03Input: ep93xx_keypad - use guard notation when acquiring mutexDmitry Torokhov1-6/+2
2024-10-03Input: applespi - use guard notation when acquiring spinlockDmitry Torokhov1-54/+18
2024-10-03Input: adp5589-keys - use guard notation when acquiring mutexDmitry Torokhov1-21/+18
2024-10-03Input: elan_i2c - switch to using cleanup functionsDmitry Torokhov2-121/+121
2024-10-03Input: psmouse-smbus - use guard notation when acquiring mutexDmitry Torokhov1-18/+10
2024-10-03Input: hycon-hy46xx - add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-03Input: hideep - add missing dependency on REGMAP_I2CJavier Carrasco1-0/+1
2024-10-03Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds51-51/+51
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro51-51/+51
2024-10-02Merge tag 'input-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-377/+14
2024-10-01Input: adp5589-keys - fix adp5589_gpio_get_value()Nuno Sa1-3/+10
2024-10-01Input: adp5589-keys - fix NULL pointer dereferenceNuno Sa1-6/+3
2024-10-01Revert "Input: Add driver for PixArt PS/2 touchpad"Dmitry Torokhov6-368/+1
2024-09-30Input: correct typos in multiple comments across misc driversShen Lichuan8-9/+9
2024-09-30input: Fix typos in comments across various filesYu Jiaoliang8-11/+11
2024-09-30Input: novatek-nvt-ts - add support for NT36672A touchscreenJoel Selvaraj1-6/+61
2024-09-30Input: novatek-nvt-ts - replace generic i2c device id with specific IC variantJoel Selvaraj1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro5-5/+0
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-52/+22
2024-09-24Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds61-5506/+1837
2024-09-22Input: hynitron_cstxxx - drop explicit initialization of struct i2c_device_id...Uwe Kleine-König1-1/+1
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-09-20Merge branch 'next' into for-linusDmitry Torokhov81-5594/+2512
2024-09-20Input: adp5588-keys - fix check on return codeNuno Sa1-1/+1