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.16-rc6
Date: Fri, 24 Dec 2021 22:06:41 -0800	[thread overview]
Message-ID: <Yca08RwxZRZcYB2i@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. A few small updates to
drivers. Of note we are now deferring probes of i8042 on some Asus
devices as the controller is not ready to respond to queries first time
around when the driver is compiled into the kernel.

Changelog:
---------

Andrea Righi (1):
      Input: elantech - fix stack out of bound access in elantech_change_report_id()

Hans de Goede (2):
      Input: goodix - try not to touch the reset-pin on x86/ACPI devices
      Input: goodix - add id->model mapping for the "9111" model

Jeff LaBundy (1):
      Input: iqs626a - prohibit inlining of channel parsing functions

Johnny Chuang (1):
      Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312

José Expósito (2):
      Input: goodix - fix memory leak in goodix_firmware_upload
      Input: atmel_mxt_ts - fix double free in mxt_read_info_block

Samuel Čavoj (1):
      Input: i8042 - enable deferred probe quirk for ASUS UM325UA

Takashi Iwai (1):
      Input: i8042 - add deferred probe support

Diffstat:
--------

 Documentation/admin-guide/kernel-parameters.txt |  2 +
 drivers/input/misc/iqs626a.c                    | 21 +++++-----
 drivers/input/mouse/elantech.c                  |  8 +++-
 drivers/input/serio/i8042-x86ia64io.h           | 21 ++++++++++
 drivers/input/serio/i8042.c                     | 54 ++++++++++++++++---------
 drivers/input/touchscreen/atmel_mxt_ts.c        |  2 +-
 drivers/input/touchscreen/elants_i2c.c          | 46 ++++++++++++++++++++-
 drivers/input/touchscreen/goodix.c              | 31 +++++++++++---
 drivers/input/touchscreen/goodix.h              |  1 +
 drivers/input/touchscreen/goodix_fwupload.c     |  2 +-
 10 files changed, 151 insertions(+), 37 deletions(-)

Thanks.

-- 
Dmitry

             reply	other threads:[~2021-12-25  6:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-25  6:06 Dmitry Torokhov [this message]
2021-12-25 21:10 ` [git pull] Input updates for v5.16-rc6 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=Yca08RwxZRZcYB2i@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.