aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2026-03-10Input: mpr121 - drop redundant wakeup handlingbui duc phuc1-8/+0
2026-02-28Input: atkbd - fix various formatting issuesDmitry Torokhov1-53/+32
2026-02-28Input: atkbd - switch to using explicitly sized typesDmitry Torokhov1-15/+15
2026-02-28Input: atkbd - use dev_warn_ratelimited()Dmitry Torokhov1-5/+3
2026-02-28Input: atkbd - use __free() cleanup facility in when parsing FW keymapDmitry Torokhov1-5/+1
2026-02-28Input: atkbd - validate scancode in firmware keymap entriesAriel Silver1-0/+6
2026-02-23Input: synaptics-rmi4 - fix a locking bug in an error pathBart Van Assche1-2/+2
2026-02-23Input: cros_ec_keyb - factor out column processingDmitry Torokhov1-20/+27
2026-02-23Input: cros_ec_keyb - do not allocate keyboard state separatelyDmitry Torokhov1-10/+2
2026-02-23Input: cros_ec_keyb - simplify cros_ec_keyb_work()Dmitry Torokhov1-15/+15
2026-02-23Input: cros_ec_keyb - use BIT() macro instead of open-coding shiftsDmitry Torokhov1-5/+4
2026-02-23Input: cros_ec_keyb - use u8 instead of uint8_tDmitry Torokhov1-6/+5
2026-02-23Input: cros_ec_keyb - add function key supportFabio Baltieri1-16/+166
2026-02-23Input: export input_default_setkeycodeFabio Baltieri1-3/+20
2026-02-23Input: i8042 - add TUXEDO InfinityBook Max 16 Gen10 AMD to i8042 quirk tableChristoffer Sandberg1-0/+7
2026-02-22Input: adxl34x - drop redundant error variable in adxl34x_i2c_probeThorsten Blum1-4/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds5-5/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds143-176/+176
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook147-185/+184
2026-02-18Input: bcm5974 - recover from failed mode switchLiam Mitchell1-1/+41
2026-02-17Input: drv260x - fix unbalanced regulator_disable() callYauhen Kharuzhy1-0/+18
2026-02-17Input: drv260x - handle calibration timeoutYauhen Kharuzhy1-0/+13
2026-02-17Input: drv260x - add support for ACPI-enumerated devicesYauhen Kharuzhy1-0/+10
2026-02-17Input: drv260x - sort all #include alphabeticallyYauhen Kharuzhy1-3/+3
2026-02-17Input: drv260x - add I2C IDs for all device variantsYauhen Kharuzhy1-0/+3
2026-02-17Input: st1232 - expose firmware version via sysfsMichael Tretter1-0/+29
2026-02-17Input: st1232 - read firmware version and revisionMichael Tretter1-1/+37
2026-02-17Input: libps2 - embed WARN_ON(1) macros into their enclosing if statementsMax Brener1-9/+3
2026-02-15Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds37-301/+325
2026-02-14Merge branch 'next' into for-linusDmitry Torokhov39-300/+533
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-03Input: apbps2 - fix comment style and typosMicah Ostrow1-7/+7
2026-02-01Input: gpio_keys - fall back to platform_get_irq() for interrupt-only keysDmitry Torokhov1-5/+12
2026-01-25Merge tag 'input-for-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+18
2026-01-24Input: i8042 - add quirks for MECHREVO Wujie 15X Progongqi1-0/+7
2026-01-24Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QAfeng1-0/+11
2026-01-24Input: novatek-nvt-ts - drop wake_type checkGianluca Boiano1-5/+0
2026-01-21Input: ili210x - add support for polling modeMarek Vasut1-20/+55
2026-01-21Input: appletouch - fix potential race between resume and openDmitry Torokhov1-5/+4
2026-01-21Input: synaptics_i2c - switch to using managed resourcesDmitry Torokhov1-119/+91
2026-01-21Input: synaptics_i2c - guard polling restart in resumeMinseong Kim1-2/+5
2026-01-21Input: gpio_decoder - don't use "proxy" headersAndy Shevchenko1-2/+3
2026-01-21Input: gpio_decoder - make use of the macros from bits.hAndy Shevchenko1-2/+2
2026-01-21Input: gpio_decoder - replace custom loop by gpiod_get_array_value_cansleep()Andy Shevchenko1-15/+15
2026-01-21Input: gpio_decoder - unify messages with help of dev_err_probe()Andy Shevchenko1-16/+10
2026-01-21Input: gpio_decoder - make use of device propertiesAndy Shevchenko1-5/+4
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-20Input: serio - complete sizeof(*pointer) conversionsWentong Tian3-4/+3
2026-01-20Input: wdt87xx_i2c - switch to use dev_err_probe()Andy Shevchenko1-10/+4
2026-01-20Input: tsc40 - switch to use scnprintf() to suppress truncation warningAndy Shevchenko1-1/+1