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 v4.21-rc0
Date: Wed, 2 Jan 2019 17:06:36 -0800 [thread overview]
Message-ID: <20190103010636.GA189500@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. A tiny pull request this
merge window unfortunately, should get more material in for the next
release.
- new driver for Raspberry Pi's touchscreen (firmware interface)
- miscellaneous input driver fixes
Changelog:
---------
Colin Ian King (1):
Input: drv2667 - fix indentation issues
Dan Carpenter (1):
Input: nomadik-ske-keypad - fix a loop timeout test
Hardik Singh Rathore (1):
Input: touchscreen - fix coding style issue
Linus Walleij (1):
Input: ad7879 - drop platform data support
Lubomir Rintel (5):
dt-bindings: marvell,mmp2: Add clock id for the SP clock
clk: mmp2: add SP clock
Input: olpc_apsp - drop CONFIG_OLPC dependency
Input: olpc_apsp - check FIFO status on open(), not probe()
Input: olpc_apsp - enable the SP clock
Nicolas Saenz Julienne (1):
Input: add official Raspberry Pi's touchscreen driver
Patrick Dreyer (1):
Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G
Sanjeev Chugh (1):
Input: atmel_mxt_ts - don't try to free unallocated kernel memory
Uwe Kleine-König (1):
Input: rotary-encoder - don't log EPROBE_DEFER to kernel log
YueHaibing (1):
Input: olpc_apsp - remove set but not used variable 'np'
Diffstat:
--------
.../input/touchscreen/raspberrypi,firmware-ts.txt | 26 +++
.../devicetree/bindings/serio/olpc,ap-sp.txt | 4 +
drivers/clk/mmp/clk-of-mmp2.c | 4 +
drivers/input/keyboard/nomadik-ske-keypad.c | 2 +-
drivers/input/misc/drv2667.c | 6 +-
drivers/input/misc/rotary_encoder.c | 6 +-
drivers/input/mouse/elan_i2c_core.c | 1 +
drivers/input/serio/Kconfig | 1 -
drivers/input/serio/olpc_apsp.c | 28 ++-
drivers/input/touchscreen/Kconfig | 12 ++
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/ad7879.c | 109 +++-------
drivers/input/touchscreen/atmel_mxt_ts.c | 4 +-
drivers/input/touchscreen/ektf2127.c | 2 +-
drivers/input/touchscreen/gunze.c | 4 +-
drivers/input/touchscreen/inexio.c | 4 +-
drivers/input/touchscreen/mtouch.c | 4 +-
drivers/input/touchscreen/raspberrypi-ts.c | 227 +++++++++++++++++++++
include/dt-bindings/clock/marvell,mmp2.h | 1 +
include/linux/platform_data/ad7879.h | 42 ----
20 files changed, 347 insertions(+), 141 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/raspberrypi,firmware-ts.txt
create mode 100644 drivers/input/touchscreen/raspberrypi-ts.c
delete mode 100644 include/linux/platform_data/ad7879.h
Thanks.
--
Dmitry
next reply other threads:[~2019-01-03 1:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-03 1:06 Dmitry Torokhov [this message]
2019-01-03 3:05 ` [git pull] Input updates for v4.21-rc0 pr-tracker-bot
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=20190103010636.GA189500@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).