summaryrefslogtreecommitdiff
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-95/+333
2024-01-14Merge branch 'next' into for-linusDmitry Torokhov4-95/+333
2024-01-13Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+8
2024-01-04Input: da9063_onkey - avoid explicitly setting input's parentDmitry Torokhov1-1/+0
2024-01-04Input: da9063_onkey - avoid using OF-specific APIsDmitry Torokhov1-3/+4
2024-01-02Input: iqs269a - add support for OTP variantsJeff LaBundy1-3/+89
2024-01-02Input: iqs269a - add support for slider gesturesJeff LaBundy1-29/+191
2023-12-23Input: soc_button_array - add mapping for airplane mode buttonChristoffer Sandberg1-0/+5
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young3-8/+8
2023-12-15Input: da9063 - use dev_err_probe()Biju Das1-9/+6
2023-12-15Input: da9063 - drop redundant prints in probe()Biju Das1-15/+4
2023-12-15Input: da9063 - simplify obtaining OF match dataBiju Das1-15/+12
2023-12-14Input: iqs269a - use sysfs_emit() instead of scnprintf()ye xingchen1-12/+11
2023-12-14Input: ims-pcu - use sysfs_emit() instead of scnprintf()ye xingchen1-5/+5
2023-12-13Input: max77693-haptic - add device-tree compatible stringsMarek Szyprowski1-3/+11
2023-11-07Merge branch 'next' into for-linusDmitry Torokhov20-98/+55
2023-10-14Input: powermate - fix use-after-free in powermate_config_completeJavier Carrasco1-0/+1
2023-09-30Input: axp20x-pek - avoid needless newline removalJustin Stitt1-10/+1
2023-09-24Input: wm831x-on - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: wistron_btns - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: sparcspkr - convert to platform remove callback returning voidUwe Kleine-König1-8/+4
2023-09-24Input: soc_button_array - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: pm8941-pwrkey - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: pcspkr - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: pcf50633-input - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: pcap_keys - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: palmas-pwrbutton - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: mc13783-pwrbutton - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: max8997_haptic - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: m68kspkr - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: ideapad_slidebar - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: da9055_onkey - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: da9052_onkey - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-24Input: 88pm80x_onkey - convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-07Input: kxtj9 - use device core to create driver-specific device attributesDmitry Torokhov1-12/+17
2023-09-07Input: iqs269a - use device core to create driver-specific device attributesDmitry Torokhov1-8/+2
2023-09-06Merge tag 'v6.5' into nextDmitry Torokhov1-1/+1
2023-08-31Merge branch 'next' into for-linusDmitry Torokhov14-81/+504
2023-07-18Input: da9063 - add wakeup supportSamuel Holland1-0/+9
2023-07-17Input: Explicitly include correct DT includesRob Herring10-10/+8
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov1-0/+30
2023-07-13Input: rotary_encoder - don't double assign input->dev.parentRoi L1-1/+0
2023-07-10Input: iqs7222 - add support for Azoteq IQS7222DJeff LaBundy2-11/+461
2023-07-10Input: iqs7222 - configure power mode before triggering ATIJeff LaBundy1-4/+4
2023-07-08Input: rotary_encoder - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-08Input: pwm-vibra - simplify with dev_err_probe()Krzysztof Kozlowski1-21/+9
2023-07-08Input: gpio-vibra - simplify with dev_err_probe()Krzysztof Kozlowski2-28/+11
2023-07-06Input: cpcap-pwrbutton - replace GPLv2 boilerplate with SPDXSebastian Reichel1-9/+1
2023-07-05Input: cpcap-pwrbutton - remove initial kernel-doc notationRandy Dunlap1-1/+1
2023-06-29Merge tag 'input-for-v6.5-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds22-85/+109