devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
To: Masahiro Yamada <yamada.masahiro@socionext.com>,
	Rob Herring <robh+dt@kernel.org>
Cc: <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Masami Hiramatsu <masami.hiramatsu@linaro.org>,
	Jassi Brar <jaswinder.singh@linaro.org>
Subject: Re: [PATCH v4 0/5] Add devicetree features and fixes for UniPhier SoCs
Date: Fri, 03 Apr 2020 20:07:13 +0900	[thread overview]
Message-ID: <20200403200712.7A13.4A936039@socionext.com> (raw)
In-Reply-To: <1585878187-8131-1-git-send-email-hayashi.kunihiko@socionext.com>

Sorry for the mistake about the following changes because it was confused
with the other mail. Please wait for xdmac node patches to be reviewed until
the dt-bindings fix patch is available.

Thank you,

On Fri, 3 Apr 2020 10:43:02 +0900 <hayashi.kunihiko@socionext.com> wrote:

> This series adds new features that includes XDMAC for each SoC, ethernet
> aliases to inherit MAC address from u-boot, and stabilization for ethernet
> on PXs3 ref board.
> 
> Changes since v3:
> - dt-bindings: Exclude from this series
>   The alternative patch fixed by Yamada-san has been applied.
> - Fix size of xdmac register region
> 
> Changes since v2:
> - dt-bindings: Consolidate register description for xdmac
> - Spread the size of xdmac register region
> 
> Changes since v1:
> - dt-bindings: Remove extension register description for xdmac
> - Remove extension register area from xdmac node
> - Fix commit message for ethernet aliases
> - Remove RGMII setting for LD20 global board
> 
> These patches in v1 have already been applied:
>   ARM: dts: uniphier: Add USB3 controller nodes for Pro5
>   arm64: dts: uniphier: Enable spi node for PXs3 reference board
>   arm64: dts: uniphier: Add nodes of thermal monitor and thermal zone
>     for PXs3
>   ARM: dts: uniphier: Set SCSSI clock and reset IDs for each channel
>   arm64: dts: uniphier: Set SCSSI clock and reset IDs for each channel
> 
> Kunihiko Hayashi (5):
>   ARM: dts: uniphier: Add XDMAC node
>   arm64: dts: uniphier: Add XDMAC node
>   ARM: dts: uniphier: Add ethernet aliases
>   arm64: dts: uniphier: Add ethernet aliases
>   arm64: dts: uniphier: Stabilize Ethernet RGMII mode of PXs3 ref board
> 
>  arch/arm/boot/dts/uniphier-ld6b-ref.dts                |  1 +
>  arch/arm/boot/dts/uniphier-pro4-ace.dts                |  1 +
>  arch/arm/boot/dts/uniphier-pro4-ref.dts                |  1 +
>  arch/arm/boot/dts/uniphier-pro4-sanji.dts              |  1 +
>  arch/arm/boot/dts/uniphier-pro4.dtsi                   |  8 ++++++++
>  arch/arm/boot/dts/uniphier-pro5.dtsi                   |  8 ++++++++
>  arch/arm/boot/dts/uniphier-pxs2-gentil.dts             |  1 +
>  arch/arm/boot/dts/uniphier-pxs2-vodka.dts              |  1 +
>  arch/arm/boot/dts/uniphier-pxs2.dtsi                   |  8 ++++++++
>  arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts |  1 +
>  arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts    |  1 +
>  arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi       |  8 ++++++++
>  arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts |  1 +
>  arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts    |  1 +
>  arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi       |  8 ++++++++
>  arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts    | 18 ++++++++++++++++++
>  arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi       |  8 ++++++++
>  17 files changed, 76 insertions(+)
> 
> -- 
> 2.7.4

---
Best Regards,
Kunihiko Hayashi


      parent reply	other threads:[~2020-04-03 11:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03  1:43 [PATCH v4 0/5] Add devicetree features and fixes for UniPhier SoCs Kunihiko Hayashi
2020-04-03  1:43 ` [PATCH v4 1/5] ARM: dts: uniphier: Add XDMAC node Kunihiko Hayashi
2020-04-03  1:43 ` [PATCH v4 2/5] arm64: " Kunihiko Hayashi
2020-04-03  1:43 ` [PATCH v4 3/5] ARM: dts: uniphier: Add ethernet aliases Kunihiko Hayashi
2020-05-04  1:20   ` Masahiro Yamada
2020-04-03  1:43 ` [PATCH v4 4/5] arm64: " Kunihiko Hayashi
2020-04-03  1:43 ` [PATCH v4 5/5] arm64: dts: uniphier: Stabilize Ethernet RGMII mode of PXs3 ref board Kunihiko Hayashi
2020-04-03 11:07 ` Kunihiko Hayashi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200403200712.7A13.4A936039@socionext.com \
    --to=hayashi.kunihiko@socionext.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jaswinder.singh@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=masami.hiramatsu@linaro.org \
    --cc=robh+dt@kernel.org \
    --cc=yamada.masahiro@socionext.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).