summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2025-08-15Input: gpio-keys - fix a sleep while atomic with PREEMPT_RTFabrice Gasnier1-2/+2
2025-07-17Input: atkbd - do not skip atkbd_deactivate() when skipping ATKBD_CMD_GETIDHans de Goede1-1/+2
2025-06-27Input: gpio-keys - fix possible concurrent access in gpio_keys_irq_timer()Gatien Chevallier1-0/+2
2025-05-18Input: mtk-pmic-keys - fix possible null pointer dereferenceGary Bisson1-2/+2
2025-02-01Input: atkbd - map F23 key to support default copilot shortcutMark Pearson1-1/+1
2024-10-17Input: adp5589-keys - fix adp5589_gpio_get_value()Nuno Sa1-3/+10
2024-10-17Input: adp5589-keys - fix NULL pointer dereferenceNuno Sa1-6/+3
2024-10-17Input: adp5588-keys - fix check on return codeNuno Sa1-1/+1
2024-08-03Input: qt1050 - handle CHIP_ID reading errorAndrei Lalaev1-1/+6
2024-03-27Input: gpio_keys_polled - suppress deferred probe error for gpioUwe Kleine-König1-6/+4
2024-02-16Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETIDHans de Goede1-5/+8
2024-01-26Input: atkbd - use ab83 as id when skipping the getid commandHans de Goede1-5/+7
2024-01-20Input: atkbd - skip ATKBD_CMD_GETID in translated modeHans de Goede1-4/+42
2024-01-01Input: ipaq-micro-keys - add error handling for devm_kmemdupHaoran Liu1-0/+3
2023-09-19Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov1-6/+2
2023-09-19Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov1-17/+10
2022-10-10Merge branch 'next' into for-linusDmitry Torokhov28-363/+1091
2022-10-10Input: pinephone-keyboard - support the proxied I2C busSamuel Holland1-0/+76
2022-10-10Input: pinephone-keyboard - add PinePhone keyboard driverSamuel Holland3-0/+406
2022-09-30input: drop empty comment blocksChristophe JAILLET7-21/+0
2022-09-27Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak1-1/+1
2022-09-27Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-26Input: ep93xx_keypad - add missing linux/input.h includeDmitry Torokhov1-0/+1
2022-09-26Input: imx_keypad - add missing linux/input.h includeDmitry Torokhov1-0/+1
2022-09-26Input: mt6779-keypad - add missing linux/input.h includeDmitry Torokhov1-0/+1
2022-09-26Input: st-keyscan - add missing linux/input.h and linux/of.h includesDmitry Torokhov1-4/+6
2022-09-26Input: lm8333 - add missing linux/input.h includeDmitry Torokhov1-4/+4
2022-09-25Input: iqs62x-keys - drop unused device node referencesJeff LaBundy1-0/+3
2022-09-23Input: matrix_keypad - add missed header inclusionAndy Shevchenko1-0/+1
2022-09-13Input: mtk-pmic-keys - add support for MT6331 PMIC keysAngeloGioacchino Del Regno1-0/+21
2022-09-03Input: atkbd - switch to using dev_groups for driver-specific attributesDmitry Torokhov1-10/+6
2022-08-31Input: adp5588-keys - use new PM macrosNuno Sá1-4/+4
2022-08-31Input: adp5588-keys - add regulator supportNuno Sá1-0/+20
2022-08-31Input: adp5588-keys - add optional reset gpioNuno Sá1-0/+12
2022-08-31Input: adp5588-keys - fix coding style warningsNuno Sá1-50/+48
2022-08-31Input: adp5588-keys - do not check for irq presenceNuno Sá1-5/+0
2022-08-31Input: adp5588-keys - add support for fw propertiesNuno Sá2-107/+289
2022-08-31Input: adp5588-keys - bail out on returned errorNuno Sá1-18/+38
2022-08-31Input: adp5588-keys - support gpi key events as 'gpio keys'Nuno Sá2-132/+144
2022-08-31Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()Andy Shevchenko1-3/+3
2022-08-31Input: clps711x-keypad - get rid of OF_GPIO dependencyAndy Shevchenko2-7/+8
2022-08-19Input: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-08-17Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Dmitry Torokhov9-60/+23
2022-08-16i2c: Make remove callback return voidUwe Kleine-König7-20/+7
2022-08-12Input: applespi - use correct struct names in commentColin Ian King1-1/+1
2022-08-12Input: tc3589x-keypad - use correct struct names in commentColin Ian King1-1/+1
2022-08-11Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-212/+227
2022-08-11Input: mt6779-keypad - support double keys matrixMattijs Korpershoek1-1/+31
2022-08-11Input: mt6779-keypad - prepare double keys support with calc_row_colMattijs Korpershoek1-2/+13
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-12/+2