[git pull] Input updates for 4.4-rc0 (round 2)

From: Dmitry Torokhov
Date: Fri Nov 13 2015 - 19:55:46 EST


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 an update to
tsc2005 driver that allows it to support tsc2004 (basically the same
controller, but uses i2c instead of spi bus), and a couple of bug fixes.

Note that there will be a minor conflict in
drivers/input/touchscreen/tsc2005.c due to the recently merged change
removing setting of owner in SPI drivers.

Changelog:
---------

Geert Uytterhoeven (1):
Input: parkbd - drop bogus __init from parkbd_allocate_serio()

Michael Welling (3):
Input: tsc2005 - separate SPI and core functions
Input: tsc200x-core - rename functions and variables
Input: tsc2004 - add support for tsc2004

Takashi Iwai (1):
Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled


Diffstat:
--------

.../bindings/input/touchscreen/tsc2005.txt | 34 +-
drivers/input/mouse/elantech.c | 7 +
drivers/input/serio/parkbd.c | 2 +-
drivers/input/touchscreen/Kconfig | 17 +
drivers/input/touchscreen/Makefile | 2 +
drivers/input/touchscreen/tsc2004.c | 83 +++
drivers/input/touchscreen/tsc2005.c | 714 +--------------------
drivers/input/touchscreen/tsc200x-core.c | 665 +++++++++++++++++++
drivers/input/touchscreen/tsc200x-core.h | 78 +++
9 files changed, 899 insertions(+), 703 deletions(-)
create mode 100644 drivers/input/touchscreen/tsc2004.c
create mode 100644 drivers/input/touchscreen/tsc200x-core.c
create mode 100644 drivers/input/touchscreen/tsc200x-core.h

--
Dmitry

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/