summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
...
* | | Input: adp5589-keys - use device-managed function in adp5589_keypad_add()Alexandru Ardelean2020-11-181-31/+10
* | | Input: adp5589-keys - use devm_kzalloc() to allocate the kpad objectAlexandru Ardelean2020-11-181-9/+4
* | | Merge tag 'v5.9' into nextDmitry Torokhov2020-11-171-1/+1
|\| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-08-103-3/+2
| |\ \
| * | | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-06-104-21/+113
| |\ \ \
* | | | | Input: samsung-keypad - remove set but unused variable 'var'Lee Jones2020-11-121-2/+1
* | | | | Input: cros_ec_keyb - struct headers should start with 'struct <name>'Lee Jones2020-11-081-4/+5
* | | | | Input: gpio_keys - fix misnamed function parameter 'dev'Lee Jones2020-11-081-1/+1
* | | | | Input: pmic8xxx-keypad - fix kernel-doc formattingLee Jones2020-11-081-11/+11
* | | | | Input: nomadik-ske-keypad - provide some missing struct member docsLee Jones2020-11-081-0/+2
| |_|_|/ |/| | |
* | | | Input: twl4030_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-5/+3
* | | | Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-4/+2
* | | | Input: ep93xx_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-09-161-2/+2
| |_|/ |/| |
* | | Merge branch 'elan-i2c' into nextDmitry Torokhov2020-07-213-0/+346
|\| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-05-283-11/+7
| |\ \
| * \ \ Merge tag 'mfd-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2020-04-073-0/+346
| |\ \ \
| | * | | input: keyboard: Add support for Azoteq IQS620A/621/622/624/625Jeff LaBundy2020-03-273-0/+346
* | | | | Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-073-3/+2
| |_|_|/ |/| | |
* | | | Merge branch 'for-linus' into nextDmitry Torokhov2020-05-173-11/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Input: applespi - replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-091-1/+1
| * | | Input: dlink-dir685-touchkeys - fix a typo in driver nameChristophe JAILLET2020-04-221-1/+1
| * | | Input: cros_ec_keyb - use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra2020-04-181-9/+5
* | | | Input: imx_sc_key - use devm_add_action_or_reset() to handle all cleanupsAnson Huang2020-05-131-18/+15
* | | | Merge tag 'v5.6' into nextDmitry Torokhov2020-05-128-8/+25
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-03-261-0/+11
| |\| |
| | * | Input: tm2-touchkey - add support for Coreriver TC360 variantNick Reitemeyer2020-03-061-0/+11
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-02-154-5/+5
| |\| | | | |/ | |/|
| | * Input: tca6416-keypad - replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-141-2/+2
| | * Input: gpio_keys_polled - replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-141-1/+1
| | * Input: gpio_keys - replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-131-1/+1
| | * Input: goldfish_events - replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-131-1/+1
| | * Merge branch 'next' into for-linusDmitry Torokhov2020-01-311-4/+2
| | |\
| * | \ Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-272-2/+2
| |\ \ \
| | * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-2/+2
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-01-091-1/+7
| |\ \ \ | | |/ / | |/| / | | |/
| | * Input: imx_sc_key - only take the valid data from SCU firmware as key stateAnson Huang2019-12-131-1/+7
* | | Input: atkbd - receive and use physcode->keycode mapping from FWRajat Jain2020-04-271-1/+40
* | | Input: atkbd - expose function row physical map to userspaceRajat Jain2020-04-271-0/+56
* | | Input: spear-keyboard - fix a typo in a module name in KconfigChristophe JAILLET2020-04-181-1/+1
* | | Input: tca6416-keypad - fix a typo in MODULE_DESCRIPTIONChristophe JAILLET2020-04-181-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-12-072-14/+36
|\|
| * Input: snvs_pwrkey - remove gratuitous NULL initializersDmitry Torokhov2019-12-041-2/+2
| * Input: snvs_pwrkey - send key events for i.MX6 S, DL and QRobin van der Gracht2019-11-252-12/+34
* | Merge tag 'tag-chrome-platform-for-v5.5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-12-031-4/+2
|\ \ | |/ |/|
| * Revert "Input: cros_ec_keyb: mask out extra flags in event_type"Gwendal Grignou2019-11-211-1/+1
| * Revert "Input: cros_ec_keyb - add back missing mask for event_type"Gwendal Grignou2019-11-211-4/+2
* | Input: fix Kconfig indentationKrzysztof Kozlowski2019-11-221-8/+8
* | Input: imx_sc_key - correct SCU message structure to avoid stack corruptionAnson Huang2019-11-151-1/+1
* | Input: gpio_keys_polled - switch to using polled mode of input devicesDmitry Torokhov2019-10-292-32/+34