summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2025-07-03Input: mtk-pmic-keys - add support for MT6359 PMIC keysLouis-Alexis Eyraud-0/+17
2025-07-01Input: remove special handling of id->driver_info when matchingDmitry Torokhov-1/+1
2025-07-01Input: evdev - switch matching to EV_SYNDmitry Torokhov-2/+6
2025-07-01Input: samsung-keypad - use BIT() and GENMASK() where appropriateDmitry Torokhov-9/+10
2025-07-01Input: samsung-keypad - use per-chip parametersDmitry Torokhov-24/+37
2025-07-01Input: samsung-keypad - use guard notation to acquire mutexDmitry Torokhov-6/+2
2025-07-01Input: samsung-keypad - use devm to disable runtime PMDmitry Torokhov-12/+5
2025-07-01Input: samsung-keypad - use struct_size() helperDmitry Torokhov-3/+3
2025-07-01Input: samsung-keypad - do not combine memory allocation checksDmitry Torokhov-1/+4
2025-07-01Input: samsung-keypad - do not set input device's parent explicitlyDmitry Torokhov-1/+0
2025-07-01Input: samsung-keypad - switch to using devm_clk_get_prepared()Dmitry Torokhov-18/+4
2025-07-01Input: adp5589: remove the driverNuno Sá-1077/+0
2025-07-01Input: adp5585: Add Analog Devices ADP5585/89 supportNuno Sá-0/+383
2025-07-01Input: edt-ft5x06 - add support for FocalTech FT8716Jens Reidel-0/+6
2025-07-01Input: edt-ft5x06 - use per-client debugfs directoryWolfram Sang-12/+8
2025-07-01Input: cs40l50 - remove redundant flush_workqueue() callsChen Ni-1/+0
2025-06-30Input: max8997_haptic - optimize PWM configurationUwe Kleine-König-49/+47
2025-06-30Input: alps - use scnprintf() to suppress truncation warningAndy Shevchenko-2/+2
2025-06-29Input: pcf50633-input - remove the driverDr. David Alan Gilbert-121/+0
2025-06-29Input: iqs7222 - explicitly define number of external channelsJeff LaBundy-2/+5
2025-06-29Input: goodix - add support for polling modeJoseph Guo-6/+44
2025-06-27Input: adp5589 - use new GPIO line value setter callbacksBartosz Golaszewski-5/+6
2025-06-27Input: adp5588 - use new GPIO line value setter callbacksBartosz Golaszewski-4/+5
2025-06-27Input: ad7879 - use new GPIO line value setter callbacksBartosz Golaszewski-4/+7
2025-06-27Input: xpad - support Acer NGR 200 ControllerNilton Perim Neto-0/+2
2025-06-27Input: xpad - return errors from xpad_try_sending_next_out_packet() upMario Limonciello-1/+1
2025-06-27Input: xpad - adjust error handling for disconnectMario Limonciello-3/+4
2025-06-17Input: apple_z2 - drop default ARCH_APPLE in KconfigSven Peter-1/+0
2025-06-17Input: Fully open-code compatible for greppingKrzysztof Kozlowski-2/+2
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-19/+23
2025-06-03Input: psmouse - switch to use scnprintf() to suppress truncation warningDmitry Torokhov-1/+1
2025-06-03Input: lifebook - switch to use scnprintf() to suppress truncation warningDmitry Torokhov-2/+2
2025-06-03Input: alps - switch to use scnprintf() to suppress truncation warningDmitry Torokhov-3/+3
2025-06-03Input: atkbd - switch to use scnprintf() to suppress truncation warningDmitry Torokhov-2/+2
2025-06-03Input: fsia6b - suppress buffer truncation warning for physMarkus Koch-1/+1
2025-06-03Input: iqs626a - replace snprintf() with scnprintf()Jeff LaBundy-1/+1
2025-06-01Merge branch 'next' into for-linusDmitry Torokhov-66/+166
2025-05-30Input: ims-pcu - check record size in ims_pcu_flash_firmware()Dan Carpenter-0/+6
2025-05-30Input: gpio-keys - fix possible concurrent access in gpio_keys_irq_timer()Gatien Chevallier-0/+2
2025-05-30Input: gpio-keys - fix a sleep while atomic with PREEMPT_RTFabrice Gasnier-2/+2
2025-05-19Input: synaptics-rmi - fix crash with unsupported versions of F34Dmitry Torokhov-59/+76
2025-05-19Input: atkbd - do not reset keyboard by default on LoongsonQunqin Zhao-1/+1
2025-05-16Input: xpad - send LED and auth done packets to all Xbox One controllersVicki Pfau-13/+8
2025-05-16Input: xpad - add the ByoWave Proteus controllerPierre-Loup A. Griffais-0/+2
2025-05-16Input: xpad - allow delaying init packetsVicki Pfau-0/+30
2025-05-15Merge tag 'v6.15-rc6' into nextDmitry Torokhov-186/+257
2025-05-14Input: xpad - add more controllersVicki Pfau-0/+3
2025-05-11Merge tag 'input-for-v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-36/+62
2025-05-10Input: xpad - fix xpad_device sortingVicki Pfau-1/+1