summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2022-12-04Merge tag 'input-for-v6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+3
2022-12-02Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()Zhang Xiaoxu-1/+3
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-08Input: i8042 - apply probe defer to more ASUS ZenBook modelsTakashi Iwai-4/+4
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: goodix - try resetting the controller when no config is setHans de Goede-0/+11
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-09Merge branch 'next' into for-linusDmitry Torokhov-1256/+2149
2022-10-09Input: i8042 - fix refount leak on sparcLiang He-8/+19
2022-10-09Input: i8042 - add LoongArch support in i8042-acpipnpio.hHuacai Chen-1/+7
2022-10-09Input: i8042 - rename i8042-x86ia64io.h to i8042-acpipnpio.hHuacai Chen-4/+4
2022-10-09Input: pinephone-keyboard - support the proxied I2C busSamuel Holland-0/+76
2022-10-09Input: pinephone-keyboard - add PinePhone keyboard driverSamuel Holland-0/+406
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-68/+23
2022-10-03Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+5
2022-10-03input: libps2: mark data received in __ps2_command() as initializedAlexander Potapenko-1/+4
2022-09-29input: drop empty comment blocksChristophe JAILLET-138/+0
2022-09-29Merge tag 'input-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+5
2022-09-28Input: xpad - add X-Box Adaptive Profile buttonNate Yocom-2/+15
2022-09-28Input: xpad - add X-Box Adaptive XBox buttonNate Yocom-1/+2
2022-09-28Input: xpad - add X-Box Adaptive supportNate Yocom-0/+1
2022-09-28Input: ims-pcu - fix spelling mistake "BOOLTLOADER" -> "BOOTLOADER"Colin Ian King-1/+1
2022-09-28Input: ibm-panel - add missing MODULE_DEVICE_TABLEZeng Heng-0/+1
2022-09-28Input: icn8505 - utilize acpi_get_subsystem_id()Andy Shevchenko-21/+9
2022-09-27Input: xpad - decipher xpadone packages with GIP definesPavel Rojtberg-30/+69
2022-09-27Input: xpad - refactor using BIT() macroPavel Rojtberg-56/+57
2022-09-27Input: synaptics-rmi4 - convert to use sysfs_emit() APIszhang songyi-8/+8
2022-09-27Input: twl4030-pwrbutton - add missing of.h includeDmitry Torokhov-0/+1
2022-09-27Input: snvs_pwrkey - fix SNVS_HPVIDR1 register addressSebastian Krzyszkowiak-1/+1
2022-09-26Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva-1/+1
2022-09-26Input: ep93xx_keypad - add missing linux/input.h includeDmitry Torokhov-0/+1
2022-09-26Input: imx_keypad - add missing linux/input.h includeDmitry Torokhov-0/+1
2022-09-26Input: mt6779-keypad - add missing linux/input.h includeDmitry Torokhov-0/+1
2022-09-26Input: st-keyscan - add missing linux/input.h and linux/of.h includesDmitry Torokhov-4/+6
2022-09-26Input: lm8333 - add missing linux/input.h includeDmitry Torokhov-4/+4
2022-09-25Input: joydev - fix comment typoJason Wang-1/+1
2022-09-24Input: twl4030-vibra - drop legacy, non DT boot supportPeter Ujfalusi-9/+4
2022-09-24Input: synaptics - disable Intertouch for Lenovo T14 and P14s AMD G1Mark Pearson-1/+0
2022-09-24Input: iqs62x-keys - drop unused device node referencesJeff LaBundy-0/+3
2022-09-24Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang-1/+1
2022-09-23Input: synaptics-rmi4 - drop useless gotos in rmi_f34v7_do_reflash()Matthias Schiffer-10/+9
2022-09-23Input: synaptics-rmi4 - simplify rmi_f34v7_start_reflash()Matthias Schiffer-19/+6
2022-09-23Input: synaptics-rmi4 - remove unneeded struct register_offsetMatthias Schiffer-37/+15
2022-09-23Input: synaptics-rmi4 - make rmi_f34v7_erase_all() use the "erase all" commandMatthias Schiffer-86/+1
2022-09-23Input: synaptics-rmi4 - reset after writing partition tableMatthias Schiffer-0/+8