summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-287-31/+86
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2022-05-277-31/+86
| |\
| | * Input: gpio-keys - cancel delayed work only in case of GPIOLad Prabhakar2022-05-261-1/+1
| | * Merge branch 'ib/5.17-cros-ec-keyb' into nextDmitry Torokhov2022-05-181-11/+18
| | |\
| | | * Input: cros-ec-keyb - allow skipping keyboard registrationStephen Boyd2022-05-171-11/+18
| | * | Input: bcm-keypad - remove unneeded NULL check before clk_disable_unprepareWan Jiabing2022-05-161-2/+1
| | * | Input: sun4i-lradc-keys - add support for R329 and D1Samuel Holland2022-05-051-0/+8
| | * | Input: sun4i-lradc-keys - add optional clock/reset supportSamuel Holland2022-05-051-0/+33
| | * | Input: sun4i-lradc-keys - add wakeup supportOndrej Jirman2022-04-241-4/+18
| | * | Input: ep93xx_keypad - use devm_platform_ioremap_resource() helperLv Ruyi2022-04-241-6/+1
| | * | Input: clps711x-keypad - use syscon_regmap_lookup_by_phandleAlexander Shiyan2022-04-241-2/+1
| | * | Input: mt6779-keypad - move iomem pointer to probe functionAngeloGioacchino Del Regno2022-04-081-5/+5
* | | | Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-261-0/+1
|\ \ \ \
| * | | | input: omap: void using mach/*.h headersArnd Bergmann2022-04-211-0/+1
* | | | | Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-232-1/+15
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Input: omap4-keypad - fix pm_runtime_get_sync() error checkingMiaoqian Lin2022-04-171-1/+1
| * | | Input: cypress-sf - register a callback to disable the regulatorsZheyu Ma2022-04-081-0/+14
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-04-016-50/+311
|\| |
| * | Input: extract ChromeOS vivaldi physmap show functionStephen Boyd2022-03-143-46/+26
| * | Merge tag 'v5.17-rc8' into nextDmitry Torokhov2022-03-141-1/+1
| |\|
| * | Input: mt6779-keypad - fix signedness bugLv Ruyi (CGEL ZTE)2022-03-141-1/+1
| * | Input: mt6779-keypad - add MediaTek keypad driverfengping.yu2022-03-053-0/+234
| * | Input: mtk-pmic-keys - add support for MT6358Mattijs Korpershoek2022-02-071-2/+46
| * | Input: mtk-pmic-keys - use get_irq_byname() instead of indexMattijs Korpershoek2022-02-071-2/+5
* | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-211-3/+1
|\ \ \ | |_|/ |/| |
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
| |/
* / Input: samsung-keypad - properly state IOMEM dependencyDavid Gow2022-02-271-1/+1
|/
* Input: gpio-keys - avoid clearing twice some memoryChristophe JAILLET2022-01-031-1/+1
* Merge tag 'v5.15' into nextDmitry Torokhov2021-12-083-6/+30
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-10-171-0/+29
| |\
| | * Input: snvs_pwrkey - add clk handlingUwe Kleine-König2021-10-151-0/+29
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-09-115-6/+6
| |\|
| * | parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-301-3/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-07-053-2/+3
| |\ \
| * | | m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warningRandy Dunlap2021-06-071-3/+0
| * | | Merge branch 'next' into for-linusDmitry Torokhov2021-05-045-52/+78
| |\ \ \
* | | | | Input: cap11xx - add support for cap1206Jesse Taube2021-11-021-14/+29
* | | | | Input: tm2-touchkey - allow changing keycodes from userspaceStephan Gerhold2021-10-151-0/+4
* | | | | Input: tm2-touchkey - report scan codesStephan Gerhold2021-10-151-0/+3
* | | | | Input: ep93xx_keypad - switch to using managed resourcesDmitry Torokhov2021-10-151-81/+37
* | | | | Input: ep93xx_keypad - use dev_pm_set_wake_irq()Dmitry Torokhov2021-10-151-6/+7
* | | | | Input: ep93xx_keypad - use BIT() and GENMASK() macrosDmitry Torokhov2021-10-151-18/+19
* | | | | Input: ep93xx_keypad - annotate suspend/resume as __maybe_unusedDmitry Torokhov2021-10-151-4/+2
* | | | | Input: mpr121 - make use of the helper function devm_add_action_or_reset()Cai Huoqing2021-09-221-2/+2
* | | | | Input: omap-keypad - prefer struct_size over open coded arithmeticLen Baker2021-09-201-2/+1
* | | | | Input: cypress-sf - add Cypress StreetFighter touchkey driverYassine Oudjana2021-09-093-0/+235
| |_|_|/ |/| | |
* | | | Input: adc-keys - drop bogus __refdata annotationGeert Uytterhoeven2021-09-031-1/+1
* | | | Input: Fix spelling mistake in Kconfig "useable" -> "usable"Colin Ian King2021-09-031-1/+1
* | | | Input: adp5589-keys - use the right headerLinus Walleij2021-08-301-1/+1
* | | | Input: adp5588-keys - use the right headerLinus Walleij2021-08-301-1/+1