* [GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.13
@ 2017-06-12 15:48 Masahiro Yamada
2017-06-19 3:14 ` Olof Johansson
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2017-06-12 15:48 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof,
Here are UniPhier DT (64bit) updates for the v4.13 merge window.
Please pull!
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
tags/uniphier-dt64-v4.13
for you to fetch changes up to 1b6d58acdb26de8995f854cbf8b0d7214eefd884:
arm64: dts: uniphier: add support for LD20 Global board (2017-06-13
00:00:17 +0900)
----------------------------------------------------------------
UniPhier ARM64 SoC DT updates for v4.13
- specify timing delay properties of eMMC
- fix W=1 build warnings
- increase memory reserve size
- use SPDX License Identifier
- add new board support (LD11/LD20 global)
----------------------------------------------------------------
Kunihiko Hayashi (2):
arm64: dts: uniphier: add support for LD11 Global board
arm64: dts: uniphier: add support for LD20 Global board
Masahiro Yamada (5):
arm64: dts: uniphier: add input-delay properties to Cadence eMMC node
arm64: dts: uniphier: add cdns, phy-dll-delay-sdclk(-hsmmc) for eMMC
arm64: dts: uniphier: fix simple-bus unit address format error
arm64: dts: uniphier: reserve more memory for LD11/LD20
arm64: dts: uniphier: use SPDX-License-Identifier
Viresh Kumar (1):
arm64: dts: uniphier: Use - instead of @ for DT OPP entries
arch/arm64/boot/dts/socionext/Makefile | 2 +
arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts | 70
+++++++++++++++++++++++++++
arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | 38 +--------------
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 61
++++++------------------
arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | 52
++++++++++++++++++++
arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts | 38 +--------------
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 79
++++++++++---------------------
7 files changed, 165 insertions(+), 175 deletions(-)
create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts
create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts
m
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.13
2017-06-12 15:48 [GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.13 Masahiro Yamada
@ 2017-06-19 3:14 ` Olof Johansson
0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2017-06-19 3:14 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jun 13, 2017 at 12:48:03AM +0900, Masahiro Yamada wrote:
> Hi Arnd, Olof,
>
> Here are UniPhier DT (64bit) updates for the v4.13 merge window.
> Please pull!
>
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
>
> Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
> tags/uniphier-dt64-v4.13
>
> for you to fetch changes up to 1b6d58acdb26de8995f854cbf8b0d7214eefd884:
>
> arm64: dts: uniphier: add support for LD20 Global board (2017-06-13
> 00:00:17 +0900)
>
> ----------------------------------------------------------------
> UniPhier ARM64 SoC DT updates for v4.13
>
> - specify timing delay properties of eMMC
> - fix W=1 build warnings
> - increase memory reserve size
> - use SPDX License Identifier
> - add new board support (LD11/LD20 global)
Merged, thanks!
> ----------------------------------------------------------------
> Kunihiko Hayashi (2):
> arm64: dts: uniphier: add support for LD11 Global board
> arm64: dts: uniphier: add support for LD20 Global board
>
> Masahiro Yamada (5):
> arm64: dts: uniphier: add input-delay properties to Cadence eMMC node
> arm64: dts: uniphier: add cdns, phy-dll-delay-sdclk(-hsmmc) for eMMC
> arm64: dts: uniphier: fix simple-bus unit address format error
> arm64: dts: uniphier: reserve more memory for LD11/LD20
> arm64: dts: uniphier: use SPDX-License-Identifier
>
> Viresh Kumar (1):
> arm64: dts: uniphier: Use - instead of @ for DT OPP entries
>
> arch/arm64/boot/dts/socionext/Makefile | 2 +
> arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts | 70
> +++++++++++++++++++++++++++
> arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | 38 +--------------
> arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 61
> ++++++------------------
> arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | 52
> ++++++++++++++++++++
> arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts | 38 +--------------
> arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 79
> ++++++++++---------------------
> 7 files changed, 165 insertions(+), 175 deletions(-)
> create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts
> create mode 100644 arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts
Tip:
If you pipe your request-pull through cat, or redirect it to a file, it'll use
shorter lines for the diffstat to make them fit in email without linewrap.
-Olof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-19 3:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12 15:48 [GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.13 Masahiro Yamada
2017-06-19 3:14 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).