[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <66fexopj4i5izpsalnoiqxy4ufbexlcax5yqs7iqvzdpdfjwww@6wiq5a6ubmak>
Date: Sun, 1 Jun 2025 21:57:04 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: [git pull] Input updates for v6.16-rc0
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git tags/input-for-v6.16-rc0
to receive updates for the input subsystem. You will get:
- support for game controllers requiring delayed initialization
packets, such as ByoWave Proteus, in xpad driver
- a change to atkbd driver to not reset the keyboard on Loongson devices
- tweaks to gpio-keys and matrix_keypad drivers
- fixes to documentation for Amiga joysticks
- a fix to ims-pcu driver to better handle malformed firmware.
Changelog:
---------
Dan Carpenter (1):
Input: ims-pcu - check record size in ims_pcu_flash_firmware()
Fabrice Gasnier (1):
Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT
Gatien Chevallier (1):
Input: gpio-keys - fix possible concurrent access in gpio_keys_irq_timer()
George Anthony Vernon (4):
Input: amijoy - fix broken table formatting in documentation
Input: amijoy - fix Amiga 4-joystick adapter pinout in documentation
Input: amijoy - fix grammar in documentation
Input: amijoy - make headings compliant w/ guidelines in documentation
Ian Ray (2):
dt-bindings: crypto: fsl,sec-v4.0-mon: Add "power-off-time-sec"
Input: snvs_pwrkey - support power-off-time-sec
Joel Selvaraj (1):
dt-bindings: input: touchscreen: edt-ft5x06: use unevaluatedProperties
Markus Burri (2):
Input: matrix_keypad - add function for reading row state
Input: matrix_keypad - detect change during scan
Neil Armstrong (2):
dt-bindings: input: convert dlg,da7280.txt to dt-schema
MAINTAINERS: update dlg,da72??.txt to yaml
Pierre-Loup A. Griffais (1):
Input: xpad - add the ByoWave Proteus controller
Qunqin Zhao (1):
Input: atkbd - do not reset keyboard by default on Loongson
Vicki Pfau (2):
Input: xpad - allow delaying init packets
Input: xpad - send LED and auth done packets to all Xbox One controllers
Diffstat:
--------
.../bindings/crypto/fsl,sec-v4.0-mon.yaml | 5 +
.../devicetree/bindings/input/dlg,da7280.txt | 108 ---------
.../devicetree/bindings/input/dlg,da7280.yaml | 248 +++++++++++++++++++++
.../bindings/input/touchscreen/edt-ft5x06.yaml | 9 +-
Documentation/input/devices/amijoy.rst | 125 ++++++-----
MAINTAINERS | 2 +-
drivers/input/joystick/xpad.c | 53 +++--
drivers/input/keyboard/atkbd.c | 2 +-
drivers/input/keyboard/gpio_keys.c | 6 +-
drivers/input/keyboard/matrix_keypad.c | 30 ++-
drivers/input/keyboard/snvs_pwrkey.c | 25 +++
drivers/input/misc/ims-pcu.c | 6 +
12 files changed, 425 insertions(+), 194 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/input/dlg,da7280.txt
create mode 100644 Documentation/devicetree/bindings/input/dlg,da7280.yaml
Thanks.
--
Dmitry
Powered by blists - more mailing lists