Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1414993 > unrolled thread

[PATCH v4 2/7] binding: Make "mdio-parent-bus" property from mandatory to optional

Started byPramod Kumar <pramod.kumar@broadcom.com>
First post2016-06-06 14:50 +0200
Last post2016-06-08 21:40 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 2/7] binding: Make "mdio-parent-bus" property from mandatory to optional Pramod Kumar <pramod.kumar@broadcom.com> - 2016-06-06 14:50 +0200
    Re: [PATCH v4 2/7] binding: Make "mdio-parent-bus" property from  mandatory to optional Andrew Lunn <andrew@lunn.ch> - 2016-06-06 16:20 +0200
    Re: [PATCH v4 2/7] binding: Make "mdio-parent-bus" property from  mandatory to optional Rob Herring <robh@kernel.org> - 2016-06-08 21:40 +0200

#1414993 — [PATCH v4 2/7] binding: Make "mdio-parent-bus" property from mandatory to optional

FromPramod Kumar <pramod.kumar@broadcom.com>
Date2016-06-06 14:50 +0200
Subject[PATCH v4 2/7] binding: Make "mdio-parent-bus" property from mandatory to optional
Message-ID<rH28F-50j-1@gated-at.bofh.it>
Change "mdio-parent-bus" from mandatory section to optional
as it won't be required by integrated MDIO multiplexer
which has bus selection and mdio transaction generation logic,
integrated inside.

Signed-off-by: Pramod Kumar <pramod.kumar@broadcom.com>
---
 Documentation/devicetree/bindings/net/mdio-mux.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/mdio-mux.txt b/Documentation/devicetree/bindings/net/mdio-mux.txt
index 491f5bd..f58571f 100644
--- a/Documentation/devicetree/bindings/net/mdio-mux.txt
+++ b/Documentation/devicetree/bindings/net/mdio-mux.txt
@@ -5,11 +5,12 @@ numbered uniquely in a device dependent manner.  The nodes for an MDIO
 bus multiplexer/switch will have one child node for each child bus.
 
 Required properties:
-- mdio-parent-bus : phandle to the parent MDIO bus.
 - #address-cells = <1>;
 - #size-cells = <0>;
 
 Optional properties:
+- mdio-parent-bus : phandle to the parent MDIO bus.
+
 - Other properties specific to the multiplexer/switch hardware.
 
 Required properties for child nodes:
-- 
1.9.1

[toc] | [next] | [standalone]


#1415089 — Re: [PATCH v4 2/7] binding: Make "mdio-parent-bus" property from mandatory to optional

FromAndrew Lunn <andrew@lunn.ch>
Date2016-06-06 16:20 +0200
SubjectRe: [PATCH v4 2/7] binding: Make "mdio-parent-bus" property from mandatory to optional
Message-ID<rH3xM-62c-31@gated-at.bofh.it>
In reply to#1414993
On Mon, Jun 06, 2016 at 06:11:35PM +0530, Pramod Kumar wrote:
> Change "mdio-parent-bus" from mandatory section to optional
> as it won't be required by integrated MDIO multiplexer
> which has bus selection and mdio transaction generation logic,
> integrated inside.
> 
> Signed-off-by: Pramod Kumar <pramod.kumar@broadcom.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

[toc] | [prev] | [next] | [standalone]


#1417792 — Re: [PATCH v4 2/7] binding: Make "mdio-parent-bus" property from mandatory to optional

FromRob Herring <robh@kernel.org>
Date2016-06-08 21:40 +0200
SubjectRe: [PATCH v4 2/7] binding: Make "mdio-parent-bus" property from mandatory to optional
Message-ID<rHRux-4jK-3@gated-at.bofh.it>
In reply to#1414993
On Mon, Jun 06, 2016 at 06:11:35PM +0530, Pramod Kumar wrote:
> Change "mdio-parent-bus" from mandatory section to optional
> as it won't be required by integrated MDIO multiplexer
> which has bus selection and mdio transaction generation logic,
> integrated inside.
> 
> Signed-off-by: Pramod Kumar <pramod.kumar@broadcom.com>
> ---
>  Documentation/devicetree/bindings/net/mdio-mux.txt | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web