* [PATCH net-next v5 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats
[not found] <20220303015235.18907-1-luizluca@gmail.com>
@ 2022-03-03 1:52 ` Luiz Angelo Daros de Luca
2022-03-03 22:46 ` Vladimir Oltean
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Luiz Angelo Daros de Luca @ 2022-03-03 1:52 UTC (permalink / raw)
To: netdev
Cc: linus.walleij, andrew, vivien.didelot, f.fainelli, olteanv, davem,
kuba, alsi, arinc.unal, Luiz Angelo Daros de Luca, devicetree
Realtek rtl8365mb DSA driver can use these two tag formats.
Cc: devicetree@vger.kernel.org
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
---
Documentation/devicetree/bindings/net/dsa/dsa-port.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
index 702df848a71d..e60867c7c571 100644
--- a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
@@ -51,6 +51,8 @@ properties:
- edsa
- ocelot
- ocelot-8021q
+ - rtl8_4
+ - rtl8_4t
- seville
phy-handle: true
--
2.35.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH net-next v5 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats
2022-03-03 1:52 ` [PATCH net-next v5 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats Luiz Angelo Daros de Luca
@ 2022-03-03 22:46 ` Vladimir Oltean
2022-03-04 5:13 ` Jakub Kicinski
2022-03-04 18:27 ` Florian Fainelli
2 siblings, 0 replies; 4+ messages in thread
From: Vladimir Oltean @ 2022-03-03 22:46 UTC (permalink / raw)
To: Luiz Angelo Daros de Luca
Cc: netdev, linus.walleij, andrew, vivien.didelot, f.fainelli, davem,
kuba, alsi, arinc.unal, devicetree
On Wed, Mar 02, 2022 at 10:52:33PM -0300, Luiz Angelo Daros de Luca wrote:
> Realtek rtl8365mb DSA driver can use these two tag formats.
>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
> ---
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
> Documentation/devicetree/bindings/net/dsa/dsa-port.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
> index 702df848a71d..e60867c7c571 100644
> --- a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
> +++ b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
> @@ -51,6 +51,8 @@ properties:
> - edsa
> - ocelot
> - ocelot-8021q
> + - rtl8_4
> + - rtl8_4t
> - seville
>
> phy-handle: true
> --
> 2.35.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net-next v5 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats
2022-03-03 1:52 ` [PATCH net-next v5 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats Luiz Angelo Daros de Luca
2022-03-03 22:46 ` Vladimir Oltean
@ 2022-03-04 5:13 ` Jakub Kicinski
2022-03-04 18:27 ` Florian Fainelli
2 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2022-03-04 5:13 UTC (permalink / raw)
To: Luiz Angelo Daros de Luca
Cc: netdev, linus.walleij, andrew, vivien.didelot, f.fainelli,
olteanv, davem, alsi, arinc.unal, devicetree, robh+dt
On Wed, 2 Mar 2022 22:52:33 -0300 Luiz Angelo Daros de Luca wrote:
> Realtek rtl8365mb DSA driver can use these two tag formats.
>
> Cc: devicetree@vger.kernel.org
I think you have to CC robh+dt@kernel.org specifically, no?
Otherwise it may not get to Rob's checker.
> Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
> ---
> Documentation/devicetree/bindings/net/dsa/dsa-port.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
> index 702df848a71d..e60867c7c571 100644
> --- a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
> +++ b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
> @@ -51,6 +51,8 @@ properties:
> - edsa
> - ocelot
> - ocelot-8021q
> + - rtl8_4
> + - rtl8_4t
> - seville
>
> phy-handle: true
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net-next v5 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats
2022-03-03 1:52 ` [PATCH net-next v5 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats Luiz Angelo Daros de Luca
2022-03-03 22:46 ` Vladimir Oltean
2022-03-04 5:13 ` Jakub Kicinski
@ 2022-03-04 18:27 ` Florian Fainelli
2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2022-03-04 18:27 UTC (permalink / raw)
To: Luiz Angelo Daros de Luca, netdev
Cc: linus.walleij, andrew, vivien.didelot, olteanv, davem, kuba, alsi,
arinc.unal, devicetree
On 3/2/2022 5:52 PM, Luiz Angelo Daros de Luca wrote:
> Realtek rtl8365mb DSA driver can use these two tag formats.
>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
--
Florian
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-04 18:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20220303015235.18907-1-luizluca@gmail.com>
2022-03-03 1:52 ` [PATCH net-next v5 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats Luiz Angelo Daros de Luca
2022-03-03 22:46 ` Vladimir Oltean
2022-03-04 5:13 ` Jakub Kicinski
2022-03-04 18:27 ` Florian Fainelli
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).