Re: [PATCH v2] net: phy: micrel: add support for KSZ8795

2017-01-27 Thread Florian Fainelli
On 01/27/2017 11:52 AM, Sean Nyekjær wrote: > > > On 2017-01-27 19:55, Florian Fainelli wrote: >> On 01/26/2017 11:46 PM, Sean Nyekjaer wrote: >>> This is adds support for the PHYs in the KSZ8795 5port managed switch. >>> >>> It will allow to detect the link between the switch and the soc >>> and

Re: [PATCH v2] net: phy: micrel: add support for KSZ8795

2017-01-27 Thread Sean Nyekjær
On 2017-01-27 19:55, Florian Fainelli wrote: On 01/26/2017 11:46 PM, Sean Nyekjaer wrote: This is adds support for the PHYs in the KSZ8795 5port managed switch. It will allow to detect the link between the switch and the soc and uses the same read_status functions as the KSZ8873MLL switch. S

Re: [PATCH v2] net: phy: micrel: add support for KSZ8795

2017-01-27 Thread Florian Fainelli
On 01/26/2017 11:46 PM, Sean Nyekjaer wrote: > This is adds support for the PHYs in the KSZ8795 5port managed switch. > > It will allow to detect the link between the switch and the soc > and uses the same read_status functions as the KSZ8873MLL switch. > > Signed-off-by: Sean Nyekjaer > --- > C

Re: [PATCH v2] net: phy: micrel: add support for KSZ8795

2017-01-27 Thread David Miller
From: Sean Nyekjaer Date: Fri, 27 Jan 2017 08:46:23 +0100 > This is adds support for the PHYs in the KSZ8795 5port managed switch. > > It will allow to detect the link between the switch and the soc > and uses the same read_status functions as the KSZ8873MLL switch. > > Signed-off-by: Sean Nyek

[PATCH v2] net: phy: micrel: add support for KSZ8795

2017-01-26 Thread Sean Nyekjaer
This is adds support for the PHYs in the KSZ8795 5port managed switch. It will allow to detect the link between the switch and the soc and uses the same read_status functions as the KSZ8873MLL switch. Signed-off-by: Sean Nyekjaer --- Changes in v2: - Removed "switch" name drivers/net/phy/micr