Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. You will get fixes to Synaptics RMI4 driver and fix for use after free in error path handling of Cypress TTSP driver. Changelog: --------- Andrew Duggan (3): Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driver Input: synaptics-rmi4 - do not consume more data than we have (F11, F12) Input: synaptics-rmi4 - remove unused result_bits mask Lucas Stach (2): Input: synaptics-rmi4 - fix video buffer size Input: synaptics-rmi4 - clear IRQ enables for F54 Pan Bian (1): Input: cyttsp4_core - fix use after free bug Diffstat: -------- drivers/input/rmi4/rmi_f11.c | 9 +++------ drivers/input/rmi4/rmi_f12.c | 32 ++++++++++++++++++++++++++++---- drivers/input/rmi4/rmi_f54.c | 4 ++-- drivers/input/touchscreen/cyttsp4_core.c | 7 ------- 4 files changed, 33 insertions(+), 19 deletions(-) Thanks. -- Dmitry