Re: [PATCH RFC 02/13] net: phy: split out PHY speed and duplex string generation

2017-07-26 Thread Florian Fainelli
On 07/25/2017 07:02 AM, Russell King wrote: > Other code would like to make use of this, so make the speed and duplex > string generation visible, and place it in a separate file. > > Signed-off-by: Russell King Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH RFC 02/13] net: phy: split out PHY speed and duplex string generation

2017-07-26 Thread Andrew Lunn
On Tue, Jul 25, 2017 at 03:02:42PM +0100, Russell King wrote: > Other code would like to make use of this, so make the speed and duplex > string generation visible, and place it in a separate file. > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn Andrew

[PATCH RFC 02/13] net: phy: split out PHY speed and duplex string generation

2017-07-25 Thread Russell King
Other code would like to make use of this, so make the speed and duplex string generation visible, and place it in a separate file. Signed-off-by: Russell King --- drivers/net/phy/phy-core.c | 49 ++ drivers/net/phy/phy.c | 38 +---