All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] Input updates for 4.4-rc0 (round 2)
@ 2015-11-14  0:55 Dmitry Torokhov
  0 siblings, 0 replies; only message in thread
From: Dmitry Torokhov @ 2015-11-14  0:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-input

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-14  0:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-14  0:55 [git pull] Input updates for 4.4-rc0 (round 2) Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.