summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski2-2/+2
2025-08-07Merge tag 'input-for-v6.17-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-343/+913
2025-08-06Merge branch 'next' into for-linusDmitry Torokhov46-1439/+1319
2025-08-04Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...Dmitry Torokhov25-1156/+485
2025-08-04Input: max77693 - convert to atomic pwm operationUwe Kleine-König1-23/+18
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-07-29Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-1077/+383
2025-07-27Input: st1232 - add touch-overlay handlingJavier Carrasco1-8/+27
2025-07-27Input: touch-overlay - add touchscreen overlay handlingJavier Carrasco2-1/+278
2025-07-27Input: atkbd - correctly map F13 - F24Werner Sembach1-6/+6
2025-07-27Input: xpad - use new BTN_GRIP* buttonsVicki Pfau1-18/+18
2025-07-27Input: xpad - change buttons the D-Pad gets mapped as to BTN_DPAD_*Vicki Pfau1-14/+14
2025-07-27Input: synaptics-rmi4 - add support for F1AAndré Apitzsch5-0/+155
2025-07-27Input: synaptics-rmi4 - add support for Forcepads (F21)Marge Yang5-0/+192
2025-07-20Merge tag 'input-for-v6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-07-20Input: xpad - set correct controller type for Acer NGR200Nilton Perim Neto1-1/+1
2025-07-04Merge tag 'input-for-v6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-21/+28
2025-07-04Input: cs40l50-vibra - fix potential NULL dereference in cs40l50_upload_owt()Yunshui Jiang1-0/+2
2025-07-04Input: mtk-pmic-keys - add support for MT6359 PMIC keysLouis-Alexis Eyraud1-0/+17
2025-07-02Input: remove special handling of id->driver_info when matchingDmitry Torokhov1-1/+1
2025-07-02Input: evdev - switch matching to EV_SYNDmitry Torokhov1-2/+6
2025-07-02Input: samsung-keypad - use BIT() and GENMASK() where appropriateDmitry Torokhov1-9/+10
2025-07-02Input: samsung-keypad - use per-chip parametersDmitry Torokhov1-24/+37
2025-07-02Input: samsung-keypad - use guard notation to acquire mutexDmitry Torokhov1-6/+2
2025-07-02Input: samsung-keypad - use devm to disable runtime PMDmitry Torokhov1-12/+5
2025-07-02Input: samsung-keypad - use struct_size() helperDmitry Torokhov1-3/+3
2025-07-02Input: samsung-keypad - do not combine memory allocation checksDmitry Torokhov1-1/+4
2025-07-02Input: samsung-keypad - do not set input device's parent explicitlyDmitry Torokhov1-1/+0
2025-07-02Input: samsung-keypad - switch to using devm_clk_get_prepared()Dmitry Torokhov1-18/+4
2025-07-01Input: adp5589: remove the driverNuno Sá3-1077/+0
2025-07-01Input: adp5585: Add Analog Devices ADP5585/89 supportNuno Sá3-0/+383
2025-07-01Input: edt-ft5x06 - add support for FocalTech FT8716Jens Reidel1-0/+6
2025-07-01Input: edt-ft5x06 - use per-client debugfs directoryWolfram Sang1-12/+8
2025-07-01Input: cs40l50 - remove redundant flush_workqueue() callsChen Ni1-1/+0
2025-06-30Input: max8997_haptic - optimize PWM configurationUwe Kleine-König1-49/+47
2025-06-30Input: alps - use scnprintf() to suppress truncation warningAndy Shevchenko1-2/+2
2025-06-30Input: pcf50633-input - remove the driverDr. David Alan Gilbert3-121/+0
2025-06-30Input: iqs7222 - explicitly define number of external channelsJeff LaBundy1-2/+5
2025-06-30Input: goodix - add support for polling modeJoseph Guo1-6/+44
2025-06-28Input: adp5589 - use new GPIO line value setter callbacksBartosz Golaszewski1-5/+6
2025-06-28Input: adp5588 - use new GPIO line value setter callbacksBartosz Golaszewski1-4/+5
2025-06-28Input: ad7879 - use new GPIO line value setter callbacksBartosz Golaszewski1-4/+7
2025-06-28Input: xpad - support Acer NGR 200 ControllerNilton Perim Neto1-0/+2
2025-06-27Input: xpad - return errors from xpad_try_sending_next_out_packet() upMario Limonciello1-1/+1
2025-06-27Input: xpad - adjust error handling for disconnectMario Limonciello1-3/+4
2025-06-18Input: apple_z2 - drop default ARCH_APPLE in KconfigSven Peter1-1/+0
2025-06-18Input: Fully open-code compatible for greppingKrzysztof Kozlowski2-2/+2
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar19-19/+23
2025-06-04Input: psmouse - switch to use scnprintf() to suppress truncation warningDmitry Torokhov1-1/+1