2023-01-03 05:24:27

by Colin Foster

[permalink] [raw]
Subject: [PATCH v6 net-next 01/10] dt-bindings: dsa: sync with maintainers

The MAINTAINERS file has Andrew Lunn, Florian Fainelli, and Vladimir Oltean
listed as the maintainers for generic dsa bindings. Update dsa.yaml and
dsa-port.yaml accordingly.

Signed-off-by: Colin Foster <[email protected]>
---

v5 -> v6
* No change

v5
* New patch

---
Documentation/devicetree/bindings/net/dsa/dsa-port.yaml | 2 +-
Documentation/devicetree/bindings/net/dsa/dsa.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
index b173fceb8998..fb338486ce85 100644
--- a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
@@ -9,7 +9,7 @@ title: Ethernet Switch port
maintainers:
- Andrew Lunn <[email protected]>
- Florian Fainelli <[email protected]>
- - Vivien Didelot <[email protected]>
+ - Vladimir Oltean <[email protected]>

description:
Ethernet switch port Description
diff --git a/Documentation/devicetree/bindings/net/dsa/dsa.yaml b/Documentation/devicetree/bindings/net/dsa/dsa.yaml
index 5469ae8a4389..e189fcc83fc4 100644
--- a/Documentation/devicetree/bindings/net/dsa/dsa.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/dsa.yaml
@@ -9,7 +9,7 @@ title: Ethernet Switch
maintainers:
- Andrew Lunn <[email protected]>
- Florian Fainelli <[email protected]>
- - Vivien Didelot <[email protected]>
+ - Vladimir Oltean <[email protected]>

description:
This binding represents Ethernet Switches which have a dedicated CPU
--
2.25.1


2023-01-03 22:25:00

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH v6 net-next 01/10] dt-bindings: dsa: sync with maintainers

On 1/2/23 21:13, Colin Foster wrote:
> The MAINTAINERS file has Andrew Lunn, Florian Fainelli, and Vladimir Oltean
> listed as the maintainers for generic dsa bindings. Update dsa.yaml and
> dsa-port.yaml accordingly.
>
> Signed-off-by: Colin Foster <[email protected]>

Reviewed-by: Florian Fainelli <[email protected]>
--
Florian

2023-01-03 23:02:19

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v6 net-next 01/10] dt-bindings: dsa: sync with maintainers


On Mon, 02 Jan 2023 21:13:52 -0800, Colin Foster wrote:
> The MAINTAINERS file has Andrew Lunn, Florian Fainelli, and Vladimir Oltean
> listed as the maintainers for generic dsa bindings. Update dsa.yaml and
> dsa-port.yaml accordingly.
>
> Signed-off-by: Colin Foster <[email protected]>
> ---
>
> v5 -> v6
> * No change
>
> v5
> * New patch
>
> ---
> Documentation/devicetree/bindings/net/dsa/dsa-port.yaml | 2 +-
> Documentation/devicetree/bindings/net/dsa/dsa.yaml | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>


Please add Acked-by/Reviewed-by tags when posting new versions. However,
there's no need to repost patches *only* to add the tags. The upstream
maintainer will do that for acks received on the version they apply.

If a tag was not added on purpose, please state why and what changed.

Missing tags:

Acked-by: Rob Herring <[email protected]>


2023-01-03 23:27:31

by Colin Foster

[permalink] [raw]
Subject: Re: [PATCH v6 net-next 01/10] dt-bindings: dsa: sync with maintainers

On Tue, Jan 03, 2023 at 04:25:31PM -0600, Rob Herring wrote:
>
> On Mon, 02 Jan 2023 21:13:52 -0800, Colin Foster wrote:
>
> Please add Acked-by/Reviewed-by tags when posting new versions. However,
> there's no need to repost patches *only* to add the tags. The upstream
> maintainer will do that for acks received on the version they apply.
>
> If a tag was not added on purpose, please state why and what changed.

Genuine mistake - my apologies. I see that I missed both yours and
Vladimir's on this patch. I'll be sure to add all of them should there
be another round.

>
> Missing tags:
>
> Acked-by: Rob Herring <[email protected]>
>
>