summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2023-07-07Input: goodix - simplify with dev_err_probe()Krzysztof Kozlowski-29/+11
2023-07-07Input: elants_i2c - simplify with dev_err_probe()Krzysztof Kozlowski-16/+6
2023-07-07Input: ektf2127 - simplify with dev_err_probe()Krzysztof Kozlowski-6/+2
2023-07-07Input: edf-ft5x06 - simplify with dev_err_probe()Krzysztof Kozlowski-7/+3
2023-07-07Input: cy8ctma140 - simplify with dev_err_probe()Krzysztof Kozlowski-6/+2
2023-07-07Input: chipone_icn8318 - simplify with dev_err_probe()Krzysztof Kozlowski-6/+2
2023-07-07Input: bu21029_ts - simplify with dev_err_probe()Krzysztof Kozlowski-14/+6
2023-07-07Input: bu21013_ts - simplify with dev_err_probe()Krzysztof Kozlowski-11/+6
2023-07-07Input: elan_i2c - simplify with dev_err_probe()Krzysztof Kozlowski-7/+2
2023-07-07Input: rotary_encoder - simplify with dev_err_probe()Krzysztof Kozlowski-6/+2
2023-07-07Input: pwm-vibra - simplify with dev_err_probe()Krzysztof Kozlowski-21/+9
2023-07-07Input: gpio-vibra - simplify with dev_err_probe()Krzysztof Kozlowski-28/+11
2023-07-07Input: gpio_keys_polled - simplify with dev_err_probe()Krzysztof Kozlowski-6/+2
2023-07-07Input: exc3000 - support power supply regulatorsMike Looijmans-0/+7
2023-07-07Input: xpad - add GameSir T4 Kaleid Controller supportJonathan Frederick-0/+2
2023-07-07Input: xpad - add GameSir VID for Xbox One controllersSam Lantinga-0/+1
2023-07-07Input: xpad - fix support for some third-party controllersVicki Pfau-0/+22
2023-07-05Input: gameport - add ISA and HAS_IOPORT dependenciesNiklas Schnelle-6/+24
2023-07-05Input: cpcap-pwrbutton - replace GPLv2 boilerplate with SPDXSebastian Reichel-9/+1
2023-07-05Input: cpcap-pwrbutton - remove initial kernel-doc notationRandy Dunlap-1/+1
2023-07-05Input: exc3000 - add ACPI support for EXC80H60Andreas Helbech Kleist-0/+10
2023-06-29Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-8/+1
2023-06-29Merge tag 'input-for-v6.5-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-403/+793
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-72/+41
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-1/+1
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2023-06-26Merge branch 'next' into for-linusDmitry Torokhov-403/+793
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCMark Brown-7/+37
2023-06-16docs: update some straggling Documentation/arm referencesJonathan Corbet-1/+1
2023-06-09Input: ads7846 - fix pointer cast warningArnd Bergmann-1/+1
2023-06-07Merge tag 'input-for-v6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+37
2023-06-07Input: ads7846 - Fix usage of match dataLinus Walleij-8/+1
2023-06-06Input: pm8941-powerkey - fix debounce on gen2+ PMICsCaleb Connolly-4/+15
2023-06-06Input: gameport - provide default trigger() and read()Dmitry Torokhov-2/+16
2023-06-06Input: tps65219-pwrbutton - use regmap_set_bits()Uwe Kleine-König-3/+2
2023-06-06Input: tps65219-pwrbutton - convert to .remove_new()Uwe Kleine-König-5/+8
2023-05-24Input: ads7846 - Convert to use software nodesLinus Walleij-72/+41
2023-05-23Input: tests - add test to cover all input_grab_device() functionDana Elfassy-0/+32
2023-05-23Input: gpio-keys - use input_report_key()Geert Uytterhoeven-3/+3
2023-05-23Input: xpad - delete a Razer DeathAdder mouse VID/PID entryIsmael Ferreras Morezuelas-1/+0
2023-05-22Input: xpad - spelling fixes for "Xbox"Ismael Ferreras Morezuelas-39/+39
2023-05-22Input: add HAS_IOPORT dependenciesNiklas Schnelle-0/+2
2023-05-18Input: libps2 - do not discard non-ack bytes when controlling LEDsDmitry Torokhov-4/+32
2023-05-18Input: libps2 - introduce common interrupt handlerDmitry Torokhov-129/+231
2023-05-18Input: libps2 - fix aborting PS/2 commandsDmitry Torokhov-4/+11
2023-05-18Input: libps2 - fix NAK handlingDmitry Torokhov-1/+1
2023-05-18Input: libps2 - rework handling of command responseDmitry Torokhov-8/+10
2023-05-18Input: libps2 - remove special handling of ACK for command byteDmitry Torokhov-7/+2
2023-05-18Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov-29/+44
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König-92/+92