aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2026-07-24Input: matrix_keyboard - replace linux/gpio.h inclusionArnd Bergmann1-1/+0
2026-07-24Input: gpio-keys: make legacy gpiolib optionalArnd Bergmann2-4/+7
2026-07-24Input: soc_button_array - select CONFIG_GPIOLIB_LEGACYArnd Bergmann2-1/+3
2026-07-23Input: xpad - add support for ZENAIM LEVERLESSKyohei Kadota1-0/+2
2026-07-23Input: edt-ft5x06 - ignore contacts with an out-of-range slot idAlexandre Hamamdjian1-0/+2
2026-07-22Input: byd - synchronize timer deletion before freeing private dataLinmao Li1-1/+1
2026-07-17Input: snvs_pwrkey - add press event reporting to avoid event loss during suspendJoy Zou1-4/+68
2026-07-16Input: snvs_pwrkey - use local device pointer to simple codeJoy Zou1-20/+21
2026-07-16Input: snvs_pwrkey - propagate error code of platform_get_irq()Joy Zou1-1/+1
2026-07-16Input: snvs_pwrkey - make use of dev_err_probe()Joy Zou1-28/+16
2026-07-15Input: wacom_w8001 - replace strlcat() with a strscpy() helperIan Bridges1-5/+12
2026-07-15Input: tca8418_keypad - enable overflow mode per datasheet (SCPS215G)Zhian Liang1-1/+2
2026-07-13Input: mms114 - fix Y-resolution configurationDmitry Torokhov1-1/+1
2026-07-13Input: mms114 - fix endianness portability in I2C packet layoutDmitry Torokhov1-19/+33
2026-07-13Merge tag 'v7.2-rc3' into nextDmitry Torokhov35-48/+55
2026-07-11Input: i8042 - replace strlcat() with seq_buf and scnprintf()Ian Bridges1-13/+14
2026-07-11Merge tag 'input-for-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-7/+11
2026-07-10Input: matrix_keyboard - remove linux/gpio.h inclusionArnd Bergmann1-1/+0
2026-07-10Input: mms114 - fix multi-touch slot corruptionDmitry Torokhov1-1/+1
2026-07-06Merge tag 'v7.2-rc2' into togregJonathan Cameron26-26/+0
2026-07-05iio: inkern: Use namespaced exportsRomain Gantois4-0/+4
2026-07-04Input: ims-pcu - add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-02Input: maple_keyb - set driver data before registering input deviceDmitry Torokhov1-2/+2
2026-07-02Input: maplecontrol - set driver data before registering input deviceDmitry Torokhov1-1/+2
2026-07-02Input: maplemouse - set driver data before registering input deviceDmitry Torokhov1-1/+3
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)26-26/+0
2026-06-29Input: maplemouse - fix NULL pointer dereference in open()Florian Fuchs1-2/+3
2026-06-26Input: gscps2 - advance receive buffer write indexXu Rao1-0/+1
2026-06-26Input: sur40 - fix MAX_CONTACTS value based on PixelSense specificationOliver1-2/+2
2026-06-26Input: rmi4 - tolerate short register descriptor structureDmitry Torokhov1-12/+25
2026-06-26Revert "Input: rmi4 - fix register descriptor address calculation"Dmitry Torokhov1-1/+1
2026-06-26Input: isa1200 - new driver for Imagis ISA1200Linus Walleij3-0/+546
2026-06-26Input: synaptics - enable InterTouch on Dell Inspiron 3521Shashwat Agrawal1-0/+1
2026-06-25Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED countBryam Vargas1-1/+1
2026-06-25Input: synaptics-rmi4 - bound the F3A keymap to the GPIO countBryam Vargas1-1/+1
2026-06-22Input: cap11xx - add support for CAP1114Jun Yan1-0/+50
2026-06-22Input: cap11xx - guard unsupported DT properties before parsingJun Yan1-25/+27
2026-06-22Input: cap11xx - refactor code for better CAP1114 support.Jun Yan1-23/+72
2026-06-22Input: cap11xx - add reset gpio supportJun Yan1-0/+16
2026-06-22Input: cap11xx - remove unused register macrosJun Yan1-51/+0
2026-06-22Input: cap11xx - clean up duplicate log and add probe error logsJun Yan1-7/+4
2026-06-22Input: mms114 - refactor chip variant handling using descriptorsDmitry Torokhov1-92/+112
2026-06-22Input: mms114 - replace BUG() and fix alignmentDmitry Torokhov1-9/+8
2026-06-22Input: mms114 - replace udelay with usleep_rangeDmitry Torokhov1-2/+2
2026-06-22Input: mms114 - use appropriate register argument typesDmitry Torokhov1-11/+9
2026-06-22Input: mms114 - prefer GPL over GPL v2 for module licenseDmitry Torokhov1-1/+1
2026-06-22Merge branch 'next' into for-linusDmitry Torokhov110-1667/+1640
2026-06-22Input: mms114 - fix touch indexing for MMS134S and MMS136Dmitry Torokhov1-6/+12
2026-06-22Input: elan_i2c - prevent division by zero and arithmetic underflowRanjan Kumar1-6/+30
2026-06-22Input: stop force-feedback timer when unregistering input devicesDmitry Torokhov2-6/+24