summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2022-12-02Input: elan_i2c_core - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: cyapa - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: pcf8574_keypad - Convert to i2c's .probe_new()Uwe Kleine-König-2/+2
2022-12-02Input: mma8450 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: kxtj9 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: ibm-panel - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: drv2667 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: drv2665 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: drv260x - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: da7280 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: cma3000_d0x_i2c - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: bma150 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: atmel_captouch - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: apanel - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: adxl34x-i2c - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: ad714x-i2c - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: tm2-touchkey - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: tca8418_keypad - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: tca6416-keypad - Convert to i2c's .probe_new()Uwe Kleine-König-3/+3
2022-12-02Input: qt2160 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: qt1070 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: mpr121_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: mcs_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König-3/+3
2022-12-02Input: max7359_keypad - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: lm8333 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: lm8323 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: dlink-dir685-touchkeys - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: cap11xx - Convert to i2c's .probe_new()Uwe Kleine-König-3/+3
2022-12-02Input: adp5589-keys - Convert to i2c's .probe_new()Uwe Kleine-König-3/+3
2022-12-02Input: adp5588-keys - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-12-02Input: as5011 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-30Input: msg2638 - only read linux,keycodes array if necessaryVincent Knecht-7/+9
2022-11-30Input: wistron_btns - disable on UMLRandy Dunlap-1/+1
2022-11-29Input: elants_i2c - delete some dead codeDan Carpenter-2/+0
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman-1/+1
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li-3/+1
2022-11-22Input: stmpe-ts - drop obsolete dependency on COMPILE_TESTJean Delvare-1/+1
2022-11-22Input: raydium_ts_i2c - don't set wake_capable and wake_irqRaul E Rangel-9/+0
2022-11-22Input: elants_i2c - don't set wake_capable and wake_irqRaul E Rangel-16/+0
2022-11-22Input: elan_i2c - don't set wake_capable and wake_irqRaul E Rangel-16/+0
2022-11-22Input: raydium_ts_i2c - use PM subsystem to manage wake irqRaul E Rangel-6/+10
2022-11-22Input: elants_i2c - use PM subsystem to manage wake irqRaul E Rangel-4/+11
2022-11-22Input: elan_i2c - use PM subsystem to manage wake irqRaul E Rangel-7/+10
2022-11-18Merge tag 'input-for-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+33
2022-11-18Input: i8042 - fix leaking of platform device on module removalChen Jun-4/+0
2022-11-17Input: max8997 - convert to modern way to get a reference to a PWMUwe Kleine-König-4/+3
2022-11-17Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson-6/+3
2022-11-17Input: hynitron_cstxxx - initialize tmp to 0 to fix uninitialized variable issueChris Morgan-1/+1
2022-11-16Input: msg2638 - add support for msg2138 key eventsVincent Knecht-4/+58
2022-11-14Input: msg2638 - add support for msg2138Vincent Knecht-0/+93