Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1269384 > unrolled thread

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

Started byDmitry Torokhov <dmitry.torokhov@gmail.com>
First post2015-11-14 02:00 +0100
Last post2015-11-14 02:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [git pull] Input updates for 4.4-rc0 (round 2) Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2015-11-14 02:00 +0100

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

FromDmitry Torokhov <dmitry.torokhov@gmail.com>
Date2015-11-14 02:00 +0100
Subject[git pull] Input updates for 4.4-rc0 (round 2)
Message-ID<quxma-5g3-9@gated-at.bofh.it>
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web