This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/linux.
from f56dbdda4322 Merge tag 'hyperv-next-signed-20220528' of git://git.kerne [...] adds 47f15561b69e drm: fix EDID struct for old ARM OABI format adds db6c4ee7838c Input: mt6779-keypad - move iomem pointer to probe function adds 44dc42d254bf dt-bindings: input: Add bindings for Azoteq IQS7222A/B/C adds e505edaedcb9 Input: add support for Azoteq IQS7222A/B/C adds eba697b3c303 Input: iqs7222 - propagate some error codes correctly adds 66ab05c75642 Input: iqs7222 - avoid dereferencing a NULL pointer adds c8eefa0f2a3b Input: aiptek - remove redundant assignment to variable ret adds 0a112e7c681c Input: remove unneeded variable in input_inhibit_device() adds d238b8f68018 Input: clps711x-keypad - use syscon_regmap_lookup_by_phandle adds 41657514c796 Input: add Raspberry Pi Sense HAT joystick driver adds 28e26e927cf4 Input: ep93xx_keypad - use devm_platform_ioremap_resource( [...] adds 40f6d265665a Input: synaptics-rmi4 - remove unnecessary flush_workqueue() adds 2e7cfec0edd4 Input: pm8941-pwrkey - fix error message adds 8ac8904bf9c7 Input: pm8941-pwrkey - add support for PON GEN3 base addresses adds 0b65118e6ba3 Input: pm8941-pwrkey - add software key press debouncing support adds be8fc023ef64 Input: pm8941-pwrkey - simulate missed key press events adds b243018eafeb Input: sun4i-lradc-keys - add wakeup support adds 61f19f67490b dt-bindings: input: sun4i-lradc-keys: Add R329 and D1 compatibles adds ac2d5b43ea16 Input: sun4i-lradc-keys - add optional clock/reset support adds ec648fc0a003 Input: sun4i-lradc-keys - add support for R329 and D1 adds c8994b30d71d Input: sparcspkr - fix refcount leak in bbc_beep_probe adds 1922cc9c20a3 Input: bcm-keypad - remove unneeded NULL check before clk_ [...] adds 1b3ce51dde36 Input: psmouse-smbus - avoid flush_scheduled_work() usage adds c853246539f3 Input: vmmouse - disable vmmouse before entering suspend mode adds 52dc6d3bea3b dt-bindings: google,cros-ec-keyb: Introduce switches only [...] adds ca1eadbfcd36 Input: cros-ec-keyb - allow skipping keyboard registration adds d95bca4fbde0 dt-bindings: google,cros-ec-keyb: Fixup bad compatible match adds 038c4bf85ba2 Merge branch 'ib/5.17-cros-ec-keyb' into next adds fabcf4d86968 Input: cypress_ps2 - fix typo in comment adds cee409bbba0d Input: gpio-keys - cancel delayed work only in case of GPIO adds 5f76955ab1e4 Input: stmfts - do not leave device disabled in stmfts_input_open adds 1e90e2628cec Merge branch 'next' into for-linus adds 664a393a2663 Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
Summary of changes: .../input/allwinner,sun4i-a10-lradc-keys.yaml | 22 + .../devicetree/bindings/input/azoteq,iqs7222.yaml | 960 ++++++++ .../bindings/input/google,cros-ec-keyb.yaml | 36 +- drivers/input/input.c | 4 +- drivers/input/joystick/Kconfig | 11 + drivers/input/joystick/Makefile | 1 + drivers/input/joystick/sensehat-joystick.c | 137 ++ drivers/input/keyboard/bcm-keypad.c | 3 +- drivers/input/keyboard/clps711x-keypad.c | 3 +- drivers/input/keyboard/cros_ec_keyb.c | 29 +- drivers/input/keyboard/ep93xx_keypad.c | 7 +- drivers/input/keyboard/gpio_keys.c | 2 +- drivers/input/keyboard/mt6779-keypad.c | 10 +- drivers/input/keyboard/sun4i-lradc-keys.c | 63 +- drivers/input/misc/Kconfig | 10 + drivers/input/misc/Makefile | 1 + drivers/input/misc/iqs7222.c | 2446 ++++++++++++++++++++ drivers/input/misc/pm8941-pwrkey.c | 127 +- drivers/input/misc/sparcspkr.c | 1 + drivers/input/mouse/cypress_ps2.c | 2 +- drivers/input/mouse/psmouse-smbus.c | 11 +- drivers/input/mouse/vmmouse.c | 14 + drivers/input/rmi4/rmi_f54.c | 1 - drivers/input/tablet/aiptek.c | 3 +- drivers/input/touchscreen/stmfts.c | 16 +- include/drm/drm_edid.h | 6 +- 26 files changed, 3855 insertions(+), 71 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/azoteq,iqs7222.yaml create mode 100644 drivers/input/joystick/sensehat-joystick.c create mode 100644 drivers/input/misc/iqs7222.c