From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for 4.4-rc0 (round 2)
Date: Fri, 13 Nov 2015 16:55:37 -0800 [thread overview]
Message-ID: <20151114005537.GA8682@dtor-ws> (raw)
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
reply other threads:[~2015-11-14 0:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151114005537.GA8682@dtor-ws \
--to=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).