summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Input: apanel - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: adxl34x-i2c - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: ad714x-i2c - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: tm2-touchkey - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: tca8418_keypad - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: tca6416-keypad - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
| | * | | Input: qt2160 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: qt1070 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: mpr121_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: mcs_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
| | * | | Input: max7359_keypad - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: lm8333 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: lm8323 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: dlink-dir685-touchkeys - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: cap11xx - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
| | * | | Input: adp5589-keys - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
| | * | | Input: adp5588-keys - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: as5011 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| | * | | Input: msg2638 - only read linux,keycodes array if necessaryVincent Knecht2022-11-301-7/+9
| | * | | Input: wistron_btns - disable on UMLRandy Dunlap2022-11-301-1/+1
| | * | | Input: elants_i2c - delete some dead codeDan Carpenter2022-11-291-2/+0
| | * | | Input: stmpe-ts - drop obsolete dependency on COMPILE_TESTJean Delvare2022-11-221-1/+1
| | * | | Input: raydium_ts_i2c - don't set wake_capable and wake_irqRaul E Rangel2022-11-221-9/+0
| | * | | Input: elants_i2c - don't set wake_capable and wake_irqRaul E Rangel2022-11-221-16/+0
| | * | | Input: elan_i2c - don't set wake_capable and wake_irqRaul E Rangel2022-11-221-16/+0
| | * | | Input: raydium_ts_i2c - use PM subsystem to manage wake irqRaul E Rangel2022-11-221-6/+10
| | * | | Input: elants_i2c - use PM subsystem to manage wake irqRaul E Rangel2022-11-221-4/+11
| | * | | Input: elan_i2c - use PM subsystem to manage wake irqRaul E Rangel2022-11-221-7/+10
| | * | | Input: max8997 - convert to modern way to get a reference to a PWMUwe Kleine-König2022-11-171-4/+3
| | * | | Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson2022-11-171-6/+3
| | * | | Input: hynitron_cstxxx - initialize tmp to 0 to fix uninitialized variable issueChris Morgan2022-11-171-1/+1
| | * | | Input: msg2638 - add support for msg2138 key eventsVincent Knecht2022-11-161-4/+58
| | * | | Input: msg2638 - add support for msg2138Vincent Knecht2022-11-141-0/+93
| | * | | Input: msg2638 - set max finger number and irqhandler from driver dataVincent Knecht2022-11-141-10/+30
| | * | | Input: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-071-1/+2
| | * | | Input: joystick - fix Kconfig warning for JOYSTICK_ADCRandy Dunlap2022-11-071-0/+1
| | * | | Input: add driver for Himax hx83112b touchscreen devicesJob Noorman2022-11-073-0/+378
| | * | | Input: matrix_keypad - force switch rows to input modeSiarhei Volkau2022-11-031-0/+3
| | * | | Input: Add driver for Cypress Generation 5 touchscreenAlistair Francis2022-11-013-0/+918
| | * | | Input: add driver for Hynitron cstxxx touchscreensChris Morgan2022-10-293-0/+511
| | * | | Input: stmpe-keypad - add missing of.h includeDmitry Torokhov2022-10-281-0/+1
| | * | | Input: tps6507x-ts - remove variable loopsColin Ian King2022-10-241-2/+0
| | * | | Input: iqs7222 - add support for IQS7222A v1.13+Jeff LaBundy2022-10-241-0/+111
| | * | | Input: iqs7222 - protect against undefined slider sizeJeff LaBundy2022-10-241-1/+8
| | * | | Input: iqs7222 - report malformed propertiesJeff LaBundy2022-10-241-8/+36
| | * | | Input: iqs7222 - drop unused device node referencesJeff LaBundy2022-10-241-194/+146
| | * | | Input: egalax_ts - do not hardcode interrupt triggerDmitry Torokhov2022-10-241-4/+3
| | * | | Input: egalax_ts - switch to using gpiod APIDmitry Torokhov2022-10-241-25/+17
| | * | | Merge tag 'v6.1-rc1' into nextDmitry Torokhov2022-10-1712-16/+31
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Input: dlink-dir685-touchkeys - make array bl_data static constColin Ian King2022-10-101-2/+2