summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * Input: aiptek - switch to using dev_groups for driver-specific attributesDmitry Torokhov2022-09-031-16/+4
| | * Input: psmouse - switch to using dev_groups for driver-specific attributesDmitry Torokhov2022-09-031-18/+4
| | * Input: atkbd - switch to using dev_groups for driver-specific attributesDmitry Torokhov2022-09-031-10/+6
| | * Input: rt5120 - add power key supportChiYuan Huang2022-09-013-0/+130
| | * Input: colibri-vf50-ts - don't depend on VF610_ADCMax Krummenacher2022-08-311-1/+1
| | * Input: adp5588-keys - use new PM macrosNuno Sá2022-08-311-4/+4
| | * Input: adp5588-keys - add regulator supportNuno Sá2022-08-311-0/+20
| | * Input: adp5588-keys - add optional reset gpioNuno Sá2022-08-311-0/+12
| | * Input: adp5588-keys - fix coding style warningsNuno Sá2022-08-311-50/+48
| | * Input: adp5588-keys - do not check for irq presenceNuno Sá2022-08-311-5/+0
| | * Input: adp5588-keys - add support for fw propertiesNuno Sá2022-08-312-107/+289
| | * Input: adp5588-keys - bail out on returned errorNuno Sá2022-08-311-18/+38
| | * Input: adp5588-keys - support gpi key events as 'gpio keys'Nuno Sá2022-08-312-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-1935-76/+76
| | * Input: adc-joystick - add polled input device supportChris Morgan2022-08-171-12/+53
| | * Input: Add IBM Operation Panel driverEddie James2022-08-173-0/+218
| | * Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Dmitry Torokhov2022-08-1732-144/+58
| | |\
| | * | Input: applespi - use correct struct names in commentColin Ian King2022-08-121-1/+1
| | * | Input: tc3589x-keypad - use correct struct names in commentColin Ian King2022-08-121-1/+1
| | * | Input: mt6779-keypad - support double keys matrixMattijs Korpershoek2022-08-111-1/+31
| | * | Input: mt6779-keypad - prepare double keys support with calc_row_colMattijs Korpershoek2022-08-111-2/+13
| | * | Input: elan_i2c - convert to use dev_groupsGreg Kroah-Hartman2022-08-021-6/+1
* | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-111-1/+4
|\ \ \ \
| * | | | input: libps2: mark data received in __ps2_command() as initializedAlexander Potapenko2022-10-031-1/+4
* | | | | Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-0523-68/+23
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-166-7/+17
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | i2c: Make remove callback return voidUwe Kleine-König2022-08-1623-68/+23
| | |/ / / | |/| | |
* | | | | Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-041-5/+5
|\ \ \ \ \
| * | | | | Input: sun4i-ts - switch to new of thermal APIDaniel Lezcano2022-08-171-5/+5
| |/ / / /
* | | | | Merge tag 'input-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-09-294-3/+5
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak2022-09-271-1/+1
| * | | Input: synaptics - disable Intertouch for Lenovo T14 and P14s AMD G1Mark Pearson2022-09-251-1/+0
| * | | Input: iqs62x-keys - drop unused device node referencesJeff LaBundy2022-09-251-0/+3
| * | | Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang2022-09-251-1/+1
* | | | Merge tag 'input-for-v6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-09-036-7/+17
|\| | | | |/ / |/| |
| * | Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli2022-08-291-0/+1
| * | Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa2022-08-283-7/+13
| * | Input: goodix - add compatible string for GT1158Jarrah Gosbell2022-08-231-0/+1
| * | Input: rk805-pwrkey - fix module autoloadingPeter Robinson2022-08-231-0/+1
| * | Input: goodix - add support for GT1158Ondrej Jirman2022-08-121-0/+1
* | | Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-1119-919/+1441
|\| |
| * | Merge branch 'next' into for-linusDmitry Torokhov2022-08-0239-1081/+1564
| |\|
| | * Input: adc-joystick - fix ordering in adc_joystick_probe()Dmitry Torokhov2022-08-021-7/+8
| | * Input: deactivate MT slots when inhibiting or suspending devicesAngela Czubak2022-07-203-14/+80
| | * Input: properly queue synthetic eventsDmitry Torokhov2022-07-201-62/+63
| | * Input: i8042 - add dritek quirk for Acer Aspire One AO532Hans de Goede2022-07-091-0/+8
| | * Input: mt6779-keypad - implement row/column selectionMattijs Korpershoek2022-07-081-0/+10
| | * Input: mt6779-keypad - match hardware matrix organizationMattijs Korpershoek2022-07-081-3/+5