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. Nothing terribly interesting, just a few fixups. Changelog: --------- Alexey Dobriyan (1): Input: i8042 - unbreak Pegatron C15B AngeloGioacchino Del Regno (2): dt-bindings: input: touchscreen: goodix: Add binding for GT9286 IC Input: goodix - add support for Goodix GT9286 chip Benjamin Valentin (1): Input: xpad - sync supported devices with fork on GitHub Geert Uytterhoeven (3): Input: st1232 - fix off-by-one error in resolution handling Input: st1232 - do not read more bytes than needed Input: st1232 - wait until device is ready before reading resolution Heinrich Schuchardt (1): dt-bindings: input: adc-keys: clarify description Marek Vasut (1): Input: ili210x - implement pressure reporting for ILI251x Souptick Joarder (1): Input: ariel-pwrbutton - remove unused variable ariel_pwrbutton_id_table Diffstat: -------- .../devicetree/bindings/input/adc-keys.txt | 22 +++++++++- .../bindings/input/touchscreen/goodix.yaml | 1 + drivers/input/joystick/xpad.c | 17 +++++++- drivers/input/misc/ariel-pwrbutton.c | 6 --- drivers/input/serio/i8042-x86ia64io.h | 2 + drivers/input/touchscreen/goodix.c | 2 + drivers/input/touchscreen/ili210x.c | 26 ++++++++---- drivers/input/touchscreen/st1232.c | 48 +++++++++++++++++++--- 8 files changed, 102 insertions(+), 22 deletions(-) Thanks. -- Dmitry