public inbox for linux-kernel@vger.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.15-rc0
Date: Fri, 4 Apr 2025 23:13:41 -0700	[thread overview]
Message-ID: <Z_DKFUmQJg8idRsZ@google.com> (raw)

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.15-rc0

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

- a brand new driver for touchpads and touchbars in newer Apple devices

- support for Berlin-A series in goodix-berlin touchscreen driver

- improvements to matrix_keypad driver to better handle GPIOs toggling

- assorted small cleanups in other input drivers.

Changelog:
---------

Arnd Bergmann (1):
      Input: synaptics - hide unused smbus_pnp_ids[] array

Dmitry Antipov (1):
      Input: pm8941-pwrkey - fix dev_dbg() output in pm8941_pwrkey_irq()

Dmitry Torokhov (1):
      dt-bindings: input: matrix_keypad - add wakeup-source property

Hans Verkuil (1):
      Input: drop vb2_ops_wait_prepare/finish

Jens Reidel (2):
      dt-bindings: input: goodix,gt9916: Document gt9897 compatible
      Input: goodix_berlin - add support for Berlin-A series

Krzysztof Kozlowski (1):
      dt-bindings: input: Correct indentation and style in DTS example

Markus Burri (5):
      dt-bindings: input: matrix_keypad: convert to YAML
      dt-bindings: input: matrix_keypad: add settle time after enabling all columns
      Input: matrix_keypad - add settle time after enabling all columns
      Input: matrix_keypad - use fsleep for delays after activating columns
      dt-bindings: input: matrix_keypad - add missing property

Nam Cao (1):
      Input: Switch to use hrtimer_setup()

Sasha Finkelstein (4):
      dt-bindings: input: touchscreen: Add Z2 controller
      Input: apple_z2 - add a driver for Apple Z2 touchscreens
      MAINTAINERS: Add entries for Apple Z2 touchscreen driver
      Input: apple_z2 - fix potential confusion in Kconfig

Diffstat:
--------

 .../bindings/input/gpio-matrix-keypad.txt          |  49 ---
 .../bindings/input/gpio-matrix-keypad.yaml         | 103 +++++
 .../bindings/input/qcom,pm8921-keypad.yaml         |  46 +-
 .../bindings/input/qcom,pm8921-pwrkey.yaml         |  36 +-
 .../input/touchscreen/apple,z2-multitouch.yaml     |  70 +++
 .../bindings/input/touchscreen/goodix,gt9916.yaml  |   1 +
 .../bindings/input/touchscreen/ti,ads7843.yaml     |  32 +-
 .../devicetree/bindings/power/wakeup-source.txt    |   2 +-
 MAINTAINERS                                        |   2 +
 drivers/input/joystick/walkera0701.c               |   3 +-
 drivers/input/keyboard/gpio_keys.c                 |  10 +-
 drivers/input/keyboard/matrix_keypad.c             |   8 +-
 drivers/input/misc/pm8941-pwrkey.c                 |   4 +-
 drivers/input/mouse/synaptics.c                    |   2 +
 drivers/input/rmi4/rmi_f54.c                       |   2 -
 drivers/input/touchscreen/Kconfig                  |  13 +
 drivers/input/touchscreen/Makefile                 |   1 +
 drivers/input/touchscreen/apple_z2.c               | 477 +++++++++++++++++++++
 drivers/input/touchscreen/atmel_mxt_ts.c           |   2 -
 drivers/input/touchscreen/goodix_berlin.h          |  16 +-
 drivers/input/touchscreen/goodix_berlin_core.c     |  21 +-
 drivers/input/touchscreen/goodix_berlin_i2c.c      |  14 +-
 drivers/input/touchscreen/goodix_berlin_spi.c      |  48 ++-
 drivers/input/touchscreen/sur40.c                  |   2 -
 24 files changed, 814 insertions(+), 150 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/input/gpio-matrix-keypad.txt
 create mode 100644 Documentation/devicetree/bindings/input/gpio-matrix-keypad.yaml
 create mode 100644 Documentation/devicetree/bindings/input/touchscreen/apple,z2-multitouch.yaml
 create mode 100644 drivers/input/touchscreen/apple_z2.c

Thanks.


-- 
Dmitry

             reply	other threads:[~2025-04-05  6:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-05  6:13 Dmitry Torokhov [this message]
2025-04-05 16:53 ` [git pull] Input updates for v6.15-rc0 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=Z_DKFUmQJg8idRsZ@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox