Re: [PATCH net-next] PHY: DP83867: Remove looking in parent device for OF properties

2015-12-06 Thread David Miller
From: Andrew Lunn Date: Mon, 7 Dec 2015 04:38:58 +0100 > Device tree properties for a phy device are expected to be in the phy > node. The current code for the DP83867 also tries to look in the > parent node. The devices binding documentation does not mention this, > no current device tree file

Re: [PATCH net-next] PHY: DP83867: Remove looking in parent device for OF properties

2015-12-06 Thread Florian Fainelli
Le 06/12/2015 19:38, Andrew Lunn a écrit : > Device tree properties for a phy device are expected to be in the phy > node. The current code for the DP83867 also tries to look in the > parent node. The devices binding documentation does not mention this, > no current device tree file makes use of th

[PATCH net-next] PHY: DP83867: Remove looking in parent device for OF properties

2015-12-06 Thread Andrew Lunn
Device tree properties for a phy device are expected to be in the phy node. The current code for the DP83867 also tries to look in the parent node. The devices binding documentation does not mention this, no current device tree file makes use of this, and it is not behaviour we want. So remove look