summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
AgeCommit message (Expand)AuthorFilesLines
2022-12-07Input: gpio-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-07Input: ep39xx-keypad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+5
2022-12-07Input: cypress-sf - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+5
2022-12-07Input: cros-ec-keyb - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-3/+3
2022-12-07Input: adp5589-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-02Input: tm2-touchkey - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: tca8418_keypad - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: tca6416-keypad - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-02Input: qt2160 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: qt1070 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: mpr121_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: mcs_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-02Input: max7359_keypad - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: lm8333 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: lm8323 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: dlink-dir685-touchkeys - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: cap11xx - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-02Input: adp5589-keys - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-02Input: 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-09Merge branch 'next' into for-linusDmitry Torokhov28-363/+1091
2022-10-09Input: pinephone-keyboard - support the proxied I2C busSamuel Holland1-0/+76
2022-10-09Input: pinephone-keyboard - add PinePhone keyboard driverSamuel Holland3-0/+406
2022-09-29input: drop empty comment blocksChristophe JAILLET7-21/+0
2022-09-27Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak1-1/+1
2022-09-26Input: 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-24Input: 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-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.or...Dmitry Torokhov9-60/+23