summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-176/+176
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-185/+184
2026-02-15Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-301/+325
2026-02-14Merge branch 'next' into for-linusDmitry Torokhov-300/+533
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-03Input: apbps2 - fix comment style and typosMicah Ostrow-7/+7
2026-02-01Input: gpio_keys - fall back to platform_get_irq() for interrupt-only keysDmitry Torokhov-5/+12
2026-01-25Merge tag 'input-for-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+18
2026-01-24Input: i8042 - add quirks for MECHREVO Wujie 15X Progongqi-0/+7
2026-01-24Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QAfeng-0/+11
2026-01-24Input: novatek-nvt-ts - drop wake_type checkGianluca Boiano-5/+0
2026-01-21Input: ili210x - add support for polling modeMarek Vasut-20/+55
2026-01-21Input: appletouch - fix potential race between resume and openDmitry Torokhov-5/+4
2026-01-21Input: synaptics_i2c - switch to using managed resourcesDmitry Torokhov-119/+91
2026-01-21Input: synaptics_i2c - guard polling restart in resumeMinseong Kim-2/+5
2026-01-21Input: gpio_decoder - don't use "proxy" headersAndy Shevchenko-2/+3
2026-01-21Input: gpio_decoder - make use of the macros from bits.hAndy Shevchenko-2/+2
2026-01-21Input: gpio_decoder - replace custom loop by gpiod_get_array_value_cansleep()Andy Shevchenko-15/+15
2026-01-21Input: gpio_decoder - unify messages with help of dev_err_probe()Andy Shevchenko-16/+10
2026-01-21Input: gpio_decoder - make use of device propertiesAndy Shevchenko-5/+4
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2026-01-20Input: serio - complete sizeof(*pointer) conversionsWentong Tian-4/+3
2026-01-20Input: wdt87xx_i2c - switch to use dev_err_probe()Andy Shevchenko-10/+4
2026-01-20Input: tsc40 - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-1/+1
2026-01-20Input: touchwin - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-1/+1
2026-01-20Input: touchright - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-1/+1
2026-01-20Input: touchit213 - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-2/+2
2026-01-20Input: penmount - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-1/+1
2026-01-20Input: mtouch - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-1/+1
2026-01-20Input: inexio - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-1/+1
2026-01-20Input: fujitsu_ts - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-2/+1
2026-01-20Input: hampshire - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-2/+2
2026-01-20Input: gunze - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-1/+1
2026-01-20Input: elo - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-1/+1
2026-01-20Input: egalax_ts_serial - switch to use scnprintf() to suppress truncation wa...Andy Shevchenko-2/+1
2026-01-20Input: dynapro - switch to use scnprintf() to suppress truncation warningAndy Shevchenko-2/+2
2026-01-20Input: edt-ft5x06 - add support for FocalTech FT3518Yedaya Katsman-0/+6
2026-01-20Input: ili210x - convert to dev_err_probe()Marek Vasut-21/+10
2026-01-07Input: twl4030 - fix warnings without CONFIG_OFAndreas Kemnade-4/+3
2025-12-21Merge tag 'input-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+29
2025-12-18Input: ti_am335x_tsc - fix off-by-one error in wire_order validationJunjie Cao-1/+1
2025-12-18Input: xpad - add support for CRKD GuitarsSanjay Govind-0/+5
2025-12-18Input: ilitek_ts_i2c - switch mdelay() to fsleep()Dmitry Torokhov-1/+1
2025-12-18Input: ilitek_ts_i2c - fix warning with gpio controllers that sleepJosua Mayer-4/+4
2025-12-18Input: twl4030 - add TWL603x power buttonAndreas Kemnade-5/+55
2025-12-18Input: psmouse-smbus - add WQ_UNBOUND to alloc_workqueue userMarco Crivellari-1/+1
2025-12-18Input: synaptics_i2c - replace use of system_wq with system_dfl_wqMarco Crivellari-4/+4
2025-12-18Input: palmas-pwrbutton - replace use of system_wq with system_dfl_wqMarco Crivellari-1/+1
2025-12-18Input: gpio_keys - replace use of system_wq with system_dfl_wqMarco Crivellari-1/+1