This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 47f15561b69e drm: fix EDID struct for old ARM OABI format new db6c4ee7838c Input: mt6779-keypad - move iomem pointer to probe function new 44dc42d254bf dt-bindings: input: Add bindings for Azoteq IQS7222A/B/C new e505edaedcb9 Input: add support for Azoteq IQS7222A/B/C new eba697b3c303 Input: iqs7222 - propagate some error codes correctly new 66ab05c75642 Input: iqs7222 - avoid dereferencing a NULL pointer new c8eefa0f2a3b Input: aiptek - remove redundant assignment to variable ret new 0a112e7c681c Input: remove unneeded variable in input_inhibit_device() new d238b8f68018 Input: clps711x-keypad - use syscon_regmap_lookup_by_phandle new 41657514c796 Input: add Raspberry Pi Sense HAT joystick driver new 28e26e927cf4 Input: ep93xx_keypad - use devm_platform_ioremap_resource( [...] new 40f6d265665a Input: synaptics-rmi4 - remove unnecessary flush_workqueue() new 2e7cfec0edd4 Input: pm8941-pwrkey - fix error message new 8ac8904bf9c7 Input: pm8941-pwrkey - add support for PON GEN3 base addresses new 0b65118e6ba3 Input: pm8941-pwrkey - add software key press debouncing support new be8fc023ef64 Input: pm8941-pwrkey - simulate missed key press events new b243018eafeb Input: sun4i-lradc-keys - add wakeup support new 61f19f67490b dt-bindings: input: sun4i-lradc-keys: Add R329 and D1 compatibles new ac2d5b43ea16 Input: sun4i-lradc-keys - add optional clock/reset support new ec648fc0a003 Input: sun4i-lradc-keys - add support for R329 and D1 new c8994b30d71d Input: sparcspkr - fix refcount leak in bbc_beep_probe new 1922cc9c20a3 Input: bcm-keypad - remove unneeded NULL check before clk_ [...] new 1b3ce51dde36 Input: psmouse-smbus - avoid flush_scheduled_work() usage new c853246539f3 Input: vmmouse - disable vmmouse before entering suspend mode new 52dc6d3bea3b dt-bindings: google,cros-ec-keyb: Introduce switches only [...] new ca1eadbfcd36 Input: cros-ec-keyb - allow skipping keyboard registration new d95bca4fbde0 dt-bindings: google,cros-ec-keyb: Fixup bad compatible match new 038c4bf85ba2 Merge branch 'ib/5.17-cros-ec-keyb' into next new fabcf4d86968 Input: cypress_ps2 - fix typo in comment new cee409bbba0d Input: gpio-keys - cancel delayed work only in case of GPIO new 5f76955ab1e4 Input: stmfts - do not leave device disabled in stmfts_input_open new 1e90e2628cec Merge branch 'next' into for-linus new 664a393a2663 Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pu [...]
The 32 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: .../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 +- 25 files changed, 3852 insertions(+), 68 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