summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-21/+21
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-22/+22
2026-02-15Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-55/+94
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-07Input: twl4030 - fix warnings without CONFIG_OFAndreas Kemnade-4/+3
2025-12-18Input: twl4030 - add TWL603x power buttonAndreas Kemnade-5/+55
2025-12-18Input: palmas-pwrbutton - replace use of system_wq with system_dfl_wqMarco Crivellari-1/+1
2025-12-13Input: pf1550 - remove "defined but unused" warningVaibhav Gupta-1/+1
2025-12-13Input: cs40l50 - remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-4/+0
2025-12-13Merge tag 'ib-mfd-input-power-regulator-v6.19' of git://git.kernel.org/pub/sc...Dmitry Torokhov-0/+209
2025-12-13Merge tag 'v6.18' into nextDmitry Torokhov-1/+3
2025-12-10Merge tag 'input-for-v6.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2025-12-08Merge branch 'next' into for-linusDmitry Torokhov-1/+1
2025-12-04Merge tag 'regulator-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+209
2025-11-17ASoC: arizona-haptics: convert to snd_soc_dapm_xxx()Kuninori Morimoto-9/+5
2025-10-21Input: pf1550 - add onkey supportSamuel Kayode-0/+209
2025-10-17Input: qnap-mcu-input - omit error message when memory allocation failsXichao Zhao-1/+1
2025-10-08Merge tag 'input-for-v6.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+872
2025-10-07Merge branch 'next' into for-linusDmitry Torokhov-2/+1212
2025-10-01Merge tag 'mfd-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-1/+137
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+203
2025-10-01Merge branches 'ib-mfd-char-crypto-6.18', 'ib-mfd-gpio-6.18', 'ib-mfd-gpio-hw...Lee Jones-1/+340
2025-09-30Input: aw86927 - fix error code in probe()Dan Carpenter-2/+1
2025-09-28Input: uinput - zero-initialize uinput_ff_upload_compat to avoid info leakZhen Ni-0/+1
2025-09-27Input: aw86927 - add driver for Awinic AW86927Griffin Kroah-Hartman-0/+859
2025-09-24Input: pm8941-pwrkey - disable wakeup for resin by defaultLuca Weiss-2/+10
2025-09-17Merge tag 'ib-mfd-gpio-input-pinctrl-pwm-v6.18' of git://git.kernel.org/pub/s...Dmitry Torokhov-0/+203
2025-09-16input: misc: Add support for MAX7360 rotaryMathieu Dubois-Briand-0/+203
2025-09-11mfd: input: rtc: mc13783: Remove deprecated mc13xxx_irq_ack()Alexander Kurz-1/+0
2025-09-04Input: iqs7222 - avoid enabling unused interruptsJeff LaBundy-0/+3
2025-09-03Merge tag 'ib-mfd-input-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Dmitry Torokhov-0/+137
2025-09-03input: tps6594-pwrbutton: Add power button functionalityJob Sava-0/+137
2025-08-21Input: include export.h in modules using EXPORT_SYMBOL*()Dmitry Torokhov-0/+3
2025-08-06Merge branch 'next' into for-linusDmitry Torokhov-195/+66
2025-08-03Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...Dmitry Torokhov-1/+1
2025-08-03Input: max77693 - convert to atomic pwm operationUwe Kleine-König-23/+18
2025-07-03Input: cs40l50-vibra - fix potential NULL dereference in cs40l50_upload_owt()Yunshui Jiang-0/+2
2025-07-01Input: cs40l50 - remove redundant flush_workqueue() callsChen Ni-1/+0
2025-06-30Input: max8997_haptic - optimize PWM configurationUwe Kleine-König-49/+47
2025-06-29Input: pcf50633-input - remove the driverDr. David Alan Gilbert-121/+0
2025-06-29Input: iqs7222 - explicitly define number of external channelsJeff LaBundy-2/+5
2025-06-17Input: Fully open-code compatible for greppingKrzysztof Kozlowski-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-06-03Input: iqs626a - replace snprintf() with scnprintf()Jeff LaBundy-1/+1
2025-05-30Input: ims-pcu - check record size in ims_pcu_flash_firmware()Dan Carpenter-0/+6
2025-05-11Merge tag 'input-for-v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+17