Quantcast
Channel: Serverphorums.com - Linux Kernel
Viewing all articles
Browse latest Browse all 24115

[git pull] Input updates for 3.11-rc0 (no replies)

$
0
0
Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
or
master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus

to receive 2nd round of updates for the input subsystem. You will get an
update to Elantech driver to support hardware v7, fix to the new cyttsp4
driver to use proper addressing, ads7846 git device tree support and
nspire-keypad got a small cleanup.

Changelog:
---------

Daniel Mack (1):
Input: ads7846 - add device tree bindings

Daniel Tang (1):
Input: nspire-keypad - replace magic offset with define

Dmitry Torokhov (1):
Input: ads7846 - make sure we do not change platform data

Ferruh Yigit (1):
Input: cyttsp4 - use 16bit address for I2C/SPI communication

Matteo Delfino (1):
Input: elantech - fix for newer hardware versions (v7)


Diffstat:
--------

.../devicetree/bindings/input/ads7846.txt | 91 +++++++++++++++
drivers/input/keyboard/nspire-keypad.c | 2 +-
drivers/input/mouse/elantech.c | 17 +--
drivers/input/touchscreen/ads7846.c | 123 ++++++++++++++++++---
drivers/input/touchscreen/cyttsp4_core.h | 12 +-
drivers/input/touchscreen/cyttsp4_spi.c | 20 ++--
drivers/input/touchscreen/cyttsp_core.h | 8 +-
drivers/input/touchscreen/cyttsp_i2c_common.c | 30 +++--
drivers/input/touchscreen/cyttsp_spi.c | 6 +-
9 files changed, 253 insertions(+), 56 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/ads7846.txt

--
Dmitry

Viewing all articles
Browse latest Browse all 24115

Trending Articles