Re: [PATCH RFC] net: of_mdio: Scan PHYs which have device_type set to ethernet-phy

2013-12-11 Thread Grant Likely
On Wed, 11 Dec 2013 07:15:54 +, Florian Fainelli wrote: > Le jeudi 14 novembre 2013, 15:05:56 Srinivas Kandagatla a écrit : > > According to Documentation/devicetree/bindings/net/phy.txt device_type > > property of PHY nodes is mandatory, which should be set to > > "ethernet-phy". This

Re: [PATCH RFC] net: of_mdio: Scan PHYs which have device_type set to ethernet-phy

2013-12-11 Thread Grant Likely
On Wed, 11 Dec 2013 07:15:54 +, Florian Fainelli f.faine...@gmail.com wrote: Le jeudi 14 novembre 2013, 15:05:56 Srinivas Kandagatla a écrit : According to Documentation/devicetree/bindings/net/phy.txt device_type property of PHY nodes is mandatory, which should be set to

Re: [PATCH RFC] net: of_mdio: Scan PHYs which have device_type set to ethernet-phy

2013-12-10 Thread Florian Fainelli
Le jeudi 14 novembre 2013, 15:05:56 Srinivas Kandagatla a écrit : > According to Documentation/devicetree/bindings/net/phy.txt device_type > property of PHY nodes is mandatory, which should be set to > "ethernet-phy". This patch adds check in scanning phys and only scans > node which have

Re: [PATCH RFC] net: of_mdio: Scan PHYs which have device_type set to ethernet-phy

2013-12-10 Thread Florian Fainelli
Le jeudi 14 novembre 2013, 15:05:56 Srinivas Kandagatla a écrit : According to Documentation/devicetree/bindings/net/phy.txt device_type property of PHY nodes is mandatory, which should be set to ethernet-phy. This patch adds check in scanning phys and only scans node which have device-type

Re: [PATCH RFC] net: of_mdio: Scan PHYs which have device_type set to ethernet-phy

2013-11-15 Thread Grant Likely
On Thu, 14 Nov 2013 15:05:56 +, Srinivas Kandagatla wrote: > According to Documentation/devicetree/bindings/net/phy.txt device_type > property of PHY nodes is mandatory, which should be set to > "ethernet-phy". This patch adds check in scanning phys and only scans > node which have

Re: [PATCH RFC] net: of_mdio: Scan PHYs which have device_type set to ethernet-phy

2013-11-15 Thread Grant Likely
On Thu, 14 Nov 2013 15:05:56 +, Srinivas Kandagatla srinivas.kandaga...@st.com wrote: According to Documentation/devicetree/bindings/net/phy.txt device_type property of PHY nodes is mandatory, which should be set to ethernet-phy. This patch adds check in scanning phys and only scans node

[PATCH RFC] net: of_mdio: Scan PHYs which have device_type set to ethernet-phy

2013-11-14 Thread Srinivas Kandagatla
According to Documentation/devicetree/bindings/net/phy.txt device_type property of PHY nodes is mandatory, which should be set to "ethernet-phy". This patch adds check in scanning phys and only scans node which have device-type set to "ethernet-phy". Signed-off-by: Srinivas Kandagatla ---

[PATCH RFC] net: of_mdio: Scan PHYs which have device_type set to ethernet-phy

2013-11-14 Thread Srinivas Kandagatla
According to Documentation/devicetree/bindings/net/phy.txt device_type property of PHY nodes is mandatory, which should be set to ethernet-phy. This patch adds check in scanning phys and only scans node which have device-type set to ethernet-phy. Signed-off-by: Srinivas Kandagatla