This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allmodconfig in repository toolchain/linux-next.
from aa4330e15c26 Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kerne [...] adds ab214c48387a dt-bindings: i2c: omap: Add new compatible for AM654 SoCs adds 5b277402deac i2c: omap: Enable for ARCH_K3 adds 350784e79230 MAINTAINERS: Add entry for i2c-omap driver adds 848bd3f3de9d i2c: qcom-geni: Fix runtime PM mismatch with child devices adds c71bcdcb42a7 i2c: add i2c bus driver for NVIDIA GPU adds caccdcc5dbec i2c: nvidia-gpu: make pm_ops static adds 247c554a14aa usb: typec: ucsi: add support for Cypress CCGx adds d5335b3dfc61 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] adds 4920b1f7676d mailmap: Update email for Punit Agrawal adds 313a06e63680 lib/raid6: Fix arm64 test build adds 26a4676faa1a arm64: mm: define NET_IP_ALIGN to 0 adds 24cc61d8cb5a arm64: memblock: don't permit memblock resizing until line [...] adds 35c55685fc80 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds f90055717019 CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM adds d9cccfa7c4d1 xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_ [...] adds 6cc4a0863c97 xen-blkfront: fix kernel panic with negotiate_mq error path new 1457d8cf7664 x86/xen: fix pv boot new d3132b3860f6 xen: fix xen_qlock_wait() new 3941552aec1e xen: remove size limit of privcmd-buf mapping interface new ab6e1f378f54 Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.or [...]
The 4 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 + arch/x86/include/asm/xen/page.h | 35 +- arch/x86/xen/p2m.c | 3 +- arch/x86/xen/spinlock.c | 14 +- drivers/block/xen-blkfront.c | 1 + 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 +++++++++++++++++ drivers/xen/grant-table.c | 2 +- drivers/xen/privcmd-buf.c | 22 +- include/xen/xen-ops.h | 12 +- lib/raid6/test/Makefile | 4 +- 22 files changed, 811 insertions(+), 50 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