public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
* [git pull] Input updates for v6.15-rc0
@ 2025-04-05  6:13 Dmitry Torokhov
  2025-04-05 16:53 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Torokhov @ 2025-04-05  6:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-input

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [git pull] Input updates for v6.15-rc0
  2025-04-05  6:13 [git pull] Input updates for v6.15-rc0 Dmitry Torokhov
@ 2025-04-05 16:53 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-04-05 16:53 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Linus Torvalds, linux-kernel, linux-input

The pull request you sent on Fri, 4 Apr 2025 23:13:41 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/56f944529ec2292cbe63377a76df3759d702dd39

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-05 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-05  6:13 [git pull] Input updates for v6.15-rc0 Dmitry Torokhov
2025-04-05 16:53 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox