summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
Commit message (Expand)AuthorAgeFilesLines
...
* Input: adp5589-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-12-071-4/+4
* Input: tm2-touchkey - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: tca8418_keypad - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: tca6416-keypad - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* Input: qt2160 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: qt1070 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: mpr121_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: mcs_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* Input: max7359_keypad - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: lm8333 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: lm8323 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: dlink-dir685-touchkeys - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: cap11xx - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* Input: adp5589-keys - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* Input: adp5588-keys - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: matrix_keypad - force switch rows to input modeSiarhei Volkau2022-11-031-0/+3
* Input: stmpe-keypad - add missing of.h includeDmitry Torokhov2022-10-281-0/+1
* Merge tag 'v6.1-rc1' into nextDmitry Torokhov2022-10-172-1/+4
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2022-10-0928-363/+1091
| |\
| * | Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak2022-09-271-1/+1
| * | Input: iqs62x-keys - drop unused device node referencesJeff LaBundy2022-09-241-0/+3
* | | Input: dlink-dir685-touchkeys - make array bl_data static constColin Ian King2022-10-101-2/+2
| |/ |/|
* | Input: pinephone-keyboard - support the proxied I2C busSamuel Holland2022-10-091-0/+76
* | Input: pinephone-keyboard - add PinePhone keyboard driverSamuel Holland2022-10-093-0/+406
* | input: drop empty comment blocksChristophe JAILLET2022-09-297-21/+0
* | Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-261-1/+1
* | Input: ep93xx_keypad - add missing linux/input.h includeDmitry Torokhov2022-09-261-0/+1
* | Input: imx_keypad - add missing linux/input.h includeDmitry Torokhov2022-09-261-0/+1
* | Input: mt6779-keypad - add missing linux/input.h includeDmitry Torokhov2022-09-261-0/+1
* | Input: st-keyscan - add missing linux/input.h and linux/of.h includesDmitry Torokhov2022-09-261-4/+6
* | Input: lm8333 - add missing linux/input.h includeDmitry Torokhov2022-09-261-4/+4
* | Input: matrix_keypad - add missed header inclusionAndy Shevchenko2022-09-231-0/+1
* | Input: mtk-pmic-keys - add support for MT6331 PMIC keysAngeloGioacchino Del Regno2022-09-131-0/+21
* | Input: atkbd - switch to using dev_groups for driver-specific attributesDmitry Torokhov2022-09-031-10/+6
* | Input: adp5588-keys - use new PM macrosNuno Sá2022-08-301-4/+4
* | Input: adp5588-keys - add regulator supportNuno Sá2022-08-301-0/+20
* | Input: adp5588-keys - add optional reset gpioNuno Sá2022-08-301-0/+12
* | Input: adp5588-keys - fix coding style warningsNuno Sá2022-08-301-50/+48
* | Input: adp5588-keys - do not check for irq presenceNuno Sá2022-08-301-5/+0
* | Input: adp5588-keys - add support for fw propertiesNuno Sá2022-08-302-107/+289
* | Input: adp5588-keys - bail out on returned errorNuno Sá2022-08-301-18/+38
* | Input: adp5588-keys - support gpi key events as 'gpio keys'Nuno Sá2022-08-302-132/+144
* | Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()Andy Shevchenko2022-08-301-3/+3
* | Input: clps711x-keypad - get rid of OF_GPIO dependencyAndy Shevchenko2022-08-302-7/+8
* | Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-181-4/+4
* | Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Dmitry Torokhov2022-08-179-60/+23
|\ \
| * | i2c: Make remove callback return voidUwe Kleine-König2022-08-167-20/+7
| * | Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-116-212/+227
| |\|
| * | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-12/+2
| |\ \
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-12/+2