summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Input: gpio_keys_polled - suppress deferred probe error for gpioUwe Kleine-König2024-03-261-6/+4
* Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETIDHans de Goede2024-02-231-5/+8
* Input: atkbd - use ab83 as id when skipping the getid commandHans de Goede2024-01-251-5/+7
* Input: atkbd - skip ATKBD_CMD_GETID in translated modeHans de Goede2024-01-251-4/+42
* Input: ipaq-micro-keys - add error handling for devm_kmemdupHaoran Liu2024-01-081-0/+3
* Input: hil_kbd - fix error return code in hil_dev_connect()Zhen Lei2021-07-201-0/+1
* Input: nspire-keypad - enable interrupts only when openedFabian Vogt2021-04-281-25/+31
* Input: cros_ec_keyb - send 'scancodes' in addition to key eventsDmitry Torokhov2020-12-301-0/+1
* Input: omap4-keypad - fix runtime PM error handlingZhang Qilong2020-12-301-36/+53
* Input: sunkbd - avoid use-after-free in teardown pathsDmitry Torokhov2020-11-221-8/+33
* Input: twl4030_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-10-301-5/+3
* Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-10-301-4/+2
* Input: ep93xx_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-10-301-2/+2
* Input: dlink-dir685-touchkeys - fix a typo in driver nameChristophe JAILLET2020-06-031-1/+1
* Input: nomadik-ske-keypad - fix a loop timeout testDan Carpenter2020-01-271-1/+1
* Input: imx_keypad - make sure keyboard can always wake up systemAnson Huang2019-07-141-4/+14
* Input: snvs_pwrkey - initialize necessary driver data before enabling IRQAnson Huang2019-05-081-3/+3
* Input: st-keyscan - fix potential zalloc NULL dereferenceGabriel Fernandez2019-03-231-2/+2
* Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov2019-03-231-1/+1
* Input: cap11xx - switch to using set_brightness_blocking()Dmitry Torokhov2019-03-231-24/+11
* Input: omap-keypad - fix idle configuration to not block SoC idle statesTony Lindgren2019-01-131-12/+4
* Input: omap-keypad - fix keyboard debounce configurationTony Lindgren2018-12-211-4/+14
* Input: cros_ec_keyb - fix button/switch capability reportsBrian Norris2018-12-081-1/+2
* Input: matrix_keypad - check for errors from of_get_named_gpio()Christian Hoff2018-12-081-9/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman2018-09-281-46/+28
|\
| * Input: atakbd - fix Atari CapsLock behaviourMichael Schmitz2018-09-181-8/+2
| * Input: atakbd - fix Atari keymapAndreas Schwab2018-09-181-38/+26
* | Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-08-201-1/+1
|\ \
| * | Input: keyboard: Fix ChromeOS EC keyboard help message.Enric Balletbo i Serra2018-07-031-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-1811-92/+37
|\ \ \ | | |/ | |/|
| * | Input: mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+1
| * | Input: gpio-keys - switch to bitmap_zalloc()Andy Shevchenko2018-08-011-4/+4
| * | Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-266-24/+0
| * | Input: cros_ec_keyb - remove redundant variable num_colsColin Ian King2018-07-041-3/+0
| * | Input: snvs_pwrkey - switch to SPDX identifierFabio Estevam2018-06-211-11/+4
| * | Input: imx_keypad - switch to SPDX identifierFabio Estevam2018-06-211-8/+4
| * | Input: cros_ec_keyb - remove check before calling pm_wakeup_eventRavi Chandra Sadineni2018-06-121-19/+11
| * | Input: cros_ec_keyb - switch to SPDX identifierEnric Balletbo i Serra2018-06-121-22/+12
| * | Input: cros_ec_keyb - make license text and MODULE_LICENSE matchEnric Balletbo i Serra2018-06-121-1/+1
* | | Input: hilkbd - Add casts to HP9000/300 I/O accessorsGeert Uytterhoeven2018-07-291-2/+2
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-06-271-4/+5
|\|
| * Input: goldfish_events - fix checkpatch warningsRoman Kiryanov2018-06-041-4/+5
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-123-6/+6
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* | Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-06-113-0/+349
|\ \
| * | input: Add MediaTek PMIC keys supportChen Zhong2018-04-163-0/+349
* | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-2/+1
| |/
* / Input: cros_ec_keyb - mark cros_ec_keyb driver as wake enabled device.Ravi Chandra Sadineni2018-05-301-12/+21
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-04-052-18/+143
|\