From: Rob Herring <robh@kernel.org>
To: Conor Dooley <conor.dooley@microchip.com>
Cc: "David S . Miller" <davem@davemloft.net>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
devicetree@vger.kernel.org, Eric Dumazet <edumazet@google.com>,
linux-kernel@vger.kernel.org, Jakub Kicinski <kuba@kernel.org>,
netdev@vger.kernel.org,
Nicolas Ferre <nicolas.ferre@microchip.com>,
linux-riscv@lists.infradead.org,
Claudiu Beznea <claudiu.beznea@microchip.com>,
Paolo Abeni <pabeni@redhat.com>
Subject: Re: [net-next PATCH RESEND 1/2] dt-bindings: net: cdns,macb: document polarfire soc's macb
Date: Fri, 1 Jul 2022 14:35:03 -0600 [thread overview]
Message-ID: <20220701203503.GA1478772-robh@kernel.org> (raw)
In-Reply-To: <20220701065831.632785-2-conor.dooley@microchip.com>
On Fri, 01 Jul 2022 07:58:31 +0100, Conor Dooley wrote:
> Until now the PolarFire SoC (MPFS) has been using the generic
> "cdns,macb" compatible but has optional reset support. Add a specific
> compatible which falls back to the currently used generic binding.
>
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> Documentation/devicetree/bindings/net/cdns,macb.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Conor Dooley <conor.dooley@microchip.com>
Cc: "David S . Miller" <davem@davemloft.net>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
devicetree@vger.kernel.org, Eric Dumazet <edumazet@google.com>,
linux-kernel@vger.kernel.org, Jakub Kicinski <kuba@kernel.org>,
netdev@vger.kernel.org,
Nicolas Ferre <nicolas.ferre@microchip.com>,
linux-riscv@lists.infradead.org,
Claudiu Beznea <claudiu.beznea@microchip.com>,
Paolo Abeni <pabeni@redhat.com>
Subject: Re: [net-next PATCH RESEND 1/2] dt-bindings: net: cdns,macb: document polarfire soc's macb
Date: Fri, 1 Jul 2022 14:35:03 -0600 [thread overview]
Message-ID: <20220701203503.GA1478772-robh@kernel.org> (raw)
In-Reply-To: <20220701065831.632785-2-conor.dooley@microchip.com>
On Fri, 01 Jul 2022 07:58:31 +0100, Conor Dooley wrote:
> Until now the PolarFire SoC (MPFS) has been using the generic
> "cdns,macb" compatible but has optional reset support. Add a specific
> compatible which falls back to the currently used generic binding.
>
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> Documentation/devicetree/bindings/net/cdns,macb.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2022-07-01 20:35 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-01 6:58 [net-next PATCH RESEND 0/2] PolarFire SoC macb reset support Conor Dooley
2022-07-01 6:58 ` Conor Dooley
2022-07-01 6:58 ` [net-next PATCH RESEND 1/2] dt-bindings: net: cdns,macb: document polarfire soc's macb Conor Dooley
2022-07-01 6:58 ` Conor Dooley
2022-07-01 20:35 ` Rob Herring [this message]
2022-07-01 20:35 ` Rob Herring
2022-07-01 6:58 ` [net-next PATCH RESEND 2/2] net: macb: add polarfire soc reset support Conor Dooley
2022-07-01 6:58 ` Conor Dooley
2022-07-01 7:47 ` Claudiu.Beznea
2022-07-01 7:47 ` Claudiu.Beznea
2022-07-01 7:55 ` Conor.Dooley
2022-07-01 7:55 ` Conor.Dooley
2022-07-01 8:06 ` Conor.Dooley
2022-07-01 8:06 ` Conor.Dooley
2022-07-02 15:34 ` Conor.Dooley
2022-07-02 15:34 ` Conor.Dooley
2022-07-04 7:07 ` Claudiu.Beznea
2022-07-04 7:07 ` Claudiu.Beznea
2022-07-04 7:31 ` Conor.Dooley
2022-07-04 7:31 ` Conor.Dooley
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=20220701203503.GA1478772-robh@kernel.org \
--to=robh@kernel.org \
--cc=claudiu.beznea@microchip.com \
--cc=conor.dooley@microchip.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=netdev@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=pabeni@redhat.com \
--cc=robh+dt@kernel.org \
/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 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.