This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c8c655c34e33 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 40e40fdfec3f Input: bbnsm_pwrkey - add bbnsm power key support new 4b665e1781e2 Input: gpio-keys - add support for linux,input-value DTS property new c6f3b684c2c4 dt-bindings: google,cros-ec-keyb: Fix spelling error new 586dc36226dd Input: hp_sdc_rtc - mark an unused function as __maybe_unused new 9e03024ce276 ARM: spitz: include header defining input event codes new d5f7638eb5fe Input: matrix_keypad - replace header inclusions by forwar [...] new 5af7a77acd0f Input: hideep - clean up some inconsistent indenting new 10b0a455f437 Input: hideep - silence error in SW_RESET() new 007e50eb5dbe Input: hideep - optionally reset controller work mode to n [...] new d26a3a6ce7e0 Merge tag 'v6.3-rc2' into next new 12c7d0aeb3be Input: Use of_property_read_bool() for boolean properties new eaedf192f65f Input: zinitix - use of_property_present() for testing DT [...] new bb5e4f3e1abf Input: st-keyscan - drop of_match_ptr for ID table new 27e54d5193b9 Input: tm2-touchkey - drop of_match_ptr for ID table new f92dd6d07455 Input: sun4i-ts - drop of_match_ptr for ID table new f1e96f0617fc Input: bcm_iproc_tsc - drop of_match_ptr for ID table new 6906f5060d39 Input: iqs62x-keys - suppress duplicated error message in [...] new 907d73bc0b0a Input: xpad - remove unused field in VID/PID table new 1999a6b12a3b Input: xpad - add VID for Turtle Beach controllers new 77987b872fcf dt-bindings: input: Drop unneeded quotes new 8fb1bcd0baff Input: xpad - treat Qanba controllers as Xbox360 controllers new db7220c48d8d Input: xpad - fix support for some third-party controllers new 57d94d150d17 Input: add a new Novatek NVT-ts driver new fdefcbdd6f36 Input: Add KUnit tests for some of the input core helper f [...] new 1661f60adc3b Input: tsc2007 - enable cansleep pendown GPIO new d19ec82c74a5 Input: edt-ft5x06 - fix indentation new 6114f4749b46 Input: edt-ft5x06 - remove unnecessary blank lines new f8a2257056d9 Input: edt-ft5x06 - add spaces to ensure format specification new 38e8cf7b9761 Input: edt-ft5x06 - don't recalculate the CRC new 65c67985a030 Input: edt-ft5x06 - remove code duplication new 24642661e956 Input: edt-ft5x06 - don't print error messages with dev_dbg() new 9dfd9708ffba Input: edt-ft5x06 - convert to use regmap API new 079e60a53c25 Input: edt-ft5x06 - unify the crc check new 0df28e7166e8 Input: edt-ft5x06 - calculate points data length only once new cd7cd6f386df Input: cma3000_d0x - remove unneeded code new 210f8cab0751 Input: melfas_mip4 - report palm touches new 483a14418661 Input: edt-ft5x06 - select REGMAP_I2C new 5bca3688bdbc Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe new d6e680837ec5 Input: synaptics-rmi4 - fix function name in kerneldoc new f9b2e603c621 Input: xpad - add constants for GIP interface numbers new cf5950187319 Input: xpad - fix PowerA EnWired Controller guide button new c55d84fb2bd8 dt-bindings: input: pwm-beeper: convert to dt schema new 53bea86b5712 Revert "Input: xpad - fix support for some third-party con [...] new 9a87ffc99ec8 Merge branch 'next' into for-linus new 865fdb08197e Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub [...]
The 45 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/google,cros-ec-keyb.yaml | 2 +- .../devicetree/bindings/input/pwm-beeper.txt | 24 - .../devicetree/bindings/input/pwm-beeper.yaml | 41 ++ MAINTAINERS | 6 + arch/arm/mach-pxa/spitz.c | 1 + drivers/input/Kconfig | 10 + drivers/input/Makefile | 1 + drivers/input/joystick/xpad.c | 23 +- drivers/input/keyboard/gpio_keys.c | 3 + drivers/input/keyboard/iqs62x-keys.c | 2 +- drivers/input/keyboard/matrix_keypad.c | 6 +- drivers/input/keyboard/omap4-keypad.c | 3 +- drivers/input/keyboard/samsung-keypad.c | 3 +- drivers/input/keyboard/st-keyscan.c | 2 +- drivers/input/keyboard/tegra-kbc.c | 3 +- drivers/input/keyboard/tm2-touchkey.c | 2 +- drivers/input/misc/Kconfig | 11 + drivers/input/misc/Makefile | 1 + drivers/input/misc/cma3000_d0x.c | 2 - drivers/input/misc/hp_sdc_rtc.c | 2 +- drivers/input/misc/nxp-bbnsm-pwrkey.c | 193 ++++++++ drivers/input/rmi4/rmi_bus.c | 2 +- drivers/input/tests/.kunitconfig | 3 + drivers/input/tests/Makefile | 3 + drivers/input/tests/input_test.c | 150 +++++++ drivers/input/touchscreen/Kconfig | 11 + drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/bcm_iproc_tsc.c | 2 +- drivers/input/touchscreen/edt-ft5x06.c | 496 +++++++++++---------- drivers/input/touchscreen/hideep.c | 33 +- drivers/input/touchscreen/melfas_mip4.c | 19 +- drivers/input/touchscreen/novatek-nvt-ts.c | 301 +++++++++++++ drivers/input/touchscreen/raspberrypi-ts.c | 3 +- drivers/input/touchscreen/sun4i-ts.c | 2 +- drivers/input/touchscreen/tsc2007_core.c | 17 +- drivers/input/touchscreen/zinitix.c | 2 +- include/linux/input/matrix_keypad.h | 5 +- 37 files changed, 1067 insertions(+), 324 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/pwm-beeper.txt create mode 100644 Documentation/devicetree/bindings/input/pwm-beeper.yaml create mode 100644 drivers/input/misc/nxp-bbnsm-pwrkey.c create mode 100644 drivers/input/tests/.kunitconfig create mode 100644 drivers/input/tests/Makefile create mode 100644 drivers/input/tests/input_test.c create mode 100644 drivers/input/touchscreen/novatek-nvt-ts.c