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-allyesconfig in repository toolchain/ci/linux.
from 6b529fb0a3ea Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/sc [...] adds 8070ba634860 ARM: shmobile: fix build regressions adds a64597227d0d soc: renesas: r8a774c0-sysc: Fix initialization order of 3 [...] adds 70bf439a9492 Merge tag 'renesas-fixes-for-v5.0' of https://git.kernel.o [...] adds cc557afb4d10 ARM: davinci: da830-evm: fix label names in GPIO lookup entries adds c3f08cceb6a5 ARM: davinci: da850-evm: fix label names in GPIO lookup entries adds 94777ed3b644 ARM: davinci: dm355-evm: fix label names in GPIO lookup entries adds 7f1015b29d9b ARM: davinci: dm644x-evm: fix label names in GPIO lookup entries adds 054b8dc381b1 ARM: davinci: omapl138-hawk: fix label names in GPIO looku [...] adds 706edaa88835 ARM: dts: da850-evm: Correct the audio codec regulators adds 7fca69d4e43f ARM: dts: da850-evm: Correct the sound card name adds bd540ebe68c3 ARM: dts: da850-lcdk: Correct the audio codec regulators adds c25748acc5c2 ARM: dts: da850-lcdk: Correct the sound card name adds 98a5f673119b Merge tag 'davinci-fixes-for-v5.0' of git://git.kernel.org [...] adds 2076607a20bd qcom-scm: Include <linux/err.h> header adds f4f8aa6de35a Merge tag 'qcom-fixes-for-5.0-rc1' of git://git.kernel.org [...] adds 19a220dd1e8a arm64: defconfig: enable modules for amlogic s400 sound card adds 431a8b73de58 Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/sc [...] adds df209c43a0e8 gpio: pl061: handle failed allocations adds 21face6f0d4d ARM: integrator: impd1: use struct_size() in devm_kzalloc() adds 2ec472edcd72 Merge tag 'integrator-fixes-armsoc' of git://git.kernel.or [...] adds 132ac39cffbc arm64: dts: marvell: armada-ap806: reserve PSCI area adds 59c4dccbc367 arm64: dts: marvell: mcbin: fix PCIe reset signal adds b5f034845e70 ARM: dts: kirkwood: Fix polarity of GPIO fan lines adds 56acb3ef7617 Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/l [...] adds 42f03ab3c751 ARC: HSDK: improve reset driver adds 12c62b9d6ce5 reset: Improve reset controller kernel docs adds eaf91db0ab22 reset: Add reset_control_get_count() adds 151f72f493f2 reset: fix null pointer dereference on dev by dev_name adds b3ca9888f35f reset: socfpga: add an early reset driver for SoCFPGA adds a277105b239b ARM: socfpga: dts: document "altr,stratix10-rst-mgr" binding adds 21b22136b433 dt-bindings: reset: uniphier: Replace the expression of US [...] adds 3eb8f765f5ae reset: uniphier-usb3: Rename to reset-uniphier-glue adds 69af3d1b8a91 dt-bindings: reset: uniphier: Add AHCI core reset description adds d0c2d2101b4c reset: uniphier-glue: Add AHCI reset control support in gl [...] adds 465612178b44 Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/ [...] adds dbc3c09b819f Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...] adds b7285b425318 kernel/sys.c: Clarify that UNAME26 does not generate uniqu [...] adds 1c7fc5cbc339 Linux 5.0-rc2
No new revisions were added by this update.
Summary of changes: .../devicetree/bindings/reset/socfpga-reset.txt | 3 +- .../devicetree/bindings/reset/uniphier-reset.txt | 25 ++++++----- Makefile | 2 +- arch/arm/boot/dts/da850-evm.dts | 31 +++++++++++--- arch/arm/boot/dts/da850-lcdk.dts | 38 +++++++++++++++- arch/arm/boot/dts/kirkwood-dnskw.dtsi | 4 +- arch/arm/mach-davinci/board-da830-evm.c | 4 +- arch/arm/mach-davinci/board-da850-evm.c | 4 +- arch/arm/mach-davinci/board-dm355-evm.c | 4 +- arch/arm/mach-davinci/board-dm644x-evm.c | 4 +- arch/arm/mach-davinci/board-omapl138-hawk.c | 4 +- arch/arm/mach-integrator/impd1.c | 8 +++- arch/arm/mach-socfpga/socfpga.c | 4 ++ arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi | 2 +- arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 17 ++++++++ arch/arm64/configs/defconfig | 4 ++ drivers/reset/Kconfig | 20 ++++++--- drivers/reset/Makefile | 3 +- drivers/reset/core.c | 42 ++++++++++++++++++ drivers/reset/reset-hsdk.c | 1 + drivers/reset/reset-simple.c | 13 ++---- drivers/reset/{reset-sunxi.c => reset-socfpga.c} | 37 ++++++++-------- ...reset-uniphier-usb3.c => reset-uniphier-glue.c} | 50 ++++++++++++++-------- drivers/soc/renesas/Kconfig | 2 +- drivers/soc/renesas/r8a774c0-sysc.c | 23 ++-------- include/linux/qcom_scm.h | 1 + include/linux/reset.h | 15 +++++-- kernel/sys.c | 3 +- 28 files changed, 255 insertions(+), 113 deletions(-) copy drivers/reset/{reset-sunxi.c => reset-socfpga.c} (64%) rename drivers/reset/{reset-uniphier-usb3.c => reset-uniphier-glue.c} (73%)