Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 May 2018 03:34:42 +0000 (17:34 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 May 2018 03:34:42 +0000 (17:34 -1000)
Pull input updates from Dmitry Torokhov:
 "Just a few driver fixes"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: atmel_mxt_ts - add missing compatible strings to OF device table
  Input: atmel_mxt_ts - fix the firmware update
  Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
  MAINTAINERS: Rakesh Iyer can't be reached anymore
  Input: hideep_ts - fix a typo in Kconfig
  Input: alps - fix reporting pressure of v3 trackstick
  Input: leds - fix out of bound access
  Input: synaptics-rmi4 - fix an unchecked out of memory error path

1  2 
MAINTAINERS
drivers/input/touchscreen/atmel_mxt_ts.c

diff --cc MAINTAINERS
Simple merge
@@@ -279,8 -273,10 +279,9 @@@ struct mxt_data 
        struct i2c_client *client;
        struct input_dev *input_dev;
        char phys[64];          /* device physical location */
 -      const struct mxt_platform_data *pdata;
        struct mxt_object *object_table;
-       struct mxt_info info;
+       struct mxt_info *info;
+       void *raw_info_block;
        unsigned int irq;
        unsigned int max_x;
        unsigned int max_y;