aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-30Input: add core support for Goodix Berlin Touchscreen ICNeil Armstrong4-0/+783
2024-01-30Input: xpad - add Lenovo Legion Go controllersBrenton Simpson1-0/+2
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn1-3/+3
2024-01-22Input: 88pm80x_onkey - add SPDX and drop GPL boilerplateDuje Mihanović1-13/+1
2024-01-20Input: leds - set default-trigger for muteBernhard Seibold1-1/+7
2024-01-20Input: bcm-keypad - remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2024-01-20Input: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-8/+6
2024-01-19Input: goodix - accept ACPI resources with gpio_count == 3 && gpio_int_idx == 0Hans de Goede1-1/+2
2024-01-18Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds37-367/+1101
2024-01-18Input: synaptics-rmi4 - fail probing if memory allocation for "phys" failsKunwu Chan1-1/+5
2024-01-18Input: navpoint - remove driverDuje Mihanović3-363/+0
2024-01-16Input: atkbd - use ab83 as id when skipping the getid commandHans de Goede1-5/+7
2024-01-13Merge branch 'next' into for-linusDmitry Torokhov36-362/+1094
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+8
2024-01-12Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-4/+5
2024-01-09Input: driver for Adafruit Seesaw GamepadAnshul Dalal3-0/+326
2024-01-09Merge tag 'spi-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2024-01-04Input: da9063_onkey - avoid explicitly setting input's parentDmitry Torokhov1-1/+0
2024-01-04Input: da9063_onkey - avoid using OF-specific APIsDmitry Torokhov1-3/+4
2024-01-01Input: iqs269a - add support for OTP variantsJeff LaBundy1-3/+89
2024-01-01Input: iqs269a - add support for slider gesturesJeff LaBundy1-29/+191
2023-12-28Input: gpio-keys - filter gpio_keys -EPROBE_DEFER error messagesHermes Zhang1-3/+3
2023-12-24Input: zforce_ts - accept standard touchscreen propertiesAndreas Kemnade1-18/+16
2023-12-23Merge tag 'input-for-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-7/+62
2023-12-22Input: soc_button_array - add mapping for airplane mode buttonChristoffer Sandberg1-0/+5
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young3-8/+8
2023-12-14Input: da9063 - use dev_err_probe()Biju Das1-9/+6
2023-12-14Input: da9063 - drop redundant prints in probe()Biju Das1-15/+4
2023-12-14Input: da9063 - simplify obtaining OF match dataBiju Das1-15/+12
2023-12-13Input: as5011 - convert to GPIO descriptorLinus Walleij1-13/+11
2023-12-13Input: omap-keypad - drop optional GPIO supportLinus Walleij1-18/+1
2023-12-13Input: tca6416-keypad - drop unused includeLinus Walleij1-1/+0
2023-12-13Input: navpoint - convert to use GPIO descriptorLinus Walleij1-26/+15
2023-12-13Input: vivaldi - convert to use sysfs_emit_at() APIye xingchen1-3/+3
2023-12-13Input: iqs269a - use sysfs_emit() instead of scnprintf()ye xingchen1-12/+11
2023-12-13Input: ims-pcu - use sysfs_emit() instead of scnprintf()ye xingchen1-5/+5
2023-12-13Input: synaptics-rmi4 - use sysfs_emit() to instead of scnprintf()ye xingchen1-7/+6
2023-12-13Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen10-51/+46
2023-12-13Input: mouse - use sysfs_emit[_at]() instead of scnprintf()ye xingchen5-33/+33
2023-12-13Input: use sysfs_emit() instead of scnprintf()ye xingchen1-4/+4
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2-2/+2
2023-12-12Input: max77693-haptic - add device-tree compatible stringsMarek Szyprowski1-3/+11
2023-12-12Input: qt1050 - convert to use maple tree register cacheMark Brown1-1/+1
2023-12-12Input: cap11xx - convert to use maple tree register cacheMark Brown1-1/+1
2023-12-12Input: cap11xx - cache hardware ID registersMark Brown1-3/+0
2023-12-12Input: xpad - add Razer Wolverine V2 supportLuca Weiss1-0/+1
2023-12-12Input: cap11xx - add advanced sensitivity settingsJiri Valek - 2N1-45/+192
2023-12-11Input: xpad - remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2023-12-11Input: omap4-keypad - react on keypresses if device is runtime-suspendedAndreas Kemnade1-1/+14
2023-12-09Input: pxrc - simplify mutex handling with guard macroMarcus Folkesson1-24/+18