summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-255-15/+7
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2023-02-215-15/+7
| |\
| | * Input: olpc_apsp - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
| | * Input: arc_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
| | * Input: apbps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
| | * Input: altera_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-291-3/+1
| | * Merge tag 'v6.2-rc3' into nextDmitry Torokhov2023-01-092-8/+4
| | |\
| | * | Input: ambakmi - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-3/+3
* | | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\ \ \ \
| * | | | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-02-211-3/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-3/+1
| |/ /
| * | Merge tag 'input-for-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-182-8/+4
| |\ \ | | |/ | |/|
* | | Input: i8042 - add Clevo PCX0DX to i8042 quirk tableWerner Sembach2023-01-101-0/+7
* | | Merge branch 'next' into for-linusDmitry Torokhov2022-12-121-1/+4
|\| | | |/ |/|
| * Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-1122-65/+70
| |\
| * | input: libps2: mark data received in __ps2_command() as initializedAlexander Potapenko2022-10-031-1/+4
* | | Input: i8042 - fix leaking of platform device on module removalChen Jun2022-11-181-4/+0
* | | Input: i8042 - apply probe defer to more ASUS ZenBook modelsTakashi Iwai2022-11-081-4/+4
| |/ |/|
* | Input: i8042 - fix refount leak on sparcLiang He2022-10-091-8/+19
* | Input: i8042 - add LoongArch support in i8042-acpipnpio.hHuacai Chen2022-10-092-1/+7
* | Input: i8042 - rename i8042-x86ia64io.h to i8042-acpipnpio.hHuacai Chen2022-10-092-4/+4
* | input: drop empty comment blocksChristophe JAILLET2022-09-294-12/+0
* | Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-1819-40/+40
|/
* Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-111-479/+791
|\
| * Input: i8042 - add dritek quirk for Acer Aspire One AO532Hans de Goede2022-07-081-0/+8
| * Input: i8042 - add additional TUXEDO devices to i8042 quirk tablesWerner Sembach2022-07-081-8/+68
| * Input: i8042 - add TUXEDO devices to i8042 quirk tablesWerner Sembach2022-06-291-0/+129
| * Input: i8042 - add debug output for quirksWerner Sembach2022-06-291-0/+25
| * Input: i8042 - merge quirk tablesWerner Sembach2022-06-291-500/+590
| * Input: i8042 - move __initconst to fix code styling warningWerner Sembach2022-06-291-1/+1
* | Input: gscps2 - check return value of ioremap() in gscps2_probe()Xie Shaowen2022-08-021-0/+4
|/
* Merge tag 'v5.17-rc4' into nextDmitry Torokhov2022-02-181-3/+2
|\
| * Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-121-3/+2
| |\
| | * tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-3/+2
* | | 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
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-12-252-19/+56
|\ \ | |/ |/|
| * Input: i8042 - enable deferred probe quirk for ASUS UM325UASamuel Čavoj2021-12-061-0/+7
| * Input: i8042 - add deferred probe supportTakashi Iwai2021-11-282-19/+49
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-11-121-0/+14
|\|
| * Input: i8042 - Add quirk for Fujitsu Lifebook T725Takashi Iwai2021-11-051-0/+14
* | tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-221-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-09-111-13/+1
|\|
| * Revert "Input: serio - make write method mandatory"Dmitry Torokhov2021-07-202-11/+0
| * Input: parkbd - switch to use module_parport_driver()Andy Shevchenko2021-07-191-13/+1
| * Input: serio - make write method mandatoryDmitry Torokhov2021-07-192-0/+11