summaryrefslogtreecommitdiffstats
path: root/drivers/char/nwbutton.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-23Input: synaptics-rmi4 - reset after writing partition tableMatthias Schiffer1-0/+8
2022-09-23Input: synaptics-rmi4 - rewrite partition table unconditionallyMatthias Schiffer2-142/+13
2022-09-23Input: synaptics-rmi4 - fix command completion check for bootloader v7/v8Matthias Schiffer1-5/+5
2022-09-23Input: synaptics-rmi4 - introduce rmi_f34v7_check_command_status() helperMatthias Schiffer1-7/+29
2022-09-23Input: synaptics-rmi4 - fix firmware update operations with bootloader v8Matthias Schiffer1-3/+3
2022-09-23Input: matrix_keypad - add missed header inclusionAndy Shevchenko1-0/+1
2022-09-23dt-bindings: input: touchscreen: elants_i2c: Add compatible for eth3915n chipYunlong Jia1-3/+7
2022-09-16dt-bindings: input: auo-pixcir-ts: fix gpio and interrupt propertiesDmitry Torokhov1-3/+3
2022-09-16Input: auo-pixcir-ts - switch to using generic device propertiesDmitry Torokhov1-30/+10
2022-09-16Input: auo-pixcir-ts - do not force rising edge interrupt triggerDmitry Torokhov1-1/+1
2022-09-16Input: auo-pixcir-ts - switch to using gpiod APIDmitry Torokhov1-27/+20
2022-09-16Input: auo-pixcir-ts - drop support for platform dataDmitry Torokhov2-106/+56
2022-09-14dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6331 keysAngeloGioacchino Del Regno1-0/+1
2022-09-14dt-bindings: input: Convert mtk-pmic-keys to DT schemaAngeloGioacchino Del Regno2-46/+113
2022-09-14Input: synaptics - enable InterTouch for the ThinkPad P1 G3Lyude Paul1-0/+1
2022-09-14Input: iqs7222 - set all ULP entry masks by defaultJeff LaBundy1-5/+6
2022-09-14Input: iqs7222 - avoid sending empty SYN_REPORT eventsJeff LaBundy1-0/+3
2022-09-14Input: iqs7222 - trim force communication commandJeff LaBundy1-1/+1
2022-09-13Input: mtk-pmic-keys - add support for MT6331 PMIC keysAngeloGioacchino Del Regno1-0/+21
2022-09-08Input: hgpk - fix repeated word in a commentwangjianli1-1/+1
2022-09-06Input: xpad - add support for XBOX One Elite paddlesChristopher Crockett1-61/+193
2022-09-06Input: xpad - Poweroff XBOX360W on mode button long pressSantosh De Massari1-0/+24
2022-09-06Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman1-1/+0
2022-09-06Input: xpad - add supported devices as contributed on githubPavel Rojtberg1-0/+19
2022-09-06dt-bindings: input: touchscreen: stmpe: Remove node name requirementFrancesco Dolcini1-2/+1
2022-09-03Input: aiptek - switch to using dev_groups for driver-specific attributesDmitry Torokhov1-16/+4
2022-09-03Input: psmouse - switch to using dev_groups for driver-specific attributesDmitry Torokhov1-18/+4
2022-09-03Input: atkbd - switch to using dev_groups for driver-specific attributesDmitry Torokhov1-10/+6
2022-09-01Input: rt5120 - add power key supportChiYuan Huang3-0/+130
2022-08-31dt-bindings: input: colibri-vf50-ts: Improve documentationMax Krummenacher1-8/+8
2022-08-31Input: colibri-vf50-ts - don't depend on VF610_ADCMax Krummenacher1-1/+1
2022-08-31Input: adp5588-keys - use new PM macrosNuno Sá1-4/+4
2022-08-31Input: adp5588-keys - add regulator supportNuno Sá1-0/+20
2022-08-31Input: adp5588-keys - add optional reset gpioNuno Sá1-0/+12
2022-08-31Input: adp5588-keys - fix coding style warningsNuno Sá1-50/+48
2022-08-31Input: adp5588-keys - do not check for irq presenceNuno Sá1-5/+0
2022-08-31dt-bindings: input: adp5588: add bindingsNuno Sá2-0/+112
2022-08-31Input: adp5588-keys - add support for fw propertiesNuno Sá3-276/+289
2022-08-31Input: adp5588-keys - bail out on returned errorNuno Sá1-18/+38
2022-08-31gpio: gpio-adp5588: drop the driverNuno Sá4-462/+0
2022-08-31Input: adp5588-keys - support gpi key events as 'gpio keys'Nuno Sá3-134/+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-23Input: gameport - move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-19Input: move from strlcpy with unused retval to strscpyWolfram Sang35-76/+76
2022-08-17Input: adc-joystick - add polled input device supportChris Morgan1-12/+53
2022-08-17dt-bindings: adc-joystick: add poll-intervalChris Morgan1-0/+5
2022-08-17Input: Add IBM Operation Panel driverEddie James4-0/+219
2022-08-17dt-bindings: input: Add documentation for IBM Operation PanelEddie James2-0/+56
2022-08-16i2c: Make remove callback return voidUwe Kleine-König619-1733/+646