summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2023-02-01input: remove pxa930_rotary keyboard driverArnd Bergmann
2023-02-01input: remove pxa930_trkball driverArnd Bergmann
2023-01-29Input: pmic8xxx-keypad - fix a Kconfig spelling mistake & hyphenationRandy Dunlap
2023-01-29Input: edt-ft5x06 - fix typo in a commentDario Binacchi
2023-01-29Input: tegra-kbc - use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-29Input: st-keyscan - use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-29Input: spear-keyboard - use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-29Input: olpc_apsp - use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-29Input: arc_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-29Input: apbps2 - use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-29Input: altera_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen
2023-01-29Input: ads7846 - don't check penirq immediately for 7845Luca Ellero
2023-01-29Input: ads7846 - always set last command to PWRDOWNLuca Ellero
2023-01-29Input: ads7846 - don't report pressure for ads7845Luca Ellero
2023-01-29Merge tag 'input-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-27Input: xpad - add 8BitDo Pro 2 Wired Controller supportJohn Butler
2023-01-27Input: ipaq-micro-ts - fix DEFINE_SIMPLE_DEV_PM_OPS typoArnd Bergmann
2023-01-27Input: wistron_btns - use pm_sleep_ptr() to allow removal of ifdef CONFIG_PM ...Jonathan Cameron
2023-01-27Input: cma3000 - use pm_sleep_ptr() to allow removal of ifdef CONFIG_PM guardsJonathan Cameron
2023-01-27Input: Use pm_sleep_ptr() to avoid need for ifdef CONFIG_PM_SLEEPJonathan Cameron
2023-01-27Input: omap4-keyad - use pm_ptr() and RUNTIME_DEV_PM_OPS()Jonathan Cameron
2023-01-27Input: applespi - use pm_sleep_ptr() and SYSTEM_SLEEP_PM_OPS()Jonathan Cameron
2023-01-27Input: cyttsp - use EXPORT_GPL_SIMPLE_DEV_PM_OPS()Jonathan Cameron
2023-01-27Input: cyttsp4 - use EXPORT_GPL_RUNTIME_DEV_PM_OPS()Jonathan Cameron
2023-01-27Input: tsc200x - use EXPORT_GPL_SIMPLE_DEV_PM_OPS()Jonathan Cameron
2023-01-27Input: adxl34x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron
2023-01-27Input: ad714x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron
2023-01-27Input: stmfts - switch to SYSTEM_SLEEP_/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron
2023-01-27Input: rmi4 - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron
2023-01-27Input: s6sy761 - switch to SYSTEM_SLEEP_/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron
2023-01-27Input: samsung-keypad - switch to pm_ptr() and SYSTEM_SLEEP/RUNTIME_PM_OPS()Jonathan Cameron
2023-01-27Input: axp20x-pek - switch to SYSTEM_SLEEP_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2023-01-27Input: cyapa - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-20Input: cros_ec_keyb - add 3 buttons for monitor functionjoewu (吳仲振)
2023-01-20ARM: pxa: remove unused board filesArnd Bergmann
2023-01-19Input: mtk-pmic-keys: add MT6357 supportFabien Parent
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li
2023-01-16input: remove s3c24xx touchscreen driverArnd Bergmann
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-01-12input: remove davinci keyboard driverArnd Bergmann
2023-01-10Input: i8042 - add Clevo PCX0DX to i8042 quirk tableWerner Sembach
2023-01-10Input: iqs269a - do not poll during ATIJeff LaBundy
2023-01-10Input: iqs269a - do not poll during suspend or resumeJeff LaBundy
2023-01-10Input: iqs269a - configure device with a single block writeJeff LaBundy
2023-01-10Input: iqs269a - increase interrupt handler return delayJeff LaBundy
2023-01-10Input: iqs269a - drop unused device node referencesJeff LaBundy
2023-01-09Merge tag 'v6.2-rc3' into nextDmitry Torokhov
2023-01-09Input: ipaq-micro-ts - use DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron