summaryrefslogtreecommitdiff
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| * | Input: set EV_ABS in dev->evbit even if input_alloc_absinfo() failsHans de Goede2022-02-281-6/+3
| * | Merge tag 'v5.17-rc4' into nextDmitry Torokhov2022-02-182-12/+5
| |\ \
| * | | Input: tsc200x - add axis inversion and swapping supportYunus Bas2022-02-151-3/+4
| * | | Input: xbox - correct the name for Xbox Series S|X controllerMarcos Alano2022-02-151-1/+1
| * | | Input: ps2-gpio - enforce GPIOs flag open drainDanilo Krummrich2022-02-151-2/+7
| * | | Input: ps2-gpio - don't send rx data before the stop bitDanilo Krummrich2022-02-151-14/+8
| * | | Input: ps2-gpio - remove tx timeout from ps2_gpio_irq_tx()Danilo Krummrich2022-02-151-9/+1
| * | | Input: ps2-gpio - use ktime for IRQ timekeepingDanilo Krummrich2022-02-151-20/+82
| * | | Input: ps2-gpio - refactor struct ps2_gpio_dataDanilo Krummrich2022-02-151-28/+32
| * | | Input: mtk-pmic-keys - add support for MT6358Mattijs Korpershoek2022-02-071-2/+46
| * | | Input: mtk-pmic-keys - use get_irq_byname() instead of indexMattijs Korpershoek2022-02-071-2/+5
| * | | Merge tag 'v5.16' into nextDmitry Torokhov2022-01-1716-73/+186
| |\ \ \
* | | | | Input: aiptek - properly check endpoint typePavel Skripkin2022-03-141-6/+4
* | | | | Input: zinitix - do not report shadow fingersLinus Walleij2022-03-071-9/+35
| |_|_|/ |/| | |
* | | | Input: elan_i2c - fix regulator enable count imbalance after suspend/resumeHans de Goede2022-03-011-7/+7
* | | | Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()Hans de Goede2022-03-011-40/+22
* | | | Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt()...Hans de Goede2022-02-281-1/+15
* | | | Input: goodix - use the new soc_intel_is_byt() helperHans de Goede2022-02-281-16/+2
* | | | Merge tag 'v5.17-rc4' into for-linusDmitry Torokhov2022-02-285-35/+22
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-02-011-9/+3
| |\ \ \
| | * | | Input: wm97xx: Simplify resource managementChristophe JAILLET2022-01-311-9/+3
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-01-1712-85/+392
| |\ \ \ \
| * \ \ \ \ Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-121-3/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman2021-12-061-0/+1
| | |\ \ \ \
| | * | | | | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-3/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-01-091-9/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-01-012-4/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-12-259-37/+149
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | xen: add "not_essential" flag to struct xenbus_driverJuergen Gross2021-11-231-0/+1
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-11-1239-433/+1760
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-11-051-0/+10
| |\ \ \ \ \ \ \
| | * | | | | | | HID: nintendo: add IMU supportDaniel J. Ogorchock2021-10-271-0/+10
| * | | | | | | | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-2/+1
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman2021-10-184-34/+68
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-221-2/+1
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'platform-drivers-x86-v5.16-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-021-21/+5
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | Input: axp20x-pek - Use new soc_intel_is_cht() helperHans de Goede2021-10-191-21/+5
| | |/ / / / / / /
* | | | | | | | | Input: samsung-keypad - properly state IOMEM dependencyDavid Gow2022-02-271-1/+1
* | | | | | | | | Input: psmouse - set up dependency between PS/2 and SMBus companionsDmitry Torokhov2022-02-181-0/+10
* | | | | | | | | Input: zinitix - add new compatible stringsLinus Walleij2022-02-151-0/+12
* | | | | | | | | Input: clear BTN_RIGHT/MIDDLE on buttonpadsJosé Expósito2022-02-081-0/+6
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge branch 'next' into for-linusDmitry Torokhov2022-01-1522-153/+404
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Input: ti_am335x_tsc - fix a typo in a commentQinghua Jin2022-01-101-1/+1
| * | | | | | Input: zinitix - add compatible for bt532Nikita Travkin2022-01-081-0/+1
| * | | | | | Input: zinitix - handle proper supply namesLinus Walleij2022-01-081-5/+16
| * | | | | | Input: axp20x-pek - revert "always register interrupt handlers" changeHans de Goede2022-01-081-37/+35
| * | | | | | Input: gpio-keys - avoid clearing twice some memoryChristophe JAILLET2022-01-031-1/+1
| * | | | | | Input: byd - fix typo in a commentXiang wangx2021-12-201-1/+1
| * | | | | | Input: ucb1400_ts - remove redundant variable penupColin Ian King2021-12-191-3/+1
| * | | | | | Input: ti_am335x_tsc - lower the X and Y sampling timeDario Binacchi2021-12-191-3/+7