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: - a few drivers have been updated to use flexible-array syntax instead of GCC extension - ili210x touchscreen driver now supports the 2120 protocol flavor - a couple more of Synaptics devices have been switched over to RMI4 Changelog: --------- Benjamin Tissoires (1): Input: synaptics - remove the LEN0049 dmi id from topbuttonpad list Gaurav Agrawal (1): Input: synaptics - enable SMBus on ThinkPad L470 Gustavo A. R. Silva (5): Input: goldfish_events - replace zero-length array with flexible-array member Input: gpio_keys - replace zero-length array with flexible-array member Input: gpio_keys_polled - replace zero-length array with flexible-array member Input: tca6416-keypad - replace zero-length array with flexible-array member Input: cyapa - replace zero-length array with flexible-array member Luca Weiss (2): Input: ili210x - fix return value of is_visible function Input: ili210x - add ili2120 support Lyude Paul (1): Input: synaptics - switch T470s to RMI4 by default Wolfram Sang (1): Input: psmouse - switch to using i2c_new_scanned_device() Diffstat: -------- .../devicetree/bindings/input/ilitek,ili2xxx.txt | 3 +- drivers/input/keyboard/goldfish_events.c | 2 +- drivers/input/keyboard/gpio_keys.c | 2 +- drivers/input/keyboard/gpio_keys_polled.c | 2 +- drivers/input/keyboard/tca6416-keypad.c | 4 +-- drivers/input/mouse/cyapa_gen5.c | 8 ++--- drivers/input/mouse/psmouse-smbus.c | 8 +++-- drivers/input/mouse/synaptics.c | 4 ++- drivers/input/touchscreen/ili210x.c | 34 +++++++++++++++++++++- 9 files changed, 52 insertions(+), 15 deletions(-) Thanks. -- Dmitry