summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Input: synaptics - enable InterTouch for the ThinkPad P1 G3Lyude Paul2022-09-141-0/+1
* Input: iqs7222 - set all ULP entry masks by defaultJeff LaBundy2022-09-141-5/+6
* Input: iqs7222 - avoid sending empty SYN_REPORT eventsJeff LaBundy2022-09-141-0/+3
* Input: iqs7222 - trim force communication commandJeff LaBundy2022-09-141-1/+1
* Input: mtk-pmic-keys - add support for MT6331 PMIC keysAngeloGioacchino Del Regno2022-09-131-0/+21
* Input: hgpk - fix repeated word in a commentwangjianli2022-09-081-1/+1
* Input: xpad - add support for XBOX One Elite paddlesChristopher Crockett2022-09-061-61/+193
* Input: xpad - Poweroff XBOX360W on mode button long pressSantosh De Massari2022-09-061-0/+24
* Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman2022-09-061-1/+0
* Input: xpad - add supported devices as contributed on githubPavel Rojtberg2022-09-061-0/+19
* 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-08-313-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-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-1835-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
|\
| * i2c: Make remove callback return voidUwe Kleine-König2022-08-1623-68/+23
| * 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
| | |\
| * | \ Merge tag 'for-5.20/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-051-0/+4
| |\ \ \
| | * | | Input: gscps2 - check return value of ioremap() in gscps2_probe()Xie Shaowen2022-08-021-0/+4
| * | | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-045-47/+6
| |\ \ \ \
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner2022-06-102-18/+2
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-103-29/+4
| * | | | | Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-28/+14
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Input: applespi - avoid efivars API and invoke EFI services directlyArd Biesheuvel2022-06-241-28/+14
| | |/ / /
| * | | | Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-07-173-1/+11
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Input: goodix - call acpi_device_fix_up_power() in some casesHans de Goede2022-07-081-0/+5
| | * | | Input: wm97xx - make .remove() obviously always return 0Uwe Kleine-König2022-07-081-1/+3
| | * | | Input: usbtouchscreen - add driver_info sanity checkJohan Hovold2022-06-271-0/+3
* | | | | Input: applespi - use correct struct names in commentColin Ian King2022-08-111-1/+1
* | | | | Input: tc3589x-keypad - use correct struct names in commentColin Ian King2022-08-111-1/+1
* | | | | Input: mt6779-keypad - support double keys matrixMattijs Korpershoek2022-08-101-1/+31
* | | | | Input: mt6779-keypad - prepare double keys support with calc_row_colMattijs Korpershoek2022-08-101-2/+13
* | | | | Input: elan_i2c - convert to use dev_groupsGreg Kroah-Hartman2022-08-021-6/+1
| |_|_|/ |/| | |
* | | | 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