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: - a driver for SGI IOC3 PS/2 controller - updates to driver for FocalTech FT5x06 series touch screen controllers - other assorted fixes. Changelog: --------- Alexandru Ardelean (1): Input: ads7846 - use new `delay` structure for SPI transfer delays Ben Dooks (Codethink) (2): Input: axp20x-pek - make device attributes static Input: apbps2 - add __iomem to register struct Benjamin Gaignard (2): dt-bindings: touchscreen: Add touchscreen schema dt-bindings: touchscreen: Convert Goodix touchscreen to json-schema Johnny.Chuang (1): Input: elants_i2c - check Remark ID when attempting firmware update Lucas Stach (1): Input: synaptics-rmi4 - switch to reduced reporting mode Marco Felsch (4): Input: edt-ft5x06 - alphabetical include reorder Input: edt-ft5x06 - document wakeup-source capability Input: edt-ft5x06 - make wakeup-source switchable Input: edt-ft5x06 - use pm core to enable/disable the wake irq Philipp Zabel (1): Input: edt-ft5x06 - work around first register access error Samuel Holland (2): Input: axp20x-pek - respect userspace wakeup configuration Input: axp20x-pek - enable wakeup for all AXP variants Thomas Bogendoerfer (1): Input: add IOC3 serio driver Diffstat: -------- .../bindings/input/touchscreen/edt-ft5x06.txt | 2 + .../bindings/input/touchscreen/goodix.txt | 50 ----- .../bindings/input/touchscreen/goodix.yaml | 78 ++++++++ .../bindings/input/touchscreen/touchscreen.txt | 40 +--- .../bindings/input/touchscreen/touchscreen.yaml | 83 ++++++++ drivers/input/misc/axp20x-pek.c | 45 ++++- drivers/input/rmi4/rmi_f11.c | 14 ++ drivers/input/serio/Kconfig | 10 + drivers/input/serio/Makefile | 1 + drivers/input/serio/apbps2.c | 2 +- drivers/input/serio/ioc3kbd.c | 216 +++++++++++++++++++++ drivers/input/touchscreen/ads7846.c | 15 +- drivers/input/touchscreen/edt-ft5x06.c | 55 ++---- drivers/input/touchscreen/elants_i2c.c | 77 +++++++- 14 files changed, 544 insertions(+), 144 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.txt create mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.yaml create mode 100644 Documentation/devicetree/bindings/input/touchscreen/touchscreen.yaml create mode 100644 drivers/input/serio/ioc3kbd.c Thanks. -- Dmitry