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.14-rc0
Date: Sat, 16 Sep 2017 06:34:30 -0700 [thread overview]
Message-ID: <20170916133430.GA29183@dtor-ws> (raw)
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
to receive second round of updates for the input subsystem. You will get:
- a new driver for PWM-controlled vibrators
- ucb1400 touchscreen driver had completely busted suspend/resume handling
- we now handle "home" button found on some devices with Goodix touchscreens
- assorted other fixups.
Changelog:
---------
Cameron Gutman (1):
Input: xpad - validate USB endpoint type during probe
Colin Ian King (3):
Input: adi - make array seq static, reduces object code size
Input: surface3_spi - make const array header static, reduces object code size
Input: elantech - make arrays debounce_packet static, reduces object code size
Dmitry Torokhov (1):
Input: ucb1400_ts - fix suspend and resume handling
Kai-Heng Feng (1):
Input: i8042 - add Gigabyte P57 to the keyboard reset table
Luca Ceresoli (1):
Input: edt-ft5x06 - fix access to non-existing register
Sebastian Reichel (1):
Input: add a driver for PWM controllable vibrators
Sergei A. Trusov (1):
Input: goodix - add support for capacitive home button
Diffstat:
--------
.../devicetree/bindings/input/pwm-vibrator.txt | 66 +++++
drivers/input/joystick/adi.c | 2 +-
drivers/input/joystick/xpad.c | 10 +-
drivers/input/misc/Kconfig | 12 +
drivers/input/misc/Makefile | 1 +
drivers/input/misc/pwm-vibra.c | 267 +++++++++++++++++++++
drivers/input/mouse/elantech.c | 8 +-
drivers/input/serio/i8042-x86ia64io.h | 7 +
drivers/input/touchscreen/edt-ft5x06.c | 3 +-
drivers/input/touchscreen/goodix.c | 9 +
drivers/input/touchscreen/surface3_spi.c | 2 +-
drivers/input/touchscreen/ucb1400_ts.c | 4 +-
12 files changed, 380 insertions(+), 11 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/pwm-vibrator.txt
create mode 100644 drivers/input/misc/pwm-vibra.c
Thanks.
--
Dmitry
next reply other threads:[~2017-09-16 13:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-16 13:34 Dmitry Torokhov [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-09-07 0:26 [git pull] Input updates for v4.14-rc0 Dmitry Torokhov
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=20170916133430.GA29183@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).