[U-Boot] [PATCH] net: zynq_gem: Fix masking of supported phydev features

2017-03-05 Thread Nathan Rossi
When the zynq_gem driver initializes the phy it sets the supported features that the phy can support and advertise. However instead of masking the supported features such that it limits the available features it sets the phy to have the exact supported features of the zynq_gem. This is problematic

Re: [U-Boot] [PATCH] net: zynq_gem: Fix masking of supported phydev features

2017-03-06 Thread Joe Hershberger
On Sun, Mar 5, 2017 at 8:36 AM, Nathan Rossi wrote: > When the zynq_gem driver initializes the phy it sets the supported > features that the phy can support and advertise. However instead of > masking the supported features such that it limits the available > features it sets the phy to have the e

Re: [U-Boot] [PATCH] net: zynq_gem: Fix masking of supported phydev features

2017-03-06 Thread Michal Simek
On 6.3.2017 23:13, Joe Hershberger wrote: > On Sun, Mar 5, 2017 at 8:36 AM, Nathan Rossi wrote: >> When the zynq_gem driver initializes the phy it sets the supported >> features that the phy can support and advertise. However instead of >> masking the supported features such that it limits the ava