Linux/linux 073c916Documentation/devicetree/bindings/input elan_i2c.txt, drivers/hid hid-quirks.c

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input

Pull input updates from Dmitry Torokhov:

 - an update to Elan touchpad SMBus driver to fetch device parameters
   (size, resolution) while it is still in PS/2 mode, before switching
   over to SMBus, as in that mode some devices return garbage dimensions

 - update to iforce joystick driver

 - miscellaneous driver fixes

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (48 commits)
  Input: gpio_keys_polled - allow specifying name of input device
  Input: edt-ft5x06 - simplify event reporting code
  Input: max77650-onkey - add MODULE_ALIAS()
  Input: atmel_mxt_ts - fix leak in mxt_update_cfg()
  Input: synaptics - enable SMBUS on T480 thinkpad trackpad
  Input: atmel_mxt_ts - fix -Wunused-const-variable
  Input: joydev - extend absolute mouse detection
  HID: quirks: Refactor ELAN 400 and 401 handling
  Input: elan_i2c - export the device id whitelist
  Input: edt-ft5x06 - use get_unaligned_be16()
  Input: iforce - add the Saitek R440 Force Wheel
  Input: iforce - use unaligned accessors, where appropriate
  Input: iforce - drop couple of temps from transport code
  Input: iforce - drop bus type from iforce structure
  Input: iforce - use DMA-safe buffores for USB transfers
  Input: iforce - allow callers supply data buffer when fetching device IDs
  Input: iforce - only call iforce_process_packet() if initialized
  Input: iforce - signal command completion from transport code
  Input: iforce - do not combine arguments for iforce_process_packet()
  Input: iforce - factor out hat handling when parsing packets
  ...
DeltaFile
+171-151drivers/input/mouse/elantech.c
+74-149drivers/input/joystick/iforce/iforce-packets.c
+135-57drivers/input/joystick/iforce/iforce-usb.c
+57-121drivers/input/joystick/iforce/iforce-main.c
+124-37drivers/input/joystick/iforce/iforce-serio.c
+57-65drivers/input/mouse/elan_i2c_core.c
+76-0include/linux/input/elan-i2c-ids.h
+56-15drivers/input/touchscreen/eeti_ts.c
+21-32drivers/input/joystick/iforce/iforce.h
+22-2drivers/input/joydev.c
+12-11drivers/input/touchscreen/atmel_mxt_ts.c
+11-11drivers/hid/hid-quirks.c
+9-9drivers/input/joystick/iforce/iforce-ff.c
+7-11drivers/input/touchscreen/edt-ft5x06.c
+11-0Documentation/devicetree/bindings/input/elan_i2c.txt
+2-9drivers/input/misc/da9063_onkey.c
+5-5drivers/input/keyboard/gpio_keys_polled.c
+4-4drivers/input/joystick/iforce/Kconfig
+8-0drivers/input/mouse/elantech.h
+2-6drivers/input/touchscreen/imx6ul_tsc.c
+3-4drivers/input/joystick/iforce/Makefile
+2-4drivers/input/rmi4/rmi_f12.c
+2-4drivers/input/keyboard/gpio_keys.c
+1-3drivers/input/keyboard/imx_keypad.c
+1-2drivers/input/keyboard/tca8418_keypad.c
+0-2drivers/input/touchscreen/iqs5xx.c
+1-0drivers/input/misc/max77650-onkey.c
+1-0drivers/input/mouse/synaptics.c
+875-71428 files

UnifiedSplitRaw