summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2022-12-08Input: spear-keyboard - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+5
2022-12-08Input: qt1050 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-08Input: mtk-pmic-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+5
2022-12-08Input: mpr121-touchkey - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-08Input: ipaq-micro-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+5
2022-12-08Input: gpio-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-08Input: ep39xx-keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+5
2022-12-08Input: cypress-sf - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+5
2022-12-08Input: cros-ec-keyb - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-3/+3
2022-12-08Input: adp5589-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-03Input: tm2-touchkey - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: tca8418_keypad - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: tca6416-keypad - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-03Input: qt2160 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: qt1070 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: mpr121_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: mcs_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-03Input: max7359_keypad - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: lm8333 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: lm8323 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: dlink-dir685-touchkeys - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-03Input: cap11xx - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-03Input: adp5589-keys - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-03Input: adp5588-keys - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-03Input: matrix_keypad - force switch rows to input modeSiarhei Volkau1-0/+3
2022-10-28Input: stmpe-keypad - add missing of.h includeDmitry Torokhov1-0/+1
2022-10-17Merge tag 'v6.1-rc1' into nextDmitry Torokhov2-1/+4
2022-10-10Input: dlink-dir685-touchkeys - make array bl_data static constColin Ian King1-2/+2
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