summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2023-07-11Input: omap4-keyad - convert to devm_platform_ioremap_resource()Yangtao Li1-8/+1
2023-07-11Input: nspire-keypad - use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-11Input: lpc32xx-keys - convert to devm_platform_ioremap_resource()Yangtao Li1-8/+1
2023-07-11Input: bcm-keypad - convert to devm_platform_ioremap_resource()Yangtao Li1-9/+1
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-10Input: tegra-kbc - use devm_platform_ioremap_resourceMartin Kaiser1-1/+1
2023-07-10Input: novatek-nvt-ts - add touchscreen model number to descriptionHans de Goede2-7/+5
2023-07-10Input: novatek-nvt-ts - fix input_register_device() failure error messageHans de Goede1-1/+1
2023-07-08Input: adp5588-keys - use devm_regulator_get_enable()Christophe JAILLET1-16/+1
2023-07-08Input: pinephone-keyboard - use devm_regulator_get_enable()Christophe JAILLET1-19/+1
2023-07-08Input: bu21029_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski1-20/+15
2023-07-08Input: bu21013_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski1-33/+28
2023-07-08Input: bcm-keypad - simplify with dev_err_probe()Krzysztof Kozlowski1-10/+4
2023-07-08Input: sx8643 - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2023-07-08Input: surface3_spi - simplify with dev_err_probe()Krzysztof Kozlowski1-10/+3
2023-07-08Input: sis_i2c - simplify with dev_err_probe()Krzysztof Kozlowski1-14/+6
2023-07-08Input: silead - simplify with dev_err_probe()Krzysztof Kozlowski1-5/+3
2023-07-08Input: resistive-adc-touch - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-08Input: raydium_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-21/+9
2023-07-08Input: pixcir_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-26/+12
2023-07-08Input: melfas_mip4 - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+2
2023-07-08Input: goodix - simplify with dev_err_probe()Krzysztof Kozlowski1-29/+11
2023-07-08Input: elants_i2c - simplify with dev_err_probe()Krzysztof Kozlowski1-16/+6
2023-07-08Input: ektf2127 - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-08Input: edf-ft5x06 - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2023-07-08Input: cy8ctma140 - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-08Input: chipone_icn8318 - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-08Input: bu21029_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-14/+6
2023-07-08Input: bu21013_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-11/+6
2023-07-08Input: elan_i2c - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+2
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-08Input: gpio_keys_polled - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-08Input: exc3000 - support power supply regulatorsMike Looijmans1-0/+7
2023-07-08Input: xpad - add GameSir T4 Kaleid Controller supportJonathan Frederick1-0/+2
2023-07-08Input: xpad - add GameSir VID for Xbox One controllersSam Lantinga1-0/+1
2023-07-08Input: xpad - fix support for some third-party controllersVicki Pfau1-0/+22
2023-07-06Input: gameport - add ISA and HAS_IOPORT dependenciesNiklas Schnelle2-6/+24
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-07-05Input: exc3000 - add ACPI support for EXC80H60Andreas Helbech Kleist1-0/+10
2023-06-30Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-8/+1
2023-06-29Merge tag 'input-for-v6.5-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds113-403/+793
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-72/+41
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-1/+1
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-06-27Merge branch 'next' into for-linusDmitry Torokhov113-403/+793
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCMark Brown5-7/+37