summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak1-1/+1
2022-03-08Input: samsung-keypad - properly state IOMEM dependencyDavid Gow1-1/+1
2021-10-27Input: snvs_pwrkey - add clk handlingUwe Kleine-König1-0/+29
2021-07-14Input: hil_kbd - fix error return code in hil_dev_connect()Zhen Lei1-0/+1
2021-07-14m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warningRandy Dunlap1-3/+0
2021-04-21Input: nspire-keypad - enable interrupts only when openedFabian Vogt1-25/+31
2021-03-17Input: applespi - don't wait for responses to commands indefinitely.Ronald Tschalär1-6/+15
2020-12-30Input: omap4-keypad - fix runtime PM error handlingZhang Qilong1-36/+53
2020-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2020-12-10Input: cros_ec_keyb - send 'scancodes' in addition to key eventsDmitry Torokhov1-0/+1
2020-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-8/+33
2020-11-09Input: sunkbd - avoid use-after-free in teardown pathsDmitry Torokhov1-8/+33
2020-10-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-11/+7
2020-09-16Input: twl4030_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-5/+3
2020-09-16Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-4/+2
2020-09-16Input: ep93xx_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-08-24platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPTGuenter Roeck1-1/+1
2020-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-3/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-22Merge branch 'elan-i2c' into nextDmitry Torokhov3-0/+346
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva3-3/+2
2020-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-21/+113
2020-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-11/+7
2020-05-18Merge branch 'for-linus' into nextDmitry Torokhov3-11/+7
2020-05-13Input: imx_sc_key - use devm_add_action_or_reset() to handle all cleanupsAnson Huang1-18/+15
2020-05-12Merge tag 'v5.6' into nextDmitry Torokhov8-8/+25
2020-05-10Input: applespi - replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-04-28Input: atkbd - receive and use physcode->keycode mapping from FWRajat Jain1-1/+40
2020-04-28Input: atkbd - expose function row physical map to userspaceRajat Jain1-0/+56
2020-04-23Input: dlink-dir685-touchkeys - fix a typo in driver nameChristophe JAILLET1-1/+1
2020-04-19Input: spear-keyboard - fix a typo in a module name in KconfigChristophe JAILLET1-1/+1
2020-04-19Input: tca6416-keypad - fix a typo in MODULE_DESCRIPTIONChristophe JAILLET1-1/+1
2020-04-19Input: cros_ec_keyb - use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra1-9/+5
2020-04-08Merge tag 'mfd-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds3-0/+346
2020-03-27input: keyboard: Add support for Azoteq IQS620A/621/622/624/625Jeff LaBundy3-0/+346
2020-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+11
2020-03-07Input: tm2-touchkey - add support for Coreriver TC360 variantNick Reitemeyer1-0/+11
2020-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-5/+5
2020-02-15Input: tca6416-keypad - replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-15Input: gpio_keys_polled - replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-14Input: gpio_keys - replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-14Input: goldfish_events - replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-01Merge branch 'next' into for-linusDmitry Torokhov1-4/+2
2020-01-28Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2-2/+2
2020-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+7
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-2/+2
2019-12-14Input: imx_sc_key - only take the valid data from SCU firmware as key stateAnson Huang1-1/+7
2019-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-14/+36
2019-12-05Input: snvs_pwrkey - remove gratuitous NULL initializersDmitry Torokhov1-2/+2
2019-12-04Merge tag 'tag-chrome-platform-for-v5.5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+2