summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fixWerner Sembach2023-03-241-0/+28
* Input: alps - fix compatibility with -funsigned-charmsizanoen2023-03-201-8/+8
* Input: focaltech - use explicitly signed char typeJason A. Donenfeld2023-03-201-4/+4
* Input: xpad - fix incorrectly applied patch for MAP_PROFILE_BUTTONMatthias Benkmann2023-03-201-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 branch 'next' into for-linusDmitry Torokhov2023-02-216616-122192/+321853
|\
| * Input: iqs626a - drop unused device node referencesJeff LaBundy2023-02-041-83/+73
| * Input: cyttsp5 - fix bitmask for touch buttonsRichard Kjerstadius2023-02-041-1/+1
| * Input: exc3000 - properly stop timer on shutdownDmitry Torokhov2023-02-041-0/+10
| * Input: synaptics-rmi4 - fix SPI device IDRayyan Ansari2023-02-041-1/+1
| * Input: cap11xx - add support for cap1203, cap1293 and cap1298Jiri Valek - 2N2023-02-041-2/+17
| * Input: pmic8xxx-keypad - fix a Kconfig spelling mistake & hyphenationRandy Dunlap2023-01-301-1/+1
| * Input: edt-ft5x06 - fix typo in a commentDario Binacchi2023-01-301-1/+1
| * Input: tegra-kbc - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-301-3/+1
| * Input: st-keyscan - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-301-3/+1
| * Input: spear-keyboard - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-301-3/+1
| * Input: olpc_apsp - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-301-3/+1
| * Input: arc_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-301-3/+1
| * Input: apbps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-301-3/+1
| * Input: altera_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-301-3/+1
| * Input: ads7846 - don't check penirq immediately for 7845Luca Ellero2023-01-301-7/+1
| * Input: ads7846 - always set last command to PWRDOWNLuca Ellero2023-01-301-1/+9
| * Input: ads7846 - don't report pressure for ads7845Luca Ellero2023-01-301-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
| * Input: iqs269a - do not poll during ATIJeff LaBundy2023-01-111-51/+46
| * Input: iqs269a - do not poll during suspend or resumeJeff LaBundy2023-01-111-87/+31
| * Input: iqs269a - configure device with a single block writeJeff LaBundy2023-01-111-59/+39
| * Input: iqs269a - increase interrupt handler return delayJeff LaBundy2023-01-111-1/+1
| * Input: iqs269a - drop unused device node referencesJeff LaBundy2023-01-111-1/+11
| * Merge tag 'v6.2-rc3' into nextDmitry Torokhov2023-01-106512-121386/+321219
| |\
| | * Merge tag 'devicetree-fixes-for-6.2-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-01-071-28/+32
| | |\