All of lore.kernel.org
 help / color / mirror / Atom feed
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.15-rc5
Date: Sat, 16 Oct 2021 21:33:42 -0700	[thread overview]
Message-ID: <YWunpuIgc3ODHhVE@google.com> (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 new product ID was added to xpad joystick driver
- fixes to resistive-adc-touch and snvs_pwrkey drivers
- a change to touchscreen helpers to make clang happier

Changelog:
---------

Michael Cullen (1):
      Input: xpad - add support for another USB ID of Nacon GC-100

Nathan Chancellor (1):
      Input: touchscreen - avoid bitwise vs logical OR warning

Oleksij Rempel (1):
      Input: resistive-adc-touch - fix division by zero error on z1 == 0

Uwe Kleine-König (1):
      Input: snvs_pwrkey - add clk handling

Diffstat:
--------

 drivers/input/joystick/xpad.c                   |  2 ++
 drivers/input/keyboard/snvs_pwrkey.c            | 29 +++++++++++++++++
 drivers/input/touchscreen.c                     | 42 ++++++++++++-------------
 drivers/input/touchscreen/resistive-adc-touch.c | 29 +++++++++--------
 4 files changed, 68 insertions(+), 34 deletions(-)

Thanks.


-- 
Dmitry

             reply	other threads:[~2021-10-17  4:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-17  4:33 Dmitry Torokhov [this message]
2021-10-18  3:22 ` [git pull] Input updates for v5.15-rc5 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=YWunpuIgc3ODHhVE@google.com \
    --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 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.