mbox series

[GIT,PULL] u-boot-uniphier/master

Message ID CAK7LNAR4vDJ94rbWYFtmq1XVW+XcpVBthGfHYCHEkb9qSBPbkA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] u-boot-uniphier/master | expand

Pull-request

git://git.denx.de/u-boot-uniphier.git master

Message

Masahiro Yamada May 22, 2018, 3:37 p.m. UTC
Hi Tom,

Please pull some more patches. Thanks.


The following changes since commit 624d2cae3401c2e4d43c571a9b81d1f650e7703d:

  SPDX: Fixup SPDX tags in a few new files (2018-05-20 09:47:45 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-uniphier.git master

for you to fetch changes up to c3d3e2a1ef7a84384ffb6ab107c6994e1656ebc6:

  ARM: dts: uniphier: sync with Linux 4.17-rc6 (2018-05-23 00:32:39 +0900)

----------------------------------------------------------------
Kunihiko Hayashi (4):
      ARM: dts: uniphier: add syscon-phy-mode property to each ethernet node
      ARM: dts: uniphier: add required clocks and resets to Pro4 ethernet node
      ARM: dts: uniphier: add clock-names and reset-names to ethernet node
      ARM: dts: uniphier: change phy-mode to 'internal' for LD11

Masahiro Yamada (2):
      ARM: uniphier: rename environment variable fdt_file to fdtfile
      ARM: dts: uniphier: sync with Linux 4.17-rc6

 arch/arm/dts/uniphier-ld11.dtsi          |  7 +++++--
 arch/arm/dts/uniphier-ld20-ref.dts       |  8 ++++++++
 arch/arm/dts/uniphier-ld20.dtsi          |  5 ++++-
 arch/arm/dts/uniphier-pro4.dtsi          | 10 +++++++---
 arch/arm/dts/uniphier-pxs2.dtsi          |  3 +++
 arch/arm/dts/uniphier-pxs3.dtsi          |  8 +++++++-
 arch/arm/mach-uniphier/board_late_init.c |  4 ++--
 include/configs/uniphier.h               |  4 ++--
 8 files changed, 38 insertions(+), 11 deletions(-)

Comments

Tom Rini May 22, 2018, 10:29 p.m. UTC | #1
On Wed, May 23, 2018 at 12:37:04AM +0900, Masahiro Yamada wrote:

> Hi Tom,

> 

> Please pull some more patches. Thanks.

> 

> 

> The following changes since commit 624d2cae3401c2e4d43c571a9b81d1f650e7703d:

> 

>   SPDX: Fixup SPDX tags in a few new files (2018-05-20 09:47:45 -0400)

> 

> are available in the git repository at:

> 

>   git://git.denx.de/u-boot-uniphier.git master

> 

> for you to fetch changes up to c3d3e2a1ef7a84384ffb6ab107c6994e1656ebc6:

> 

>   ARM: dts: uniphier: sync with Linux 4.17-rc6 (2018-05-23 00:32:39 +0900)

> 


Applied to u-boot/master, thanks!

-- 
Tom