aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-21Merge branch 'for-linus' into nextDmitry Torokhov1-0/+7
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-07-07Input: i8042 - add Lenovo XiaoXin Air 12 to i8042 nomux listDavid Pedersen1-0/+7
2020-05-17Merge branch 'for-linus' into nextDmitry Torokhov1-0/+7
2020-05-12Merge tag 'v5.6' into nextDmitry Torokhov2-1/+28
2020-04-27Input: i8042 - add ThinkPad S230u to i8042 reset listKevin Locke1-0/+7
2020-04-27Revert "Input: i8042 - add ThinkPad S230u to i8042 nomux list"Dmitry Torokhov1-7/+0
2020-04-27Input: i8042 - attach fwnode to serio i8042 kbd deviceRajat Jain2-0/+4
2020-04-20Input: i8042 - add ThinkPad S230u to i8042 nomux listKevin Locke1-0/+7
2020-04-01Input: i8042 - add Acer Aspire 5738z to nomux listHans de Goede1-0/+11
2020-02-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-1/+228
2020-02-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+27
2020-01-25Input: hyperv-keyboard: Add the support of hibernationDexuan Cui1-0/+27
2020-01-22Input: add IOC3 serio driverThomas Bogendoerfer3-0/+227
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-19Input: apbps2 - add __iomem to register structBen Dooks (Codethink)1-1/+1
2019-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-16/+15
2019-08-29Input: i8042 - enable wakeup on a stable struct deviceStephen Boyd1-11/+14
2019-08-20Input: hyperv-keyboard: Use in-place iterator API in the channel callbackDexuan Cui1-29/+6
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2-5/+1
2019-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+2
2019-07-15Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring bufferMaya Nakamura1-2/+2
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner19-86/+19
2019-06-19PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2-8/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner4-52/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner1-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-3/+4
2019-05-10Merge branch 'next' into for-linusDmitry Torokhov4-3/+4
2019-05-07Input: libps2 - mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-04-23Input: hyperv-keyboard - add module descriptionJoseph Salisbury1-0/+2
2019-04-23Input: olpc_apsp - depend on ARCH_MMPJean Delvare1-0/+1
2019-04-04Input: i8042 - signal wakeup from atkbd/psmouseDmitry Torokhov1-3/+0
2019-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-11/+10
2019-03-03Merge branch 'next' into for-linusDmitry Torokhov1-11/+10
2019-02-18Input: i8042 - rework DT node name comparisonsRob Herring1-11/+10
2019-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+1
2019-02-09Input: ps2-gpio - flush TX work when closing portDmitry Torokhov1-0/+1
2019-01-31Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-14/+0
2019-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+2
2019-01-24Revert "Input: olpc_apsp - enable the SP clock"Lubomir Rintel1-14/+0
2019-01-16Input: olpc_apsp - assign priv->dev earlierLubomir Rintel1-1/+2
2019-01-14Merge tag 'v4.20' into for-linusDmitry Torokhov4-100/+107
2019-01-13Merge tag 'v4.20' into nextDmitry Torokhov6-110/+135