summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-232-0/+7
|\
| * Input: cyttsp5 - fix sensing configuration data structurehrdl2023-04-131-0/+1
| * Input: pegasus-notetaker - check pipe type when probingSoumya Negi2023-04-091-0/+6
* | Merge tag 'input-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-015-18/+63
|\|
| * Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fixWerner Sembach2023-03-231-0/+28
| * Input: alps - fix compatibility with -funsigned-charmsizanoen2023-03-191-8/+8
| * Input: focaltech - use explicitly signed char typeJason A. Donenfeld2023-03-191-4/+4
| * Input: xpad - fix incorrectly applied patch for MAP_PROFILE_BUTTONMatthias Benkmann2023-03-191-3/+4
| * Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI tableHans de Goede2023-03-171-3/+11
| * Input: i8042 - add quirk for Fujitsu Lifebook A574/HJonathan Denose2023-03-171-0/+8
* | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-0/+17
|\ \
| * | Input: mtk-pmic-keys: add MT6357 supportFabien Parent2023-01-191-0/+17
* | | Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-25111-815/+665
|\ \ \ | | |/ | |/|
| * | Merge branch 'next' into for-linusDmitry Torokhov2023-02-21120-1077/+834
| |\ \
| | * | Input: iqs626a - drop unused device node referencesJeff LaBundy2023-02-031-83/+73
| | * | Input: cyttsp5 - fix bitmask for touch buttonsRichard Kjerstadius2023-02-031-1/+1
| | * | Input: exc3000 - properly stop timer on shutdownDmitry Torokhov2023-02-031-0/+10
| | * | Input: synaptics-rmi4 - fix SPI device IDRayyan Ansari2023-02-031-1/+1
| | * | Input: cap11xx - add support for cap1203, cap1293 and cap1298Jiri Valek - 2N2023-02-031-2/+17
| | * | Input: pmic8xxx-keypad - fix a Kconfig spelling mistake & hyphenationRandy Dunlap2023-01-291-1/+1
| | * | Input: edt-ft5x06 - fix typo in a commentDario Binacchi2023-01-291-1/+1
| | * | Input: tegra-kbc - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
| | * | Input: st-keyscan - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
| | * | Input: spear-keyboard - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
| | * | Input: olpc_apsp - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
| | * | Input: arc_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
| | * | Input: apbps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
| | * | Input: altera_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
| | * | Input: ads7846 - don't check penirq immediately for 7845Luca Ellero2023-01-291-7/+1
| | * | Input: ads7846 - always set last command to PWRDOWNLuca Ellero2023-01-291-1/+9
| | * | Input: ads7846 - don't report pressure for ads7845Luca Ellero2023-01-291-2/+3
| | * | Input: xpad - add 8BitDo Pro 2 Wired Controller supportJohn Butler2023-01-271-0/+2
| | * | Input: ipaq-micro-ts - fix DEFINE_SIMPLE_DEV_PM_OPS typoArnd Bergmann2023-01-271-2/+2
| | * | Input: wistron_btns - use pm_sleep_ptr() to allow removal of ifdef CONFIG_PM ...Jonathan Cameron2023-01-271-5/+1
| | * | Input: cma3000 - use pm_sleep_ptr() to allow removal of ifdef CONFIG_PM guardsJonathan Cameron2023-01-271-5/+1
| | * | Input: Use pm_sleep_ptr() to avoid need for ifdef CONFIG_PM_SLEEPJonathan Cameron2023-01-271-5/+2
| | * | Input: omap4-keyad - use pm_ptr() and RUNTIME_DEV_PM_OPS()Jonathan Cameron2023-01-271-3/+3
| | * | Input: applespi - use pm_sleep_ptr() and SYSTEM_SLEEP_PM_OPS()Jonathan Cameron2023-01-271-5/+5
| | * | Input: cyttsp - use EXPORT_GPL_SIMPLE_DEV_PM_OPS()Jonathan Cameron2023-01-273-6/+5
| | * | Input: cyttsp4 - use EXPORT_GPL_RUNTIME_DEV_PM_OPS()Jonathan Cameron2023-01-273-9/+4
| | * | Input: tsc200x - use EXPORT_GPL_SIMPLE_DEV_PM_OPS()Jonathan Cameron2023-01-273-6/+5
| | * | Input: adxl34x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron2023-01-274-54/+16
| | * | Input: ad714x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron2023-01-274-34/+10
| | * | Input: stmfts - switch to SYSTEM_SLEEP_/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron2023-01-271-7/+7
| | * | Input: rmi4 - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron2023-01-273-24/+13
| | * | Input: s6sy761 - switch to SYSTEM_SLEEP_/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron2023-01-271-8/+7
| | * | Input: samsung-keypad - switch to pm_ptr() and SYSTEM_SLEEP/RUNTIME_PM_OPS()Jonathan Cameron2023-01-271-8/+4
| | * | Input: axp20x-pek - switch to SYSTEM_SLEEP_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-271-7/+5
| | * | Input: cyapa - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron2023-01-271-7/+7
| | * | Input: cros_ec_keyb - add 3 buttons for monitor functionjoewu (吳仲振)2023-01-201-0/+15