summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2026-03-10Input: mpr121 - drop redundant wakeup handlingbui duc phuc
2026-02-28Input: atkbd - fix various formatting issuesDmitry Torokhov
2026-02-28Input: atkbd - switch to using explicitly sized typesDmitry Torokhov
2026-02-28Input: atkbd - use dev_warn_ratelimited()Dmitry Torokhov
2026-02-28Input: atkbd - use __free() cleanup facility in when parsing FW keymapDmitry Torokhov
2026-02-28Input: atkbd - validate scancode in firmware keymap entriesAriel Silver
2026-02-23Input: synaptics-rmi4 - fix a locking bug in an error pathBart Van Assche
2026-02-23Input: cros_ec_keyb - factor out column processingDmitry Torokhov
2026-02-23Input: cros_ec_keyb - do not allocate keyboard state separatelyDmitry Torokhov
2026-02-23Input: cros_ec_keyb - simplify cros_ec_keyb_work()Dmitry Torokhov
2026-02-23Input: cros_ec_keyb - use BIT() macro instead of open-coding shiftsDmitry Torokhov
2026-02-23Input: cros_ec_keyb - use u8 instead of uint8_tDmitry Torokhov
2026-02-23Input: cros_ec_keyb - add function key supportFabio Baltieri
2026-02-23Input: export input_default_setkeycodeFabio Baltieri
2026-02-23Input: i8042 - add TUXEDO InfinityBook Max 16 Gen10 AMD to i8042 quirk tableChristoffer Sandberg
2026-02-22Input: adxl34x - drop redundant error variable in adxl34x_i2c_probeThorsten Blum
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Input: bcm5974 - recover from failed mode switchLiam Mitchell
2026-02-17Input: drv260x - fix unbalanced regulator_disable() callYauhen Kharuzhy
2026-02-17Input: drv260x - handle calibration timeoutYauhen Kharuzhy
2026-02-17Input: drv260x - add support for ACPI-enumerated devicesYauhen Kharuzhy
2026-02-17Input: drv260x - sort all #include alphabeticallyYauhen Kharuzhy
2026-02-17Input: drv260x - add I2C IDs for all device variantsYauhen Kharuzhy
2026-02-17Input: st1232 - expose firmware version via sysfsMichael Tretter
2026-02-17Input: st1232 - read firmware version and revisionMichael Tretter
2026-02-17Input: libps2 - embed WARN_ON(1) macros into their enclosing if statementsMax Brener
2026-02-15Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-14Merge branch 'next' into for-linusDmitry Torokhov
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-03Input: apbps2 - fix comment style and typosMicah Ostrow
2026-02-01Input: gpio_keys - fall back to platform_get_irq() for interrupt-only keysDmitry Torokhov
2026-01-25Merge tag 'input-for-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-24Input: i8042 - add quirks for MECHREVO Wujie 15X Progongqi
2026-01-24Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QAfeng
2026-01-24Input: novatek-nvt-ts - drop wake_type checkGianluca Boiano
2026-01-21Input: ili210x - add support for polling modeMarek Vasut
2026-01-21Input: appletouch - fix potential race between resume and openDmitry Torokhov
2026-01-21Input: synaptics_i2c - switch to using managed resourcesDmitry Torokhov
2026-01-21Input: synaptics_i2c - guard polling restart in resumeMinseong Kim
2026-01-21Input: gpio_decoder - don't use "proxy" headersAndy Shevchenko
2026-01-21Input: gpio_decoder - make use of the macros from bits.hAndy Shevchenko
2026-01-21Input: gpio_decoder - replace custom loop by gpiod_get_array_value_cansleep()Andy Shevchenko
2026-01-21Input: gpio_decoder - unify messages with help of dev_err_probe()Andy Shevchenko
2026-01-21Input: gpio_decoder - make use of device propertiesAndy Shevchenko
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-20Input: serio - complete sizeof(*pointer) conversionsWentong Tian
2026-01-20Input: wdt87xx_i2c - switch to use dev_err_probe()Andy Shevchenko
2026-01-20Input: tsc40 - switch to use scnprintf() to suppress truncation warningAndy Shevchenko