summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: xilinx_ps2 - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: sun4i-ps2 - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: rpckbd - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: q40kbd - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: ps2-gpio - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-3/+2
* Input: olpc_apsp - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: maceps2 - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: ioc3kbd - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: i8042 - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: i8042-sparcio - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: ct82c710 - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: arc_ps2 - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: apbps2 - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: ams_delta_serio - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: altera_ps2 - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
* Input: rpckbd - fix the return value handle for platform_get_irq()Ruan Jinjie2023-08-021-4/+4
* Input: Explicitly include correct DT includesRob Herring2023-07-173-4/+6
* Merge tag 'v6.4' into nextDmitry Torokhov2023-07-171-0/+36
|\
| * Merge tag 'input-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-011-0/+36
| |\
| | * Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fixWerner Sembach2023-03-241-0/+28
| | * Input: i8042 - add quirk for Fujitsu Lifebook A574/HJonathan Denose2023-03-171-0/+8
* | | Input: add HAS_IOPORT dependenciesNiklas Schnelle2023-05-231-0/+1
* | | Input: libps2 - do not discard non-ack bytes when controlling LEDsDmitry Torokhov2023-05-181-4/+32
* | | Input: libps2 - introduce common interrupt handlerDmitry Torokhov2023-05-181-65/+161
* | | Input: libps2 - fix aborting PS/2 commandsDmitry Torokhov2023-05-181-4/+11
* | | Input: libps2 - fix NAK handlingDmitry Torokhov2023-05-181-1/+1
* | | Input: libps2 - rework handling of command responseDmitry Torokhov2023-05-181-8/+10
* | | Input: libps2 - remove special handling of ACK for command byteDmitry Torokhov2023-05-181-7/+2
* | | Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov2023-05-181-0/+1
|/ /
* | Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-265-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-301-3/+1
| | * Input: arc_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-301-3/+1
| | * Input: apbps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-301-3/+1
| | * Input: altera_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-301-3/+1
| | * Merge tag 'v6.2-rc3' into nextDmitry Torokhov2023-01-102-8/+4
| | |\
| | * | Input: ambakmi - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-101-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-221-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-192-8/+4
| |\ \ | | |/ | |/|
* | | Input: i8042 - add Clevo PCX0DX to i8042 quirk tableWerner Sembach2023-01-111-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-191-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-101-8/+19
* | Input: i8042 - add LoongArch support in i8042-acpipnpio.hHuacai Chen2022-10-102-1/+7