This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/linux.
from 4357f03d6611 Merge tag 'pm-5.15-rc2' of git://git.kernel.org/pub/scm/li [...] adds efafec27c565 spi: Fix tegra20 build with CONFIG_PM=n adds cc9d3aaa5331 alpha: make 'Jensen' IO functions build again adds cd395d529faf tgafb: clarify dependencies adds 3782326577d4 Revert "of: property: fw_devlink: Add support for "phy-han [...] adds e22e509c1cd9 dt-bindings: ufs: Add bindings for Samsung ufs host adds a11de92523f7 dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference adds c8087adc8865 dt-bindings: arm: mediatek: mmsys: update mediatek,mmsys.y [...] adds 31c8025fac3d of: restricted dma: Fix condition for rmem init adds 55c21d57eafb dt-bindings: arm: Fix Toradex compatible typo adds d1a88690cea3 Merge tag 'devicetree-fixes-for-5.15-2' of git://git.kerne [...] adds a8b92b8c1eac s390/pci_mmio: fully validate the VMA before calling follow_pte() adds d76b14f3971a s390/sclp: fix Secure-IPL facility detection adds 4b26ceac103b s390: update defconfigs adds 948e50551b9a s390/ap: fix kernel doc comments adds f5711f9df924 s390: remove WARN_DYNAMIC_STACK adds 93ff9f13be91 Merge tag 's390-5.15-3' of git://git.kernel.org/pub/scm/li [...] new ab41f75ee6a0 alpha: mark 'Jensen' platform as no longer broken new d4d016caa4b8 alpha: move __udiv_qrnnd library function to arch/alpha/lib/
The 2 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: Documentation/devicetree/bindings/arm/tegra.yaml | 2 +- .../bindings/display/mediatek/mediatek,disp.txt | 2 +- .../bindings/ufs/samsung,exynos-ufs.yaml | 89 ++++++++++++++++++++++ Documentation/networking/dsa/sja1105.rst | 2 +- arch/alpha/Kconfig | 1 - arch/alpha/include/asm/asm-prototypes.h | 1 + arch/alpha/include/asm/jensen.h | 8 +- arch/alpha/kernel/sys_jensen.c | 10 +-- arch/alpha/lib/Makefile | 1 + arch/alpha/{math-emu/qrnnd.S => lib/udiv-qrnnd.S} | 2 + arch/alpha/math-emu/Makefile | 2 +- arch/alpha/math-emu/math.c | 2 - arch/s390/Kconfig | 10 --- arch/s390/Makefile | 7 -- arch/s390/configs/debug_defconfig | 8 +- arch/s390/configs/defconfig | 5 +- arch/s390/pci/pci_mmio.c | 4 +- drivers/of/device.c | 6 +- drivers/of/property.c | 2 - drivers/s390/char/sclp_early.c | 3 +- drivers/s390/crypto/ap_bus.c | 3 +- drivers/s390/crypto/ap_queue.c | 4 +- drivers/spi/spi-tegra20-slink.c | 4 +- drivers/video/fbdev/Kconfig | 4 +- 24 files changed, 133 insertions(+), 49 deletions(-) create mode 100644 Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml rename arch/alpha/{math-emu/qrnnd.S => lib/udiv-qrnnd.S} (98%)