summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio
AgeCommit message (Expand)AuthorLines
2023-11-09Merge tag 'input-for-v6.7-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-59/+30
2023-11-06Merge branch 'next' into for-linusDmitry Torokhov-59/+30
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2023-10-13Merge tag 'input-for-v6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+8
2023-10-04Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk tableSzilard Fabian-0/+8
2023-09-23Input: xilinx_ps2 - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: sun4i-ps2 - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: rpckbd - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: q40kbd - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: ps2-gpio - convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-09-23Input: olpc_apsp - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: maceps2 - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: ioc3kbd - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: i8042 - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: i8042-sparcio - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: ct82c710 - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: arc_ps2 - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: apbps2 - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: ams_delta_serio - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-23Input: altera_ps2 - convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel-1/+1
2023-09-06Merge tag 'input-for-v6.6-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+17
2023-08-30Merge branch 'next' into for-linusDmitry Torokhov-8/+10
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)-2/+2
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)-1/+1
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)-3/+2
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)-1/+2
2023-08-01Input: rpckbd - fix the return value handle for platform_get_irq()Ruan Jinjie-4/+4
2023-07-31input: serport: remove casts from tty->disc_dataJiri Slaby-5/+5
2023-07-17Input: Explicitly include correct DT includesRob Herring-4/+6
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov-0/+36
2023-07-12Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PNWerner Sembach-0/+7
2023-06-26Merge branch 'next' into for-linusDmitry Torokhov-82/+212
2023-05-22Input: add HAS_IOPORT dependenciesNiklas Schnelle-0/+1
2023-05-18Input: libps2 - do not discard non-ack bytes when controlling LEDsDmitry Torokhov-4/+32
2023-05-18Input: libps2 - introduce common interrupt handlerDmitry Torokhov-65/+161
2023-05-18Input: libps2 - fix aborting PS/2 commandsDmitry Torokhov-4/+11
2023-05-18Input: libps2 - fix NAK handlingDmitry Torokhov-1/+1
2023-05-18Input: libps2 - rework handling of command responseDmitry Torokhov-8/+10
2023-05-18Input: libps2 - remove special handling of ACK for command byteDmitry Torokhov-7/+2
2023-05-18Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov-0/+1
2023-05-01Merge branch 'next' into for-linusDmitry Torokhov-5/+3
2023-04-01Merge tag 'input-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+36
2023-03-23Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fixWerner Sembach-0/+28
2023-03-17Input: i8042 - add quirk for Fujitsu Lifebook A574/HJonathan Denose-0/+8
2023-02-25Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-15/+7
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+1
2023-02-21Merge branch 'next' into for-linusDmitry Torokhov-15/+7
2023-01-29Input: olpc_apsp - use devm_platform_get_and_ioremap_resource()ye xingchen-3/+1