This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c6dd78fcb8ee Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] new 9087c37584fb dma-direct: Force unencrypted DMA under SME for certain DMA masks new b866455423e0 dma-mapping: add a dma_addressing_limited helper new a5008b59cd9d dma-direct: only limit the mapping size if swiotlb could be used new 449fa54d6815 dma-direct: correct the physical addr in dma_direct_sync_s [...] new ac60602a6d8f Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/u [...] new 1976d7d200c5 Input: synaptics - whitelist Lenovo T580 SMBus intertouch new 071cfc43c875 Input: sun4i-lradc-keys - add of_node_put() before return new cc95527cceb3 Input: mtk-pmic-keys - add of_node_put() before return new 2a017fd82c54 Input: gtco - bounds check collection indent level new e2c063c89700 Input: auo-pixcir-ts - switch to using devm_add_action_or [...] new d38b6cf50a6b Input: synaptics - fix misuse of strlcpy new ecb41832bd2a Merge tag 'v5.2' into next new 6d45d3e08b74 Input: iforce - remove empty multiline comments new b8374b85529d Input: adp5589 - initialize GPIO controller parent device new 88f28e95e72e Input: hyperv-keyboard - remove dependencies on PAGE_SIZE [...] new 7e4935ccc323 Input: alps - don't handle ALPS cs19 trackpoint-only device new 038b1a05eae6 Input: add Apple SPI keyboard and trackpad driver new d56fef0ec85b Input: applespi - remove set but not used variables 'sts' new 49e6979e7e92 Input: psmouse - fix build error of multiple definition new 771a081e44a9 Input: alps - fix a mismatch between a condition check and [...] new c39f2d9db0fd Merge branch 'next' into for-linus new f1a3b43cc1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 22 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: arch/s390/Kconfig | 1 + arch/s390/mm/init.c | 7 +- arch/x86/Kconfig | 1 + arch/x86/mm/mem_encrypt.c | 30 + drivers/input/joystick/iforce/iforce-ff.c | 3 - drivers/input/joystick/iforce/iforce-main.c | 3 - drivers/input/joystick/iforce/iforce-packets.c | 3 - drivers/input/joystick/iforce/iforce-serio.c | 3 - drivers/input/joystick/iforce/iforce-usb.c | 3 - drivers/input/joystick/iforce/iforce.h | 3 - drivers/input/keyboard/Kconfig | 16 + drivers/input/keyboard/Makefile | 1 + drivers/input/keyboard/adp5589-keys.c | 1 + drivers/input/keyboard/applespi.c | 1977 ++++++++++++++++++++++++ drivers/input/keyboard/applespi.h | 29 + drivers/input/keyboard/applespi_trace.h | 93 ++ drivers/input/keyboard/mtk-pmic-keys.c | 9 +- drivers/input/keyboard/sun4i-lradc-keys.c | 3 + drivers/input/mouse/alps.c | 32 + drivers/input/mouse/synaptics.c | 3 +- drivers/input/mouse/trackpoint.h | 3 +- drivers/input/serio/hyperv-keyboard.c | 4 +- drivers/input/tablet/gtco.c | 20 +- drivers/input/touchscreen/auo-pixcir-ts.c | 3 +- include/linux/dma-direct.h | 9 + include/linux/dma-mapping.h | 14 + kernel/dma/Kconfig | 3 + kernel/dma/direct.c | 44 +- 28 files changed, 2266 insertions(+), 55 deletions(-) create mode 100644 drivers/input/keyboard/applespi.c create mode 100644 drivers/input/keyboard/applespi.h create mode 100644 drivers/input/keyboard/applespi_trace.h