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 update to Goodix touchscreen driver to enable it work properly on various Bay Trail and Cherry Trail devices, and a few other assorted changes. Changelog: --------- Andy Shevchenko (1): Input: of_touchscreen - explicitly choose axis Benjamin Gaignard (1): dt-bindings: touchscreen: Convert edt-ft5x06 to json-schema Dmitry Mastykin (2): Input: goodix - fix spurious key release events Input: goodix - add support for more then one touch-key Hans de Goede (14): Input: goodix - refactor IRQ pin GPIO accesses Input: goodix - make loading the config from disk independent from the GPIO setup Input: goodix - make resetting the controller at probe independent from the GPIO setup Input: goodix - add support for getting IRQ + reset GPIOs on Cherry Trail devices Input: goodix - add support for getting IRQ + reset GPIOs on Bay Trail devices Input: goodix - add support for controlling the IRQ pin through ACPI methods Input: goodix - move defines to above struct goodix_ts_data declaration Input: goodix - save a copy of the config from goodix_read_config() Input: goodix - add minimum firmware size check Input: goodix - make goodix_send_cfg() take a raw buffer as argument Input: goodix - restore config on resume if necessary Input: goodix - try to reset the controller if the i2c-test fails Input: goodix - fix compilation when ACPI support is disabled Input: i8042 - add Acer Aspire 5738z to nomux list Icenowy Zheng (3): dt-bindings: input: touchscreen: add compatible string for Goodix GT917S Input: goodix - use string-based chip ID Input: goodix - add support for Goodix GT917S Johnny Chuang (1): Input: elants_i2c - report resolution information for touch major Rajat Jain (1): Input: update SPDX tag for input-event-codes.h Sergei A. Trusov (1): Input: goodix - fix touch coordinates on Cube I15-TC Yannick Fertre (2): dt-bindings: touchscreen: goodix: support of gt9147 Input: goodix - support gt9147 touchpanel Diffstat: -------- .../bindings/input/touchscreen/edt-ft5x06.txt | 77 --- .../bindings/input/touchscreen/edt-ft5x06.yaml | 125 +++++ .../bindings/input/touchscreen/goodix.yaml | 2 + drivers/input/serio/i8042-x86ia64io.h | 11 + drivers/input/touchscreen/elants_i2c.c | 1 + drivers/input/touchscreen/goodix.c | 608 +++++++++++++++++---- drivers/input/touchscreen/of_touchscreen.c | 35 +- include/uapi/linux/input-event-codes.h | 2 +- 8 files changed, 651 insertions(+), 210 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt create mode 100644 Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml Thanks. -- Dmitry