summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Input: xpad - add X-Box Adaptive XBox buttonNate Yocom2022-09-281-1/+2
* Input: xpad - add X-Box Adaptive supportNate Yocom2022-09-281-0/+1
* Input: ims-pcu - fix spelling mistake "BOOLTLOADER" -> "BOOTLOADER"Colin Ian King2022-09-281-1/+1
* Input: ibm-panel - add missing MODULE_DEVICE_TABLEZeng Heng2022-09-281-0/+1
* Input: icn8505 - utilize acpi_get_subsystem_id()Andy Shevchenko2022-09-281-21/+9
* Input: xpad - decipher xpadone packages with GIP definesPavel Rojtberg2022-09-271-30/+69
* Input: xpad - refactor using BIT() macroPavel Rojtberg2022-09-271-56/+57
* Input: synaptics-rmi4 - convert to use sysfs_emit() APIszhang songyi2022-09-271-8/+8
* Input: twl4030-pwrbutton - add missing of.h includeDmitry Torokhov2022-09-271-0/+1
* 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: joydev - fix comment typoJason Wang2022-09-251-1/+1
* Input: twl4030-vibra - drop legacy, non DT boot supportPeter Ujfalusi2022-09-241-9/+4
* Input: synaptics-rmi4 - drop useless gotos in rmi_f34v7_do_reflash()Matthias Schiffer2022-09-231-10/+9
* Input: synaptics-rmi4 - simplify rmi_f34v7_start_reflash()Matthias Schiffer2022-09-231-19/+6
* Input: synaptics-rmi4 - remove unneeded struct register_offsetMatthias Schiffer2022-09-233-37/+15
* Input: synaptics-rmi4 - make rmi_f34v7_erase_all() use the "erase all" commandMatthias Schiffer2022-09-231-86/+1
* Input: synaptics-rmi4 - reset after writing partition tableMatthias Schiffer2022-09-231-0/+8
* Input: synaptics-rmi4 - rewrite partition table unconditionallyMatthias Schiffer2022-09-232-142/+13
* Input: synaptics-rmi4 - fix command completion check for bootloader v7/v8Matthias Schiffer2022-09-231-5/+5
* Input: synaptics-rmi4 - introduce rmi_f34v7_check_command_status() helperMatthias Schiffer2022-09-231-7/+29
* Input: synaptics-rmi4 - fix firmware update operations with bootloader v8Matthias Schiffer2022-09-231-3/+3
* Input: matrix_keypad - add missed header inclusionAndy Shevchenko2022-09-231-0/+1
* Input: auo-pixcir-ts - switch to using generic device propertiesDmitry Torokhov2022-09-161-30/+10
* Input: auo-pixcir-ts - do not force rising edge interrupt triggerDmitry Torokhov2022-09-161-1/+1
* Input: auo-pixcir-ts - switch to using gpiod APIDmitry Torokhov2022-09-161-27/+20
* Input: auo-pixcir-ts - drop support for platform dataDmitry Torokhov2022-09-161-62/+56
* 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