summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
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
2022-11-14Input: msg2638 - set max finger number and irqhandler from driver dataVincent Knecht-10/+30
2022-11-08Input: i8042 - apply probe defer to more ASUS ZenBook modelsTakashi Iwai-4/+4
2022-11-07Input: Use kstrtobool() instead of strtobool()Christophe JAILLET-1/+2
2022-11-07Input: joystick - fix Kconfig warning for JOYSTICK_ADCRandy Dunlap-0/+1
2022-11-07Input: add driver for Himax hx83112b touchscreen devicesJob Noorman-0/+378
2022-11-07Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]Hans de Goede-0/+7
2022-11-07Input: soc_button_array - add use_low_level_irq module parameterHans de Goede-1/+6
2022-11-07Input: iforce - invert valid length check when fetching device IDsTetsuo Handa-4/+4
2022-11-03Input: matrix_keypad - force switch rows to input modeSiarhei Volkau-0/+3
2022-11-03Input: goodix - try resetting the controller when no config is setHans de Goede-0/+11
2022-11-01Input: Add driver for Cypress Generation 5 touchscreenAlistair Francis-0/+918
2022-10-29Input: add driver for Hynitron cstxxx touchscreensChris Morgan-0/+511
2022-10-28Input: stmpe-keypad - add missing of.h includeDmitry Torokhov-0/+1
2022-10-24Input: tps6507x-ts - remove variable loopsColin Ian King-2/+0
2022-10-24Input: iqs7222 - add support for IQS7222A v1.13+Jeff LaBundy-0/+111
2022-10-24Input: iqs7222 - protect against undefined slider sizeJeff LaBundy-1/+8
2022-10-24Input: iqs7222 - report malformed propertiesJeff LaBundy-8/+36
2022-10-24Input: iqs7222 - drop unused device node referencesJeff LaBundy-194/+146
2022-10-24Input: egalax_ts - do not hardcode interrupt triggerDmitry Torokhov-4/+3
2022-10-24Input: egalax_ts - switch to using gpiod APIDmitry Torokhov-25/+17
2022-10-17Merge tag 'v6.1-rc1' into nextDmitry Torokhov-16/+31
2022-10-15Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI modeAman Dhoot-0/+1
2022-10-11Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1113/+2102
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+4
2022-10-10Input: dlink-dir685-touchkeys - make array bl_data static constColin Ian King-2/+2
2022-10-10Input: atmel_captouch - drop obsolete dependency on COMPILE_TESTJean Delvare-4/+2
2022-10-09Merge branch 'next' into for-linusDmitry Torokhov-1256/+2149
2022-10-09Input: i8042 - fix refount leak on sparcLiang He-8/+19