summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorLines
2020-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-3/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-1/+1
2020-07-21Merge branch 'elan-i2c' into nextDmitry Torokhov-0/+346
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+2
2020-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-21/+113
2020-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-11/+7
2020-05-17Merge branch 'for-linus' into nextDmitry Torokhov-11/+7
2020-05-13Input: imx_sc_key - use devm_add_action_or_reset() to handle all cleanupsAnson Huang-18/+15
2020-05-12Merge tag 'v5.6' into nextDmitry Torokhov-8/+25
2020-05-09Input: applespi - replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-04-27Input: atkbd - receive and use physcode->keycode mapping from FWRajat Jain-1/+40
2020-04-27Input: atkbd - expose function row physical map to userspaceRajat Jain-0/+56
2020-04-22Input: dlink-dir685-touchkeys - fix a typo in driver nameChristophe JAILLET-1/+1
2020-04-18Input: spear-keyboard - fix a typo in a module name in KconfigChristophe JAILLET-1/+1
2020-04-18Input: tca6416-keypad - fix a typo in MODULE_DESCRIPTIONChristophe JAILLET-1/+1
2020-04-18Input: cros_ec_keyb - use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra-9/+5
2020-04-07Merge tag 'mfd-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds-0/+346
2020-03-27input: keyboard: Add support for Azoteq IQS620A/621/622/624/625Jeff LaBundy-0/+346
2020-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+11
2020-03-06Input: tm2-touchkey - add support for Coreriver TC360 variantNick Reitemeyer-0/+11
2020-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-5/+5
2020-02-14Input: tca6416-keypad - replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2020-02-14Input: gpio_keys_polled - replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-13Input: gpio_keys - replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-13Input: goldfish_events - replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-01-31Merge branch 'next' into for-linusDmitry Torokhov-4/+2
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds-2/+2
2020-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+7
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-2/+2
2019-12-13Input: imx_sc_key - only take the valid data from SCU firmware as key stateAnson Huang-1/+7
2019-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-14/+36
2019-12-04Input: snvs_pwrkey - remove gratuitous NULL initializersDmitry Torokhov-2/+2
2019-12-03Merge tag 'tag-chrome-platform-for-v5.5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-4/+2
2019-11-25Input: snvs_pwrkey - send key events for i.MX6 S, DL and QRobin van der Gracht-12/+34
2019-11-22Input: fix Kconfig indentationKrzysztof Kozlowski-8/+8
2019-11-21Revert "Input: cros_ec_keyb: mask out extra flags in event_type"Gwendal Grignou-1/+1
2019-11-21Revert "Input: cros_ec_keyb - add back missing mask for event_type"Gwendal Grignou-4/+2
2019-11-15Input: imx_sc_key - correct SCU message structure to avoid stack corruptionAnson Huang-1/+1
2019-10-29Input: gpio_keys_polled - switch to using polled mode of input devicesDmitry Torokhov-32/+34
2019-10-29Input: jornada680_kbd - switch to using polled mode of input devicesDmitry Torokhov-19/+19
2019-10-29Input: clps711x-keypad - switch to using polled mode of input devicesDmitry Torokhov-42/+29
2019-10-29Input: adc-keys - switch to using polled mode of input devicesDmitry Torokhov-18/+19
2019-10-27Input: gpio_keys_polled - switch to using devm_fwnode_gpiod_get()Dmitry Torokhov-4/+3
2019-10-27Input: gpio_keys - switch to using devm_fwnode_gpiod_get()Dmitry Torokhov-4/+2
2019-10-27Merge tag 'v5.4-rc5' into nextDmitry Torokhov-3/+3
2019-10-23Input: adp5589 - make keypad support optionalLars-Peter Clausen-73/+98
2019-10-15Input: keyboard - imx_sc: Add i.MX system controller key supportAnson Huang-0/+198
2019-10-15Input: mpr121 - add polling modeMichal Vokáč-18/+51
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-3/+3
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra-2/+2