* [PATCH] Doc: net: dsa: b53: update location of referenced dsa.txt
@ 2017-06-15 17:03 Heinrich Schuchardt
[not found] ` <20170615170307.15707-1-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Heinrich Schuchardt @ 2017-06-15 17:03 UTC (permalink / raw)
To: Rob Herring, Mark Rutland
Cc: David S . Miller, Florian Fainelli, devicetree, linux-kernel,
Heinrich Schuchardt
The referenced file dsa.txt is located at
Documentation/devicetree/bindings/net/dsa/dsa.txt
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
Documentation/devicetree/bindings/net/dsa/b53.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/net/dsa/b53.txt b/Documentation/devicetree/bindings/net/dsa/b53.txt
index d6c6e41648d4..8ec2ca21adeb 100644
--- a/Documentation/devicetree/bindings/net/dsa/b53.txt
+++ b/Documentation/devicetree/bindings/net/dsa/b53.txt
@@ -34,7 +34,7 @@ Required properties:
"brcm,bcm6328-switch"
"brcm,bcm6368-switch" and the mandatory "brcm,bcm63xx-switch"
-See Documentation/devicetree/bindings/dsa/dsa.txt for a list of additional
+See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
required and optional properties.
Examples:
--
2.11.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Doc: net: dsa: b53: update location of referenced dsa.txt
[not found] ` <20170615170307.15707-1-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
@ 2017-06-15 17:04 ` Florian Fainelli
2017-06-15 18:46 ` David Miller
1 sibling, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2017-06-15 17:04 UTC (permalink / raw)
To: Heinrich Schuchardt, Rob Herring, Mark Rutland
Cc: David S . Miller, devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
On 06/15/2017 10:03 AM, Heinrich Schuchardt wrote:
> The referenced file dsa.txt is located at
> Documentation/devicetree/bindings/net/dsa/dsa.txt
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
Reviewed-by: Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Thanks!
> ---
> Documentation/devicetree/bindings/net/dsa/b53.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/dsa/b53.txt b/Documentation/devicetree/bindings/net/dsa/b53.txt
> index d6c6e41648d4..8ec2ca21adeb 100644
> --- a/Documentation/devicetree/bindings/net/dsa/b53.txt
> +++ b/Documentation/devicetree/bindings/net/dsa/b53.txt
> @@ -34,7 +34,7 @@ Required properties:
> "brcm,bcm6328-switch"
> "brcm,bcm6368-switch" and the mandatory "brcm,bcm63xx-switch"
>
> -See Documentation/devicetree/bindings/dsa/dsa.txt for a list of additional
> +See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
> required and optional properties.
>
> Examples:
>
--
Florian
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Doc: net: dsa: b53: update location of referenced dsa.txt
[not found] ` <20170615170307.15707-1-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
2017-06-15 17:04 ` Florian Fainelli
@ 2017-06-15 18:46 ` David Miller
2017-06-15 18:59 ` [PATCH 1/1] " Heinrich Schuchardt
1 sibling, 1 reply; 5+ messages in thread
From: David Miller @ 2017-06-15 18:46 UTC (permalink / raw)
To: xypron.glpk-Mmb7MZpHnFY
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
f.fainelli-Re5JQEeQqe8AvxtiuMwx3w,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
Please re-post this with the netdev mailing list CC:'d, thank you.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/1] Doc: net: dsa: b53: update location of referenced dsa.txt
2017-06-15 18:46 ` David Miller
@ 2017-06-15 18:59 ` Heinrich Schuchardt
[not found] ` <20170615185957.16405-1-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Heinrich Schuchardt @ 2017-06-15 18:59 UTC (permalink / raw)
To: Rob Herring, Mark Rutland
Cc: David S . Miller, Florian Fainelli, devicetree, netdev,
linux-kernel, Heinrich Schuchardt
The referenced file dsa.txt is located at
Documentation/devicetree/bindings/net/dsa/dsa.txt
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
Resent due to missing
Cc: netdev@vger.kernel.org
---
Documentation/devicetree/bindings/net/dsa/b53.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/net/dsa/b53.txt b/Documentation/devicetree/bindings/net/dsa/b53.txt
index d6c6e41648d4..8ec2ca21adeb 100644
--- a/Documentation/devicetree/bindings/net/dsa/b53.txt
+++ b/Documentation/devicetree/bindings/net/dsa/b53.txt
@@ -34,7 +34,7 @@ Required properties:
"brcm,bcm6328-switch"
"brcm,bcm6368-switch" and the mandatory "brcm,bcm63xx-switch"
-See Documentation/devicetree/bindings/dsa/dsa.txt for a list of additional
+See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
required and optional properties.
Examples:
--
2.11.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/1] Doc: net: dsa: b53: update location of referenced dsa.txt
[not found] ` <20170615185957.16405-1-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
@ 2017-06-15 19:02 ` David Miller
0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2017-06-15 19:02 UTC (permalink / raw)
To: xypron.glpk-Mmb7MZpHnFY
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
f.fainelli-Re5JQEeQqe8AvxtiuMwx3w,
devicetree-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
From: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
Date: Thu, 15 Jun 2017 20:59:57 +0200
> The referenced file dsa.txt is located at
> Documentation/devicetree/bindings/net/dsa/dsa.txt
>
> Reviewed-by: Florian Fainelli <f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-06-15 19:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-15 17:03 [PATCH] Doc: net: dsa: b53: update location of referenced dsa.txt Heinrich Schuchardt
[not found] ` <20170615170307.15707-1-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
2017-06-15 17:04 ` Florian Fainelli
2017-06-15 18:46 ` David Miller
2017-06-15 18:59 ` [PATCH 1/1] " Heinrich Schuchardt
[not found] ` <20170615185957.16405-1-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
2017-06-15 19:02 ` David Miller
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).