Re: [PATCH RFC v2 0/2] phylib non-autoneg speed setting

2017-04-07 Thread Florian Fainelli
On 04/06/2017 03:00 AM, Russell King - ARM Linux wrote: > This set of two patches fixes and cleans up the phylib code associated > with selecting the fixed mode. > > phylib currently assumes that all PHYs will support the 10baseT/Half mode > of operation irrespective of the supported bitmask, be

[PATCH RFC v2 0/2] phylib non-autoneg speed setting

2017-04-06 Thread Russell King - ARM Linux
This set of two patches fixes and cleans up the phylib code associated with selecting the fixed mode. phylib currently assumes that all PHYs will support the 10baseT/Half mode of operation irrespective of the supported bitmask, because of the way phy_find_valid() and phy_find_setting() operate. T