This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6b529fb0a3ea Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/sc [...] new 8070ba634860 ARM: shmobile: fix build regressions new a64597227d0d soc: renesas: r8a774c0-sysc: Fix initialization order of 3 [...] new 70bf439a9492 Merge tag 'renesas-fixes-for-v5.0' of https://git.kernel.o [...] new cc557afb4d10 ARM: davinci: da830-evm: fix label names in GPIO lookup entries new c3f08cceb6a5 ARM: davinci: da850-evm: fix label names in GPIO lookup entries new 94777ed3b644 ARM: davinci: dm355-evm: fix label names in GPIO lookup entries new 7f1015b29d9b ARM: davinci: dm644x-evm: fix label names in GPIO lookup entries new 054b8dc381b1 ARM: davinci: omapl138-hawk: fix label names in GPIO looku [...] new 706edaa88835 ARM: dts: da850-evm: Correct the audio codec regulators new 7fca69d4e43f ARM: dts: da850-evm: Correct the sound card name new bd540ebe68c3 ARM: dts: da850-lcdk: Correct the audio codec regulators new c25748acc5c2 ARM: dts: da850-lcdk: Correct the sound card name new 98a5f673119b Merge tag 'davinci-fixes-for-v5.0' of git://git.kernel.org [...] new 2076607a20bd qcom-scm: Include <linux/err.h> header new f4f8aa6de35a Merge tag 'qcom-fixes-for-5.0-rc1' of git://git.kernel.org [...] new 19a220dd1e8a arm64: defconfig: enable modules for amlogic s400 sound card new 431a8b73de58 Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/sc [...] new df209c43a0e8 gpio: pl061: handle failed allocations new 21face6f0d4d ARM: integrator: impd1: use struct_size() in devm_kzalloc() new 2ec472edcd72 Merge tag 'integrator-fixes-armsoc' of git://git.kernel.or [...] new 132ac39cffbc arm64: dts: marvell: armada-ap806: reserve PSCI area new 59c4dccbc367 arm64: dts: marvell: mcbin: fix PCIe reset signal new b5f034845e70 ARM: dts: kirkwood: Fix polarity of GPIO fan lines new 56acb3ef7617 Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/l [...] new 42f03ab3c751 ARC: HSDK: improve reset driver new 12c62b9d6ce5 reset: Improve reset controller kernel docs new eaf91db0ab22 reset: Add reset_control_get_count() new 151f72f493f2 reset: fix null pointer dereference on dev by dev_name new b3ca9888f35f reset: socfpga: add an early reset driver for SoCFPGA new a277105b239b ARM: socfpga: dts: document "altr,stratix10-rst-mgr" binding new 21b22136b433 dt-bindings: reset: uniphier: Replace the expression of US [...] new 3eb8f765f5ae reset: uniphier-usb3: Rename to reset-uniphier-glue new 69af3d1b8a91 dt-bindings: reset: uniphier: Add AHCI core reset description new d0c2d2101b4c reset: uniphier-glue: Add AHCI reset control support in gl [...] new 465612178b44 Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/ [...] new dbc3c09b819f Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...] new b7285b425318 kernel/sys.c: Clarify that UNAME26 does not generate uniqu [...] new 1c7fc5cbc339 Linux 5.0-rc2
The 38 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/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%)