summaryrefslogtreecommitdiff
path: root/drivers/input/serio
AgeCommit message (Expand)Author
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-29Merge tag 'parisc-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-15Merge tag 'input-for-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-02-28Input: gscps2 - Describe missing function parametersHelge Deller
2025-02-25Input: i8042 - swap old quirk combination with new quirk for more devicesWerner Sembach
2025-02-25Input: i8042 - swap old quirk combination with new quirk for several devicesWerner Sembach
2025-02-25Input: i8042 - add required quirks for missing old boardnamesWerner Sembach
2025-02-25Input: i8042 - swap old quirk combination with new quirk for NHxxRZQWerner Sembach
2025-01-15Input: i8042 - Add support for platform filter contextsArmin Wolf
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-24Merge branch 'next' into for-linusDmitry Torokhov
2024-11-07Input: i8042 - fix typo dublicate to duplicateShivam Chaudhary
2024-10-22Input: userio - remove unneeded semicolonYang Li
2024-10-21Input: serio_raw - fix uninitialized variable bugDmitry Torokhov
2024-10-19Input: i8042 - use cleanup facility for device_nodeJavier Carrasco
2024-10-19Input: gscps2 - fix compilation error introduced with switch to guardsDmitry Torokhov
2024-10-15Input: switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-04Input: xilinx_ps2 - use guard notation when acquiring spinlockDmitry Torokhov
2024-10-04Input: userio - switch to using cleanup functionsDmitry Torokhov
2024-10-04Input: sun4i-ps2 - use guard notation when acquiring spinlockDmitry Torokhov
2024-10-04Input: serio-raw - fix potential serio port name truncationDmitry Torokhov
2024-10-04Input: serio_raw - use guard notation for locks and other resourcesDmitry Torokhov
2024-10-04Input: serio - use guard notation when acquiring mutexes and spinlocksDmitry Torokhov
2024-10-04Input: serport - use guard notation when acquiring spinlockDmitry Torokhov
2024-10-04Input: sa1111ps2 - use guard notation when acquiring spinlockDmitry Torokhov
2024-10-04Input: q40kbd - use guard notation when acquiring spinlockDmitry Torokhov
2024-10-04Input: ps2mult - use guard notation when acquiring spinlockDmitry Torokhov
2024-10-04Input: ps2-gpio - use guard notation when acquiring mutexDmitry Torokhov
2024-10-04Input: i8042 - use guard notation when acquiring spinlockDmitry Torokhov
2024-10-04Input: i8042 - tease apart interrupt handlerDmitry Torokhov
2024-10-04Input: hyperv-keyboard - use guard notation when acquiring spinlockDmitry Torokhov
2024-10-04Input: gscps2 - use guard notation when acquiring spinlockDmitry Torokhov
2024-10-04Input: libps2 - use guard notation when temporarily pausing serio portsDmitry Torokhov
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-20Merge branch 'next' into for-linusDmitry Torokhov
2024-09-13Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk tableWerner Sembach
2024-09-13Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD lineWerner Sembach
2024-09-13Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-09-05Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk tableWerner Sembach
2024-08-24Merge tag 'input-for-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-18Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combin...Werner Sembach
2024-08-18Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3Werner Sembach
2024-08-18Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk tableTakashi Iwai
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-19Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-15Merge branch 'next' into for-linusDmitry Torokhov
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-24Merge tag 'input-for-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-06-07Input: serio - use sizeof(*pointer) instead of sizeof(type)Erick Archer