This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a8662bcd2ff1 Merge tag 'v6.15-p3' of git://git.kernel.org/pub/scm/linux [...] new ab4976976ee1 Input: drop vb2_ops_wait_prepare/finish new a7550ff59edf Input: Switch to use hrtimer_setup() new ed872cea144c dt-bindings: input: touchscreen: Add Z2 controller new 471a92f8a21a Input: apple_z2 - add a driver for Apple Z2 touchscreens new 9995b98a4b2a MAINTAINERS: Add entries for Apple Z2 touchscreen driver new 2034fe663a1a dt-bindings: input: Correct indentation and style in DTS example new e51cb50f0bc0 dt-bindings: input: matrix_keypad: convert to YAML new 2eeac6d4bb5e dt-bindings: input: matrix_keypad: add settle time after e [...] new 90a0a63451e4 Input: matrix_keypad - add settle time after enabling all columns new e71087ebcd0e Input: matrix_keypad - use fsleep for delays after activat [...] new 564dcfc124c3 Input: apple_z2 - fix potential confusion in Kconfig new 496b7d2e5b93 Input: synaptics - hide unused smbus_pnp_ids[] array new 7f7573bd4f37 Input: pm8941-pwrkey - fix dev_dbg() output in pm8941_pwrk [...] new 0b119045b79a Merge tag 'v6.14-rc4' into next new aed2626f465e dt-bindings: input: matrix_keypad - add missing property new 3066a95d14ae dt-bindings: input: matrix_keypad - add wakeup-source property new 8d2764251ffe dt-bindings: input: goodix,gt9916: Document gt9897 compatible new 4d395cb071a3 Input: goodix_berlin - add support for Berlin-A series new 946661e3bef8 Merge branch 'next' into for-linus new 56f944529ec2 Merge tag 'input-for-v6.15-rc0' of git://git.kernel.org/pu [...]
The 20 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../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-mu [...] create mode 100644 drivers/input/touchscreen/apple_z2.c