Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.1-rc5 to receive updates for the input subsystem. You will get: - a fix for 8042 to stop leaking platform device on unload - a fix for Goodix touchscreens on devices like Nanote UMPC-01 where we need to reset controller to load config from firmware - a workaround for Acer Switch to avoid interrupt storm from home and power buttons - a workaround for more ASUS ZenBook models to detect keyboard cnotroller - a fix for iforce driver to properly handle communication errors - touchpad on HP Laptop 15-da3001TU switched to RMI mode Changelog: --------- Aman Dhoot (1): Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode Chen Jun (1): Input: i8042 - fix leaking of platform device on module removal Hans de Goede (3): Input: goodix - try resetting the controller when no config is set Input: soc_button_array - add use_low_level_irq module parameter Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[] Sheng-Liang Pan (1): dt-bindings: input: touchscreen: Add compatible for Goodix GT7986U chip Takashi Iwai (1): Input: i8042 - apply probe defer to more ASUS ZenBook models Tetsuo Handa (1): Input: iforce - invert valid length check when fetching device IDs Diffstat: -------- .../devicetree/bindings/input/goodix,gt7375p.yaml | 5 ++++- drivers/input/joystick/iforce/iforce-main.c | 8 ++++---- drivers/input/misc/soc_button_array.c | 14 +++++++++++++- drivers/input/mouse/synaptics.c | 1 + drivers/input/serio/i8042-acpipnpio.h | 8 ++++---- drivers/input/serio/i8042.c | 4 ---- drivers/input/touchscreen/goodix.c | 11 +++++++++++ 7 files changed, 37 insertions(+), 14 deletions(-) Thanks. -- Dmitry