summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-03Input: drv2665 - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: drv260x - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: kxtj9 - use guard notation when acquiring mutex/disabling irqDmitry Torokhov
2024-10-03Input: da7280 - use guard notation when acquiring mutex and spinlockDmitry Torokhov
2024-10-03Input: cma3000_d0x - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: cm109 - use guard notation when acquiring mutex and spinlockDmitry Torokhov
2024-10-03Input: ati_remote2 - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: ad714x - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: xpad - use guard notation when acquiring mutex and spinlockDmitry Torokhov
2024-10-03Input: turbografx - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: n64joy - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: iforce - use guard notation when acquiring mutex and spinlockDmitry Torokhov
2024-10-03Input: gamecon - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: db9 - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: st-keyscan - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: spear-keyboard - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: pxa27x_keypad - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: pmic8xxx-keypad - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: omap4-keypad - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: matrix_keypad - use guard notation when acquiring spinlockDmitry Torokhov
2024-10-03Input: lpc32xx-keys - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: lm8323 - use guard notation when acquiring mutexesDmitry Torokhov
2024-10-03Input: ipaq-micro-keys - use guard notation when acquiring mutex and spinlockDmitry Torokhov
2024-10-03Input: imx_keypad - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: ep93xx_keypad - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: applespi - use guard notation when acquiring spinlockDmitry Torokhov
2024-10-03Input: adp5589-keys - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: elan_i2c - switch to using cleanup functionsDmitry Torokhov
2024-10-03Input: psmouse-smbus - use guard notation when acquiring mutexDmitry Torokhov
2024-10-03Input: hycon-hy46xx - add missing dependency on REGMAP_I2CJavier Carrasco
2024-10-03Input: hideep - add missing dependency on REGMAP_I2CJavier Carrasco
2024-09-30Input: correct typos in multiple comments across misc driversShen Lichuan
2024-09-30input: Fix typos in comments across various filesYu Jiaoliang
2024-09-29Input: novatek-nvt-ts - add support for NT36672A touchscreenJoel Selvaraj
2024-09-29dt-bindings: input: document Novatek NVT touchscreen controllerJoel Selvaraj
2024-09-29Input: novatek-nvt-ts - replace generic i2c device id with specific IC variantJoel Selvaraj
2024-09-18Input: Convert comma to semicolonShen Lichuan
2024-09-13Input: tegra-kbc - use of_property_read_variable_u32_array() and of_property_...Rob Herring (Arm)
2024-09-13Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-09-10Input: ims-pcu - fix calling interruptible mutexDavid Lechner
2024-09-05Input: zforce_ts - switch to using asynchronous probingDmitry Torokhov
2024-09-05Input: zforce_ts - remove assert/deassert wrappersDmitry Torokhov
2024-09-05Input: zforce_ts - do not hardcode interrupt levelDmitry Torokhov
2024-09-05Input: zforce_ts - switch to using devm_regulator_get_enable()Dmitry Torokhov
2024-09-05Input: zforce_ts - stop treating VDD regulator as optionalDmitry Torokhov
2024-09-05Input: zforce_ts - make zforce_idtable constantDmitry Torokhov
2024-09-05Input: zforce_ts - use dev_err_probe() where appropriateDmitry Torokhov
2024-09-05Input: zforce_ts - do not ignore errors when acquiring regulatorDmitry Torokhov
2024-09-05Input: zforce_ts - make parsing of contacts less confusingDmitry Torokhov
2024-09-05Input: zforce_ts - switch to using get_unaligned_le16Dmitry Torokhov