[GIT PULL] ARM: SoC fixes

From: Olof Johansson
Date: Sun Jan 13 2019 - 14:48:55 EST


Hi Linus,

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes

for you to fetch changes up to 465612178b44840b2066e62c3bcfae80862011d4:

Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into fixes (2019-01-12 22:06:54 -0800)

----------------------------------------------------------------
ARM: SoC fixes

A bigger batch than I anticipated this week, for two reasons:

- Some fallout on Davinci from board file -> DTB conversion, that also
includes a few longer-standing fixes (i.e. not recent regressions).

- drivers/reset material that has been in linux-next for a while, but
didn't get sent to us until now for a variety of reasons (maintainer out
sick, holidays, etc). There's a functional dependency in there such that
one platform (Altera's SoCFPGA) won't boot without one of the patches;
instead of reverting the patch that got merged, I looked at this set
and decided it was small enough that I'll pick it up anyway. If you
disagree I can revisit with a smaller set.

That being said, there's also a handful of the usual stuff:

- Fix for a crash on Armada 7K/8K when the kernel touches PSCI-reserved
memory
- Fix for PCIe reset on Macchiatobin (Armada 8K development board, what
this email is sent from in fact :)
- Enable a few new-merged modules for Amlogic in arm64 defconfig
- Error path fixes on Integrator
- Build fix for Renesas and Qualcomm
- Initialization fix for Renesas RZ/G2E

+ A few more fixlets.

----------------------------------------------------------------
Arnd Bergmann (1):
ARM: shmobile: fix build regressions

Bartosz Golaszewski (5):
ARM: davinci: da830-evm: fix label names in GPIO lookup entries
ARM: davinci: da850-evm: fix label names in GPIO lookup entries
ARM: davinci: dm355-evm: fix label names in GPIO lookup entries
ARM: davinci: dm644x-evm: fix label names in GPIO lookup entries
ARM: davinci: omapl138-hawk: fix label names in GPIO lookup entries

Baruch Siach (1):
arm64: dts: marvell: mcbin: fix PCIe reset signal

Biju Das (1):
soc: renesas: r8a774c0-sysc: Fix initialization order of 3DG-{A,B}

Colin Ian King (1):
reset: fix null pointer dereference on dev by dev_name

Dinh Nguyen (2):
reset: socfpga: add an early reset driver for SoCFPGA
ARM: socfpga: dts: document "altr,stratix10-rst-mgr" binding

Eugeniy Paltsev (1):
ARC: HSDK: improve reset driver

Fabio Estevam (1):
qcom-scm: Include <linux/err.h> header

Geert Uytterhoeven (2):
reset: Improve reset controller kernel docs
reset: Add reset_control_get_count()

Gustavo A. R. Silva (1):
ARM: integrator: impd1: use struct_size() in devm_kzalloc()

Heinrich Schuchardt (1):
arm64: dts: marvell: armada-ap806: reserve PSCI area

Jerome Brunet (1):
arm64: defconfig: enable modules for amlogic s400 sound card

Kunihiko Hayashi (4):
dt-bindings: reset: uniphier: Replace the expression of USB3 with generic peripherals
reset: uniphier-usb3: Rename to reset-uniphier-glue
dt-bindings: reset: uniphier: Add AHCI core reset description
reset: uniphier-glue: Add AHCI reset control support in glue layer

Linus Walleij (1):
ARM: dts: kirkwood: Fix polarity of GPIO fan lines

Nicholas Mc Guire (1):
gpio: pl061: handle failed allocations

Olof Johansson (7):
Merge tag 'renesas-fixes-for-v5.0' of https://git.kernel.org/.../horms/renesas into fixes
Merge tag 'davinci-fixes-for-v5.0' of git://git.kernel.org/.../nsekhar/linux-davinci into fixes
Merge tag 'qcom-fixes-for-5.0-rc1' of git://git.kernel.org/.../agross/linux into fixes
Merge tag 'amlogic-fixes' of https://git.kernel.org/.../khilman/linux-amlogic into fixes
Merge tag 'integrator-fixes-armsoc' of git://git.kernel.org/.../linusw/linux-integrator into fixes
Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixes
Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into fixes

Peter Ujfalusi (4):
ARM: dts: da850-evm: Correct the audio codec regulators
ARM: dts: da850-evm: Correct the sound card name
ARM: dts: da850-lcdk: Correct the audio codec regulators
ARM: dts: da850-lcdk: Correct the sound card name

.../devicetree/bindings/reset/socfpga-reset.txt | 3 +-
.../devicetree/bindings/reset/uniphier-reset.txt | 25 +++---
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-socfpga.c | 88 ++++++++++++++++++++++
...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 +++-
26 files changed, 321 insertions(+), 93 deletions(-)
create mode 100644 drivers/reset/reset-socfpga.c
rename drivers/reset/{reset-uniphier-usb3.c => reset-uniphier-glue.c} (73%)