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 v5.6-rc0
Date: Mon, 3 Feb 2020 11:33:44 -0800 [thread overview]
Message-ID: <20200203193344.GA202502@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:
- a driver for SGI IOC3 PS/2 controller
- updates to driver for FocalTech FT5x06 series touch screen controllers
- other assorted fixes.
Changelog:
---------
Alexandru Ardelean (1):
Input: ads7846 - use new `delay` structure for SPI transfer delays
Ben Dooks (Codethink) (2):
Input: axp20x-pek - make device attributes static
Input: apbps2 - add __iomem to register struct
Benjamin Gaignard (2):
dt-bindings: touchscreen: Add touchscreen schema
dt-bindings: touchscreen: Convert Goodix touchscreen to json-schema
Johnny.Chuang (1):
Input: elants_i2c - check Remark ID when attempting firmware update
Lucas Stach (1):
Input: synaptics-rmi4 - switch to reduced reporting mode
Marco Felsch (4):
Input: edt-ft5x06 - alphabetical include reorder
Input: edt-ft5x06 - document wakeup-source capability
Input: edt-ft5x06 - make wakeup-source switchable
Input: edt-ft5x06 - use pm core to enable/disable the wake irq
Philipp Zabel (1):
Input: edt-ft5x06 - work around first register access error
Samuel Holland (2):
Input: axp20x-pek - respect userspace wakeup configuration
Input: axp20x-pek - enable wakeup for all AXP variants
Thomas Bogendoerfer (1):
Input: add IOC3 serio driver
Diffstat:
--------
.../bindings/input/touchscreen/edt-ft5x06.txt | 2 +
.../bindings/input/touchscreen/goodix.txt | 50 -----
.../bindings/input/touchscreen/goodix.yaml | 78 ++++++++
.../bindings/input/touchscreen/touchscreen.txt | 40 +---
.../bindings/input/touchscreen/touchscreen.yaml | 83 ++++++++
drivers/input/misc/axp20x-pek.c | 45 ++++-
drivers/input/rmi4/rmi_f11.c | 14 ++
drivers/input/serio/Kconfig | 10 +
drivers/input/serio/Makefile | 1 +
drivers/input/serio/apbps2.c | 2 +-
drivers/input/serio/ioc3kbd.c | 216 +++++++++++++++++++++
drivers/input/touchscreen/ads7846.c | 15 +-
drivers/input/touchscreen/edt-ft5x06.c | 55 ++----
drivers/input/touchscreen/elants_i2c.c | 77 +++++++-
14 files changed, 544 insertions(+), 144 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.txt
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/goodix.yaml
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/touchscreen.yaml
create mode 100644 drivers/input/serio/ioc3kbd.c
Thanks.
--
Dmitry
next reply other threads:[~2020-02-03 19:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-03 19:33 Dmitry Torokhov [this message]
2020-02-03 22:35 ` [git pull] Input updates for v5.6-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=20200203193344.GA202502@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