linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: dts: uniphier: UniPhier DT updates for v4.14
@ 2017-08-28 15:23 Masahiro Yamada
  2017-08-30  5:41 ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Masahiro Yamada @ 2017-08-28 15:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

Sorry for my last-minute pull request.
Please pull a little more for the upcoming merge window.
Here are some trivial UniPhier DT (32bit) updates.  Please pull!



The following changes since commit 69f9cdc63319e5ccc210b30d1cec1dfda7096b04:

  ARM: dts: uniphier: add Denali NAND controller node (2017-08-16
01:47:01 +0900)

are available in the git repository at:

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

for you to fetch changes up to 8a7a516afaed2ee6b5da551a01c573eba3b69c16:

  ARM: dts: uniphier: add pinctrl groups of ethernet phy mode
(2017-08-29 00:00:43 +0900)

----------------------------------------------------------------
UniPhier ARM SoC DT updates for v4.14 (2nd)

- add AIDET irqchip device nodes
- fix size of sdctrl node
- add ethernet pinmux nodes

----------------------------------------------------------------
Kunihiko Hayashi (1):
      ARM: dts: uniphier: add pinctrl groups of ethernet phy mode

Masahiro Yamada (2):
      ARM: dts: uniphier: add AIDET nodes
      ARM: dts: uniphier: fix size of sdctrl nodes

 arch/arm/boot/dts/uniphier-ld4.dtsi     |  7 +++++++
 arch/arm/boot/dts/uniphier-pinctrl.dtsi | 15 +++++++++++++++
 arch/arm/boot/dts/uniphier-pro4.dtsi    |  7 +++++++
 arch/arm/boot/dts/uniphier-pro5.dtsi    |  9 ++++++++-
 arch/arm/boot/dts/uniphier-pxs2.dtsi    |  9 ++++++++-
 arch/arm/boot/dts/uniphier-sld8.dtsi    |  7 +++++++
 6 files changed, 52 insertions(+), 2 deletions(-)


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [GIT PULL] ARM: dts: uniphier: UniPhier DT updates for v4.14
@ 2017-08-16  3:00 Masahiro Yamada
  2017-08-16 21:31 ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Masahiro Yamada @ 2017-08-16  3:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

Here are UniPhier DT (32bit) updates for the v4.14 merge window.
Please pull!


The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to 69f9cdc63319e5ccc210b30d1cec1dfda7096b04:

  ARM: dts: uniphier: add Denali NAND controller node (2017-08-16
01:47:01 +0900)

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

- complete migrating to SPDX License Identifier
- remove support for old SoC
- add nodes for NAND, Audio pinctrl
- replace /include/ with #include

----------------------------------------------------------------
Katsuhiro Suzuki (1):
      ARM: dts: uniphier: add audio out pin-mux node

Masahiro Yamada (4):
      ARM: dts: uniphier: use SPDX-License-Identifier (2nd)
      ARM: dts: uniphier: remove sLD3 SoC support
      ARM: dts: uniphier use #include instead of /include/
      ARM: dts: uniphier: add Denali NAND controller node

 arch/arm/boot/dts/Makefile                 |   1 -
 arch/arm/boot/dts/uniphier-ld4-ref.dts     |  10 +-
 arch/arm/boot/dts/uniphier-ld4.dtsi        |  13 +-
 arch/arm/boot/dts/uniphier-ld6b-ref.dts    |  10 +-
 arch/arm/boot/dts/uniphier-ld6b.dtsi       |   2 +-
 arch/arm/boot/dts/uniphier-pinctrl.dtsi    |  43 +---
 arch/arm/boot/dts/uniphier-pro4-ace.dts    |   2 +-
 arch/arm/boot/dts/uniphier-pro4-ref.dts    |  10 +-
 arch/arm/boot/dts/uniphier-pro4-sanji.dts  |   2 +-
 arch/arm/boot/dts/uniphier-pro4.dtsi       |  13 +-
 arch/arm/boot/dts/uniphier-pro5.dtsi       |  51 ++---
 arch/arm/boot/dts/uniphier-pxs2-gentil.dts |   2 +-
 arch/arm/boot/dts/uniphier-pxs2-vodka.dts  |   2 +-
 arch/arm/boot/dts/uniphier-pxs2.dtsi       |  13 +-
 arch/arm/boot/dts/uniphier-sld3-ref.dts    |  75 -------
 arch/arm/boot/dts/uniphier-sld3.dtsi       | 260 ----------------------
 arch/arm/boot/dts/uniphier-sld8-ref.dts    |  10 +-
 arch/arm/boot/dts/uniphier-sld8.dtsi       |  13 +-
 18 files changed, 100 insertions(+), 432 deletions(-)
 delete mode 100644 arch/arm/boot/dts/uniphier-sld3-ref.dts
 delete mode 100644 arch/arm/boot/dts/uniphier-sld3.dtsi






-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-30  5:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-28 15:23 [GIT PULL] ARM: dts: uniphier: UniPhier DT updates for v4.14 Masahiro Yamada
2017-08-30  5:41 ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2017-08-16  3:00 Masahiro Yamada
2017-08-16 21:31 ` Arnd Bergmann
2017-08-17  7:46   ` Masahiro Yamada

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).