2018-12-10 16:38:47

by Masahiro Yamada

[permalink] [raw]
Subject: [GIT PULL RESEND] ARM: dts: uniphier: UniPhier DT updates for v4.21/v5.0

Hi Arnd, Olof,

Please pull UniPhier DT updates for the v4.21/v5.0 MW.


Thanks!




The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
tags/uniphier-dt-v4.21

for you to fetch changes up to 5fd98eb7e8ce0f7d7e4f3c138e5b46fc98389804:

ARM: dts: uniphier: add MIO DMAC nodes (2018-12-11 01:31:17 +0900)

----------------------------------------------------------------
UniPhier ARM SoC DT updates for v4.21

- Add bindings for all SoCs/boards of UniPhier platform

- Move binding docs to socionext directory

- Add all CPUs in cooling maps

- Add MIO DMAC nodes

----------------------------------------------------------------
Masahiro Yamada (3):
dt-bindings: uniphier: add bindings for UniPhier SoC family
dt-bindings: uniphier: move cache-uniphier.txt to vendor directory
ARM: dts: uniphier: add MIO DMAC nodes

Viresh Kumar (2):
ARM: dts: uniphier: Add all CPUs in cooling maps
arm64: dts: uniphier: Add all CPUs in cooling maps

.../arm/{uniphier => socionext}/cache-uniphier.txt | 0
.../devicetree/bindings/arm/socionext/uniphier.txt | 47 ++++++++++++++++++++++
MAINTAINERS | 1 +
arch/arm/boot/dts/uniphier-ld4.dtsi | 14 +++++++
arch/arm/boot/dts/uniphier-pro4.dtsi | 16 ++++++++
arch/arm/boot/dts/uniphier-pxs2.dtsi | 6 ++-
arch/arm/boot/dts/uniphier-sld8.dtsi | 14 +++++++
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 11 ++---
8 files changed, 100 insertions(+), 9 deletions(-)
rename Documentation/devicetree/bindings/arm/{uniphier =>
socionext}/cache-uniphier.txt (100%)
create mode 100644 Documentation/devicetree/bindings/arm/socionext/uniphier.txt


--
Best Regards
Masahiro Yamada


2018-12-12 21:18:03

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL RESEND] ARM: dts: uniphier: UniPhier DT updates for v4.21/v5.0

On Tue, Dec 11, 2018 at 01:37:12AM +0900, Masahiro Yamada wrote:
> Hi Arnd, Olof,
>
> Please pull UniPhier DT updates for the v4.21/v5.0 MW.
>
>
> Thanks!
>
>
>
>
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
>
> Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
> tags/uniphier-dt-v4.21
>
> for you to fetch changes up to 5fd98eb7e8ce0f7d7e4f3c138e5b46fc98389804:
>
> ARM: dts: uniphier: add MIO DMAC nodes (2018-12-11 01:31:17 +0900)
>
> ----------------------------------------------------------------
> UniPhier ARM SoC DT updates for v4.21
>
> - Add bindings for all SoCs/boards of UniPhier platform
>
> - Move binding docs to socionext directory
>
> - Add all CPUs in cooling maps
>
> - Add MIO DMAC nodes

Merged, thanks!


-Olof