This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from aa4330e15c26 Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kerne [...] new ab214c48387a dt-bindings: i2c: omap: Add new compatible for AM654 SoCs new 5b277402deac i2c: omap: Enable for ARCH_K3 new 350784e79230 MAINTAINERS: Add entry for i2c-omap driver new 848bd3f3de9d i2c: qcom-geni: Fix runtime PM mismatch with child devices new c71bcdcb42a7 i2c: add i2c bus driver for NVIDIA GPU new caccdcc5dbec i2c: nvidia-gpu: make pm_ops static new 247c554a14aa usb: typec: ucsi: add support for Cypress CCGx new d5335b3dfc61 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new 4920b1f7676d mailmap: Update email for Punit Agrawal new 313a06e63680 lib/raid6: Fix arm64 test build new 26a4676faa1a arm64: mm: define NET_IP_ALIGN to 0 new 24cc61d8cb5a arm64: memblock: don't permit memblock resizing until line [...] new 35c55685fc80 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 13 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: .mailmap | 1 + Documentation/devicetree/bindings/i2c/i2c-omap.txt | 8 +- Documentation/i2c/busses/i2c-nvidia-gpu | 18 + MAINTAINERS | 15 + arch/arm64/include/asm/processor.h | 8 + arch/arm64/mm/init.c | 2 - arch/arm64/mm/mmu.c | 2 + drivers/i2c/busses/Kconfig | 11 +- drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-nvidia-gpu.c | 368 +++++++++++++++++++++ drivers/i2c/busses/i2c-qcom-geni.c | 15 +- drivers/usb/typec/ucsi/Kconfig | 10 + drivers/usb/typec/ucsi/Makefile | 2 + drivers/usb/typec/ucsi/ucsi_ccg.c | 307 +++++++++++++++++ lib/raid6/test/Makefile | 4 +- 15 files changed, 758 insertions(+), 14 deletions(-) create mode 100644 Documentation/i2c/busses/i2c-nvidia-gpu create mode 100644 drivers/i2c/busses/i2c-nvidia-gpu.c create mode 100644 drivers/usb/typec/ucsi/ucsi_ccg.c