aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)Author
2024-01-01Input: ipaq-micro-keys - add error handling for devm_kmemdupHaoran Liu
2023-09-19Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov
2023-09-19Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov
2022-10-09Merge branch 'next' into for-linusDmitry Torokhov
2022-10-09Input: pinephone-keyboard - support the proxied I2C busSamuel Holland
2022-10-09Input: pinephone-keyboard - add PinePhone keyboard driverSamuel Holland
2022-09-29input: drop empty comment blocksChristophe JAILLET
2022-09-27Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak
2022-09-26Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-26Input: ep93xx_keypad - add missing linux/input.h includeDmitry Torokhov
2022-09-26Input: imx_keypad - add missing linux/input.h includeDmitry Torokhov
2022-09-26Input: mt6779-keypad - add missing linux/input.h includeDmitry Torokhov
2022-09-26Input: st-keyscan - add missing linux/input.h and linux/of.h includesDmitry Torokhov
2022-09-26Input: lm8333 - add missing linux/input.h includeDmitry Torokhov
2022-09-24Input: iqs62x-keys - drop unused device node referencesJeff LaBundy
2022-09-23Input: matrix_keypad - add missed header inclusionAndy Shevchenko
2022-09-13Input: mtk-pmic-keys - add support for MT6331 PMIC keysAngeloGioacchino Del Regno
2022-09-03Input: atkbd - switch to using dev_groups for driver-specific attributesDmitry Torokhov
2022-08-30Input: adp5588-keys - use new PM macrosNuno Sá
2022-08-30Input: adp5588-keys - add regulator supportNuno Sá
2022-08-30Input: adp5588-keys - add optional reset gpioNuno Sá
2022-08-30Input: adp5588-keys - fix coding style warningsNuno Sá
2022-08-30Input: adp5588-keys - do not check for irq presenceNuno Sá
2022-08-30Input: adp5588-keys - add support for fw propertiesNuno Sá
2022-08-30Input: adp5588-keys - bail out on returned errorNuno Sá
2022-08-30Input: adp5588-keys - support gpi key events as 'gpio keys'Nuno Sá
2022-08-30Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()Andy Shevchenko
2022-08-30Input: clps711x-keypad - get rid of OF_GPIO dependencyAndy Shevchenko
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-17Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Dmitry Torokhov
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-08-11Input: applespi - use correct struct names in commentColin Ian King
2022-08-11Input: tc3589x-keypad - use correct struct names in commentColin Ian King
2022-08-11Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-10Input: mt6779-keypad - support double keys matrixMattijs Korpershoek
2022-08-10Input: mt6779-keypad - prepare double keys support with calc_row_colMattijs Korpershoek
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-08Input: mt6779-keypad - implement row/column selectionMattijs Korpershoek
2022-07-08Input: mt6779-keypad - match hardware matrix organizationMattijs Korpershoek
2022-07-08Merge tag 'v5.19-rc5' into nextDmitry Torokhov
2022-06-24Input: applespi - avoid efivars API and invoke EFI services directlyArd Biesheuvel
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-05-31Input: mtk-pmic-keys - move long press debounce mask to mtk_pmic_regsAngeloGioacchino Del Regno
2022-05-31Input: mtk-pmic-keys - transfer per-key bit in mtk_pmic_keys_regsAngeloGioacchino Del Regno
2022-05-31Input: mtk-pmic-keys - use single update when configuring long press behaviorDmitry Torokhov
2022-05-31Input: mtk-pmic-keys - allow compiling with COMPILE_TESTDmitry Torokhov
2022-05-31Input: adp5588-keys - do not explicitly set device as wakeup sourceDmitry Torokhov
2022-05-31Input: adp5588-keys - switch to using managed resourcesDmitry Torokhov
2022-05-31Input: adp5588-keys - switch to using threaded interruptDmitry Torokhov
2022-05-31Input: adp5588-keys - drop CONFIG_PM guardsDmitry Torokhov