aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-02Input: ibm-panel - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: drv2667 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: drv2665 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: drv260x - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: da7280 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: cma3000_d0x_i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: bma150 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: atmel_captouch - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: apanel - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: adxl34x-i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: ad714x-i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: tm2-touchkey - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: tca8418_keypad - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: tca6416-keypad - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-02Input: qt2160 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: qt1070 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: mpr121_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: mcs_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-02Input: max7359_keypad - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: lm8333 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: lm8323 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: dlink-dir685-touchkeys - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: cap11xx - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-02Input: adp5589-keys - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-02Input: adp5588-keys - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: as5011 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Merge branch 'i2c/client_device_id_helper-immutable' of https://git.kernel.or...Dmitry Torokhov1-0/+14
2022-11-30Input: msg2638 - only read linux,keycodes array if necessaryVincent Knecht1-7/+9
2022-11-30Input: wistron_btns - disable on UMLRandy Dunlap1-1/+1
2022-11-29Input: elants_i2c - delete some dead codeDan Carpenter1-2/+0
2022-11-22HID: add mapping for camera access keysEray Orçunus2-0/+6
2022-11-22Input: stmpe-ts - drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2022-11-22Input: raydium_ts_i2c - don't set wake_capable and wake_irqRaul E Rangel1-9/+0
2022-11-22Input: elants_i2c - don't set wake_capable and wake_irqRaul E Rangel1-16/+0
2022-11-22Input: elan_i2c - don't set wake_capable and wake_irqRaul E Rangel1-16/+0
2022-11-22HID: i2c-hid: Don't set wake_capable and wake_irqRaul E Rangel1-9/+0
2022-11-22HID: i2c-hid: acpi: Stop setting wakeup_capableRaul E Rangel1-5/+0
2022-11-22Input: raydium_ts_i2c - use PM subsystem to manage wake irqRaul E Rangel1-6/+10
2022-11-22Input: elants_i2c - use PM subsystem to manage wake irqRaul E Rangel1-4/+11
2022-11-22Input: elan_i2c - use PM subsystem to manage wake irqRaul E Rangel1-7/+10
2022-11-22HID: i2c-hid: Use PM subsystem to manage wake irqRaul E Rangel1-21/+12
2022-11-17Input: max8997 - convert to modern way to get a reference to a PWMUwe Kleine-König1-4/+3
2022-11-17Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson1-6/+3
2022-11-17Input: hynitron_cstxxx - initialize tmp to 0 to fix uninitialized variable issueChris Morgan1-1/+1
2022-11-16Input: msg2638 - add support for msg2138 key eventsVincent Knecht1-4/+58
2022-11-14Input: msg2638 - add support for msg2138Vincent Knecht1-0/+93
2022-11-14Input: msg2638 - set max finger number and irqhandler from driver dataVincent Knecht1-10/+30
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias1-0/+14
2022-11-07Input: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-11-07Input: joystick - fix Kconfig warning for JOYSTICK_ADCRandy Dunlap1-0/+1