summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Input: jornada680_kbd - switch to using polled mode of input devicesDmitry Torokhov2019-10-292-19/+19
* | Input: clps711x-keypad - switch to using polled mode of input devicesDmitry Torokhov2019-10-292-42/+29
* | Input: adc-keys - switch to using polled mode of input devicesDmitry Torokhov2019-10-292-18/+19
* | Input: gpio_keys_polled - switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2019-10-271-4/+3
* | Input: gpio_keys - switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2019-10-271-4/+2
* | Merge tag 'v5.4-rc5' into nextDmitry Torokhov2019-10-272-3/+3
|\ \ | |/
| * Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-192-3/+3
| |\
| | * mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-2/+2
| | * mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra2019-09-021-1/+1
* | | Input: adp5589 - make keypad support optionalLars-Peter Clausen2019-10-231-73/+98
* | | Input: keyboard - imx_sc: Add i.MX system controller key supportAnson Huang2019-10-153-0/+198
* | | Input: mpr121 - add polling modeMichal Vokáč2019-10-151-18/+51
|/ /
* | Input: cros_ec_keyb - add back missing mask for event_typeFei Shao2019-08-161-2/+4
* | Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-1415-46/+15
* | Input: applespi - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-121-24/+6
* | Input: mpr121 - switch to use device_property_count_u32()Andy Shevchenko2019-08-121-2/+1
* | Input: gpio_keys - convert driver to use dev_groupsGreg Kroah-Hartman2019-08-121-11/+2
* | Merge tag 'v5.3-rc4' into nextDmitry Torokhov2019-08-113-14/+19
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-08-092-13/+18
| |\ \ | | |/ | |/|
| | * Input: applespi - use struct_size() helperGustavo A. R. Silva2019-08-061-2/+1
| | * Input: applespi - add dependency on LEDS_CLASSYueHaibing2019-07-311-0/+1
| | * Input: applespi - fix trivial typo in struct descriptionNikolas Nyby2019-07-231-4/+4
| | * Input: applespi - select CRC16 moduleArnd Bergmann2019-07-231-0/+1
| | * Input: applespi - fix warnings detected by sparseRonald Tschalär2019-07-211-7/+11
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-07-208-2/+2127
| |\ \ | | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-07-134-14/+9
| |\ \
| | * \ Merge branch 'next' into for-linusDmitry Torokhov2019-07-105-18/+9
| | |\ \
| * | \ \ Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-07-111-1/+1
| |\ \ \ \
| | * | | | Input: cros_ec_keyb: mask out extra flags in event_typeTing Shen2019-06-201-1/+1
* | | | | | Input: remove w90x900 keyboard driverArnd Bergmann2019-08-093-276/+0
| |_|_|_|/ |/| | | |
* | | | | Input: applespi - remove set but not used variables 'sts'Mao Wenan2019-07-191-2/+1
* | | | | Input: add Apple SPI keyboard and trackpad driverRonald Tschalär2019-07-195-0/+2117
* | | | | Input: adp5589 - initialize GPIO controller parent deviceLars-Peter Clausen2019-07-151-0/+1
* | | | | Merge tag 'v5.2' into nextDmitry Torokhov2019-07-1557-414/+73
|\ \ \ \ \ | |/ / / /
| * | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2121-83/+21
| |\ \ \ \
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1919-80/+19
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464Thomas Gleixner2019-06-192-3/+2
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-06-191-4/+14
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Input: imx_keypad - make sure keyboard can always wake up systemAnson Huang2019-06-111-4/+14
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 394Thomas Gleixner2019-06-051-13/+1