This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3d0e7a9e00fd Merge tag 'md/4.19-rc2' of git://git.kernel.org/pub/scm/li [...] new ecfe951f0c1b afs: Fix cell specification to permit an empty address list new 4051c323c59b ARC: configs: cleanup new 5c0920897af5 ARC: [plat-axs*/plat-hsdk]: Allow U-Boot to pass MAC-addre [...] new c83532fb0fe0 ARC: [plat-axs*]: Enable SWAP new 1e3bece2ded7 ARC: cleanup show_faulting_vma() new c27d0e9045bb ARC: sort Kconfig new 2b52e2a67c86 arc: remove redundant GCC version checks new 3fcbb8260a87 ARC: atomics: unbork atomic_fetch_##op() new 678c8110d23c ARC: dma [IOC]: mark DMA devices connected as dma-coherent new 2820a708d5a3 ARC: dma [IOC] Enable per device io coherency new 2b720e99a129 ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabled new dd45210b6dd4 ARC: don't check for HIGHMEM pages in arch_dma_alloc new 2c34a0e041a7 Merge tag 'arc-4.19-rc3' of git://git.kernel.org/pub/scm/l [...] new 38f5d8d8cbb2 i2c: uniphier: issue STOP only for last message or I2C_M_STOP new 4c85609b08c4 i2c: uniphier-f: issue STOP only for last message or I2C_M_STOP new f6eb89349078 dt-bindings: imx-lpi2c: Remove mx8dv compatible entry new 20fdcd760a63 i2c: imx-lpi2c: Remove mx8dv compatible entry new 851a15114895 i2c: i801: fix DNV's SMBCTRL register offset new ae7304c3ea28 i2c: xiic: Make the start and the byte count write atomic new da4dfaf8428d i2c: xiic: Record xilinx i2c with Zynq fragment new d7b686ebf704 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...]
The 21 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: .../devicetree/bindings/i2c/i2c-imx-lpi2c.txt | 3 +- MAINTAINERS | 1 + arch/arc/Kconfig | 10 +-- arch/arc/Makefile | 10 +-- arch/arc/boot/dts/axc003.dtsi | 26 +++++++ arch/arc/boot/dts/axc003_idu.dtsi | 26 +++++++ arch/arc/boot/dts/axs10x_mb.dtsi | 7 +- arch/arc/boot/dts/hsdk.dts | 11 ++- arch/arc/configs/axs101_defconfig | 3 - arch/arc/configs/axs103_defconfig | 3 - arch/arc/configs/axs103_smp_defconfig | 3 - arch/arc/configs/haps_hs_defconfig | 2 - arch/arc/configs/haps_hs_smp_defconfig | 2 - arch/arc/configs/hsdk_defconfig | 1 - arch/arc/configs/nps_defconfig | 1 - arch/arc/configs/nsim_700_defconfig | 2 - arch/arc/configs/nsim_hs_defconfig | 2 - arch/arc/configs/nsim_hs_smp_defconfig | 2 - arch/arc/configs/nsimosci_defconfig | 2 - arch/arc/configs/nsimosci_hs_defconfig | 2 - arch/arc/configs/nsimosci_hs_smp_defconfig | 2 - arch/arc/configs/tb10x_defconfig | 1 - arch/arc/configs/vdk_hs38_defconfig | 2 - arch/arc/configs/vdk_hs38_smp_defconfig | 1 - arch/arc/include/asm/atomic.h | 2 +- arch/arc/include/asm/dma-mapping.h | 13 ++++ arch/arc/kernel/troubleshoot.c | 13 ++-- arch/arc/mm/cache.c | 36 ++++++---- arch/arc/mm/dma.c | 82 +++++++++++----------- drivers/i2c/busses/i2c-i801.c | 7 +- drivers/i2c/busses/i2c-imx-lpi2c.c | 1 - drivers/i2c/busses/i2c-uniphier-f.c | 7 +- drivers/i2c/busses/i2c-uniphier.c | 7 +- drivers/i2c/busses/i2c-xiic.c | 4 ++ fs/afs/proc.c | 15 ++-- 35 files changed, 177 insertions(+), 135 deletions(-) create mode 100644 arch/arc/include/asm/dma-mapping.h