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.14-rc6
Date: Sat, 15 Mar 2025 18:18:12 -0700	[thread overview]
Message-ID: <Z9Ym1Da9oT9CdxVR@google.com> (raw)

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.14-rc6

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

- several new device IDs added to xpad game controller driver

- support for imagis IST3038H variant of chip added to imagis touch
  controller driver

- a fix for GPIO allocation for ads7846 touch controller driver

- a fix for iqs7222 driver to properly support status register

- a fix for goodix-berlin touch controller driver to use the right name
  for the regulator

- more i8042 quirks to better handle several old Clevo devices.

Changelog:
---------

Andras Sebok (2):
      dt-bindings: input/touchscreen: imagis: add compatible for ist3038h
      Input: imagis - add support for imagis IST3038H

Antheas Kapenekakis (3):
      Input: xpad - add support for ZOTAC Gaming Zone
      Input: xpad - add support for TECNO Pocket Go
      Input: xpad - rename QH controller to Legion Go S

Bastien Nocera (1):
      MAINTAINERS: Remove myself from the goodix touchscreen maintainers

H. Nikolaus Schaller (1):
      Input: ads7846 - fix gpiod allocation

Jeff LaBundy (1):
      Input: iqs7222 - preserve system status register

Luca Weiss (2):
      Input: goodix-berlin - fix comment referencing wrong regulator
      Input: goodix-berlin - fix vddio regulator references

Nilton Perim Neto (1):
      Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers

Pavel Rojtberg (1):
      Input: xpad - add multiple supported devices

Werner Sembach (4):
      Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ
      Input: i8042 - add required quirks for missing old boardnames
      Input: i8042 - swap old quirk combination with new quirk for several devices
      Input: i8042 - swap old quirk combination with new quirk for more devices

Yu-Chun Lin (1):
      Input: wdt87xx_i2c - fix compiler warning

Diffstat:
--------

 .../input/touchscreen/imagis,ist3038c.yaml         |   1 +
 MAINTAINERS                                        |   1 -
 drivers/input/joystick/xpad.c                      |  39 ++++++--
 drivers/input/misc/iqs7222.c                       |  50 ++++------
 drivers/input/serio/i8042-acpipnpio.h              | 111 ++++++++++-----------
 drivers/input/touchscreen/ads7846.c                |   2 +-
 drivers/input/touchscreen/goodix_berlin_core.c     |  26 ++---
 drivers/input/touchscreen/imagis.c                 |   9 ++
 drivers/input/touchscreen/wdt87xx_i2c.c            |   2 +
 9 files changed, 135 insertions(+), 106 deletions(-)

Thanks.


-- 
Dmitry

             reply	other threads:[~2025-03-16  1:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-16  1:18 Dmitry Torokhov [this message]
2025-03-16  1:59 ` [git pull] Input updates for v6.14-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=Z9Ym1Da9oT9CdxVR@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.