aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard (follow)
AgeCommit message (Expand)AuthorFilesLines
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-30Input: adp5588-keys - use new PM macrosNuno Sá1-4/+4
2022-08-30Input: adp5588-keys - add regulator supportNuno Sá1-0/+20
2022-08-30Input: adp5588-keys - add optional reset gpioNuno Sá1-0/+12
2022-08-30Input: adp5588-keys - fix coding style warningsNuno Sá1-50/+48
2022-08-30Input: adp5588-keys - do not check for irq presenceNuno Sá1-5/+0
2022-08-30Input: adp5588-keys - add support for fw propertiesNuno Sá2-107/+289
2022-08-30Input: adp5588-keys - bail out on returned errorNuno Sá1-18/+38
2022-08-30Input: adp5588-keys - support gpi key events as 'gpio keys'Nuno Sá2-132/+144
2022-08-30Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()Andy Shevchenko1-3/+3
2022-08-30Input: clps711x-keypad - get rid of OF_GPIO dependencyAndy Shevchenko2-7/+8
2022-08-18Input: 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.org/pub/scm/linux/kernel/git/wsa/linux into nextDmitry Torokhov9-60/+23
2022-08-16i2c: Make remove callback return voidUwe Kleine-König7-20/+7
2022-08-11Input: applespi - use correct struct names in commentColin Ian King1-1/+1
2022-08-11Input: 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/git/dtor/inputLinus Torvalds6-212/+227
2022-08-10Input: mt6779-keypad - support double keys matrixMattijs Korpershoek1-1/+31
2022-08-10Input: 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/gregkh/spdxLinus Torvalds1-12/+2
2022-07-08Input: mt6779-keypad - implement row/column selectionMattijs Korpershoek1-0/+10
2022-07-08Input: mt6779-keypad - match hardware matrix organizationMattijs Korpershoek1-3/+5
2022-07-08Merge tag 'v5.19-rc5' into nextDmitry Torokhov1-0/+1
2022-06-24Input: applespi - avoid efivars API and invoke EFI services directlyArd Biesheuvel1-28/+14
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 2)Thomas Gleixner1-12/+2
2022-05-31Input: mtk-pmic-keys - move long press debounce mask to mtk_pmic_regsAngeloGioacchino Del Regno1-6/+9
2022-05-31Input: mtk-pmic-keys - transfer per-key bit in mtk_pmic_keys_regsAngeloGioacchino Del Regno1-11/+19
2022-05-31Input: mtk-pmic-keys - use single update when configuring long press behaviorDmitry Torokhov1-43/+28
2022-05-31Input: mtk-pmic-keys - allow compiling with COMPILE_TESTDmitry Torokhov1-1/+1
2022-05-31Input: adp5588-keys - do not explicitly set device as wakeup sourceDmitry Torokhov1-8/+0
2022-05-31Input: adp5588-keys - switch to using managed resourcesDmitry Torokhov1-67/+45
2022-05-31Input: adp5588-keys - switch to using threaded interruptDmitry Torokhov1-36/+45
2022-05-31Input: adp5588-keys - drop CONFIG_PM guardsDmitry Torokhov1-10/+3
2022-05-28Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds7-31/+86
2022-05-27Input: cros_ec_keyb - handle x86 detachable/convertible ChromebooksFurquan Shaikh1-3/+18
2022-05-27Input: cros_ec_keyb - switch to using generic device propertiesDmitry Torokhov1-22/+46
2022-05-27Input: omap4-keypad - switch to using pm_runtime_resume_and_get()Minghao Chi1-15/+11
2022-05-27Merge tag 'v5.18' into nextDmitry Torokhov3-4/+16
2022-05-27Merge branch 'next' into for-linusDmitry Torokhov7-31/+86
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
2022-05-26Input: gpio-keys - cancel delayed work only in case of GPIOLad Prabhakar1-1/+1
2022-05-18Merge branch 'ib/5.17-cros-ec-keyb' into nextDmitry Torokhov1-11/+18
2022-05-17Input: cros-ec-keyb - allow skipping keyboard registrationStephen Boyd1-11/+18
2022-05-16Input: bcm-keypad - remove unneeded NULL check before clk_disable_unprepareWan Jiabing1-2/+1
2022-05-05Input: sun4i-lradc-keys - add support for R329 and D1Samuel Holland1-0/+8
2022-05-05Input: sun4i-lradc-keys - add optional clock/reset supportSamuel Holland1-0/+33
2022-04-24Input: sun4i-lradc-keys - add wakeup supportOndrej Jirman1-4/+18
2022-04-24Input: ep93xx_keypad - use devm_platform_ioremap_resource() helperLv Ruyi1-6/+1
2022-04-24Input: clps711x-keypad - use syscon_regmap_lookup_by_phandleAlexander Shiyan1-2/+1