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 v6.1-rc5
Date: Fri, 18 Nov 2022 17:26:33 -0800	[thread overview]
Message-ID: <Y3gwySzRvhCwdSgW@google.com> (raw)

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.1-rc5

to receive updates for the input subsystem. You will get:

- a fix for 8042 to stop leaking platform device on unload
- a fix for Goodix touchscreens on devices like Nanote UMPC-01 where we
  need to reset controller to load config from firmware
- a workaround for Acer Switch to avoid interrupt storm from home and
  power buttons
- a workaround for more ASUS ZenBook models to detect keyboard cnotroller
- a fix for iforce driver to properly handle communication errors
- touchpad on HP Laptop 15-da3001TU switched to RMI mode

Changelog:
---------

Aman Dhoot (1):
      Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode

Chen Jun (1):
      Input: i8042 - fix leaking of platform device on module removal

Hans de Goede (3):
      Input: goodix - try resetting the controller when no config is set
      Input: soc_button_array - add use_low_level_irq module parameter
      Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]

Sheng-Liang Pan (1):
      dt-bindings: input: touchscreen: Add compatible for Goodix GT7986U chip

Takashi Iwai (1):
      Input: i8042 - apply probe defer to more ASUS ZenBook models

Tetsuo Handa (1):
      Input: iforce - invert valid length check when fetching device IDs

Diffstat:
--------

 .../devicetree/bindings/input/goodix,gt7375p.yaml          |  5 ++++-
 drivers/input/joystick/iforce/iforce-main.c                |  8 ++++----
 drivers/input/misc/soc_button_array.c                      | 14 +++++++++++++-
 drivers/input/mouse/synaptics.c                            |  1 +
 drivers/input/serio/i8042-acpipnpio.h                      |  8 ++++----
 drivers/input/serio/i8042.c                                |  4 ----
 drivers/input/touchscreen/goodix.c                         | 11 +++++++++++
 7 files changed, 37 insertions(+), 14 deletions(-)

Thanks.


-- 
Dmitry

             reply	other threads:[~2022-11-19  1:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-19  1:26 Dmitry Torokhov [this message]
2022-11-19  2:04 ` [git pull] Input updates for v6.1-rc5 pr-tracker-bot
2022-12-13 11:41 ` Jiri Slaby
2022-12-15  7:39   ` Thorsten Leemhuis
2022-12-20 10:15     ` [git pull] Input updates for v6.1-rc5 #forregzbot Thorsten Leemhuis
2022-12-24  7:49       ` Aman Dhoot
2022-12-24  7:53         ` Aman Dhoot
2022-12-24  8:15         ` [git pull] Input updates for v6.1-rc5 Thorsten Leemhuis
2023-01-27 12:49   ` Linux kernel regression tracking (Thorsten Leemhuis)

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=Y3gwySzRvhCwdSgW@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.