All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.14 (2nd)
@ 2017-08-28 15:28 ` Masahiro Yamada
  0 siblings, 0 replies; 4+ messages in thread
From: Masahiro Yamada @ 2017-08-28 15:28 UTC (permalink / raw)
  To: arm-soc, Arnd Bergmann, Olof Johansson
  Cc: linux-arm-kernel, Linux Kernel Mailing List

Hi Arnd, Olof,


Sorry for my last-minute pull request.
Please pull a little more for the upcoming merge window.
Here are some trivial + new SoC support for UniPhier DT (64bit).
Please pull!


The following changes since commit e5aefb380eafe176de066ddde1d354a167a9d474:

  arm64: dts: uniphier: add Denali NAND controller nodes (2017-08-13
08:43:27 +0900)

are available in the git repository at:

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

for you to fetch changes up to c28adcb536109f54ddf349ee2fd9beef084d4d88:

  arm64: dts: uniphier: add PXs3 SoC support (2017-08-29 00:13:53 +0900)

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

- add reset controller node of analog amplifier
- add AIDET irqchip device nodes
- fix size of sdctrl node
- support new SoC PXs3 and its reference development board

----------------------------------------------------------------
Katsuhiro Suzuki (1):
      arm64: dts: uniphier: add reset controller node of analog amplifier

Masahiro Yamada (3):
      arm64: dts: uniphier: add AIDET nodes
      arm64: dts: uniphier: fix size of sdctrl node
      arm64: dts: uniphier: add PXs3 SoC support

 arch/arm64/boot/dts/socionext/Makefile              |   3 +-
 arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi    |  18 ++
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi    |  20 +-
 arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts |  62 ++++
 arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi    | 367
++++++++++++++++++++++
 5 files changed, 468 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
 create mode 100644 arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi


-- 
Best Regards
Masahiro Yamada

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

* [GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.14 (2nd)
@ 2017-08-28 15:28 ` Masahiro Yamada
  0 siblings, 0 replies; 4+ messages in thread
From: Masahiro Yamada @ 2017-08-28 15:28 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 + new SoC support for UniPhier DT (64bit).
Please pull!


The following changes since commit e5aefb380eafe176de066ddde1d354a167a9d474:

  arm64: dts: uniphier: add Denali NAND controller nodes (2017-08-13
08:43:27 +0900)

are available in the git repository at:

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

for you to fetch changes up to c28adcb536109f54ddf349ee2fd9beef084d4d88:

  arm64: dts: uniphier: add PXs3 SoC support (2017-08-29 00:13:53 +0900)

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

- add reset controller node of analog amplifier
- add AIDET irqchip device nodes
- fix size of sdctrl node
- support new SoC PXs3 and its reference development board

----------------------------------------------------------------
Katsuhiro Suzuki (1):
      arm64: dts: uniphier: add reset controller node of analog amplifier

Masahiro Yamada (3):
      arm64: dts: uniphier: add AIDET nodes
      arm64: dts: uniphier: fix size of sdctrl node
      arm64: dts: uniphier: add PXs3 SoC support

 arch/arm64/boot/dts/socionext/Makefile              |   3 +-
 arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi    |  18 ++
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi    |  20 +-
 arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts |  62 ++++
 arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi    | 367
++++++++++++++++++++++
 5 files changed, 468 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
 create mode 100644 arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi


-- 
Best Regards
Masahiro Yamada

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

* Re: [GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.14 (2nd)
  2017-08-28 15:28 ` Masahiro Yamada
@ 2017-08-30  5:42   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-08-30  5:42 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: arm-soc, Arnd Bergmann, linux-arm-kernel, Linux Kernel Mailing List

On Tue, Aug 29, 2017 at 12:28:21AM +0900, Masahiro Yamada wrote:
> Hi Arnd, Olof,
> 
> 
> Sorry for my last-minute pull request.
> Please pull a little more for the upcoming merge window.
> Here are some trivial + new SoC support for UniPhier DT (64bit).
> Please pull!
> 
> 
> The following changes since commit e5aefb380eafe176de066ddde1d354a167a9d474:
> 
>   arm64: dts: uniphier: add Denali NAND controller nodes (2017-08-13
> 08:43:27 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
> tags/uniphier-dt64-v4.14-2
> 
> for you to fetch changes up to c28adcb536109f54ddf349ee2fd9beef084d4d88:
> 
>   arm64: dts: uniphier: add PXs3 SoC support (2017-08-29 00:13:53 +0900)
> 
> ----------------------------------------------------------------
> UniPhier ARM64 SoC DT updates for v4.14 (2nd)
> 
> - add reset controller node of analog amplifier
> - add AIDET irqchip device nodes
> - fix size of sdctrl node
> - support new SoC PXs3 and its reference development board

Merged, thanks.


-Olof

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

* [GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.14 (2nd)
@ 2017-08-30  5:42   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-08-30  5:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 29, 2017 at 12:28:21AM +0900, Masahiro Yamada wrote:
> Hi Arnd, Olof,
> 
> 
> Sorry for my last-minute pull request.
> Please pull a little more for the upcoming merge window.
> Here are some trivial + new SoC support for UniPhier DT (64bit).
> Please pull!
> 
> 
> The following changes since commit e5aefb380eafe176de066ddde1d354a167a9d474:
> 
>   arm64: dts: uniphier: add Denali NAND controller nodes (2017-08-13
> 08:43:27 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
> tags/uniphier-dt64-v4.14-2
> 
> for you to fetch changes up to c28adcb536109f54ddf349ee2fd9beef084d4d88:
> 
>   arm64: dts: uniphier: add PXs3 SoC support (2017-08-29 00:13:53 +0900)
> 
> ----------------------------------------------------------------
> UniPhier ARM64 SoC DT updates for v4.14 (2nd)
> 
> - add reset controller node of analog amplifier
> - add AIDET irqchip device nodes
> - fix size of sdctrl node
> - support new SoC PXs3 and its reference development board

Merged, thanks.


-Olof

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-28 15:28 [GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.14 (2nd) Masahiro Yamada
2017-08-28 15:28 ` Masahiro Yamada
2017-08-30  5:42 ` Olof Johansson
2017-08-30  5:42   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.