summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2022-08-11Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-212/+227
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-12/+2
2022-07-09Input: mt6779-keypad - implement row/column selectionMattijs Korpershoek1-0/+10
2022-07-09Input: mt6779-keypad - match hardware matrix organizationMattijs Korpershoek1-3/+5
2022-07-08Merge tag 'v5.19-rc5' into nextDmitry Torokhov1-0/+1
2022-06-24Input: applespi - avoid efivars API and invoke EFI services directlyArd Biesheuvel1-28/+14
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-12/+2
2022-06-01Input: mtk-pmic-keys - move long press debounce mask to mtk_pmic_regsAngeloGioacchino Del Regno1-6/+9
2022-06-01Input: mtk-pmic-keys - transfer per-key bit in mtk_pmic_keys_regsAngeloGioacchino Del Regno1-11/+19
2022-06-01Input: mtk-pmic-keys - use single update when configuring long press behaviorDmitry Torokhov1-43/+28
2022-06-01Input: mtk-pmic-keys - allow compiling with COMPILE_TESTDmitry Torokhov1-1/+1
2022-06-01Input: adp5588-keys - do not explicitly set device as wakeup sourceDmitry Torokhov1-8/+0
2022-06-01Input: adp5588-keys - switch to using managed resourcesDmitry Torokhov1-67/+45
2022-06-01Input: adp5588-keys - switch to using threaded interruptDmitry Torokhov1-36/+45
2022-06-01Input: adp5588-keys - drop CONFIG_PM guardsDmitry Torokhov1-10/+3
2022-05-29Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-31/+86
2022-05-28Input: cros_ec_keyb - handle x86 detachable/convertible ChromebooksFurquan Shaikh1-3/+18
2022-05-28Input: cros_ec_keyb - switch to using generic device propertiesDmitry Torokhov1-22/+46
2022-05-28Input: omap4-keypad - switch to using pm_runtime_resume_and_get()Minghao Chi1-15/+11
2022-05-28Merge tag 'v5.18' into nextDmitry Torokhov3-4/+16
2022-05-28Merge branch 'next' into for-linusDmitry Torokhov7-31/+86
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2022-05-26Input: gpio-keys - cancel delayed work only in case of GPIOLad Prabhakar1-1/+1
2022-05-19Merge branch 'ib/5.17-cros-ec-keyb' into nextDmitry Torokhov1-11/+18
2022-05-17Input: cros-ec-keyb - allow skipping keyboard registrationStephen Boyd1-11/+18
2022-05-17Input: bcm-keypad - remove unneeded NULL check before clk_disable_unprepareWan Jiabing1-2/+1
2022-05-05Input: sun4i-lradc-keys - add support for R329 and D1Samuel Holland1-0/+8
2022-05-05Input: sun4i-lradc-keys - add optional clock/reset supportSamuel Holland1-0/+33
2022-04-25Input: sun4i-lradc-keys - add wakeup supportOndrej Jirman1-4/+18
2022-04-25Input: ep93xx_keypad - use devm_platform_ioremap_resource() helperLv Ruyi1-6/+1
2022-04-25Input: clps711x-keypad - use syscon_regmap_lookup_by_phandleAlexander Shiyan1-2/+1
2022-04-23Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+15
2022-04-21input: omap: void using mach/*.h headersArnd Bergmann1-0/+1
2022-04-17Input: omap4-keypad - fix pm_runtime_get_sync() error checkingMiaoqian Lin1-1/+1
2022-04-09Input: cypress-sf - register a callback to disable the regulatorsZheyu Ma1-0/+14
2022-04-09Input: mt6779-keypad - move iomem pointer to probe functionAngeloGioacchino Del Regno1-5/+5
2022-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-50/+311
2022-03-22Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-3/+1
2022-03-15Input: extract ChromeOS vivaldi physmap show functionStephen Boyd3-46/+26
2022-03-15Merge tag 'v5.17-rc8' into nextDmitry Torokhov1-1/+1
2022-03-15Input: mt6779-keypad - fix signedness bugLv Ruyi (CGEL ZTE)1-1/+1
2022-03-06Input: mt6779-keypad - add MediaTek keypad driverfengping.yu3-0/+234
2022-02-28Input: samsung-keypad - properly state IOMEM dependencyDavid Gow1-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2022-02-08Input: mtk-pmic-keys - add support for MT6358Mattijs Korpershoek1-2/+46
2022-02-08Input: mtk-pmic-keys - use get_irq_byname() instead of indexMattijs Korpershoek1-2/+5
2022-01-04Input: gpio-keys - avoid clearing twice some memoryChristophe JAILLET1-1/+1
2021-12-09Merge tag 'v5.15' into nextDmitry Torokhov3-6/+30
2021-11-03Input: cap11xx - add support for cap1206Jesse Taube1-14/+29
2021-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+29