Re: [PATCH v1] net: phy: micrel: add KSZ8795 ethernet switch

2017-01-27 Thread Sean Nyekjær
On 2017-01-26 19:12, Andrew Lunn wrote: I remove the word "Switch" from the commit message and phy name. The rest is okay? Yes. What is generally being done when to phy's have the same id, micrel have done this many times... It should not be a problem. When you write a switch driver for the

Re: [PATCH v1] net: phy: micrel: add KSZ8795 ethernet switch

2017-01-26 Thread Andrew Lunn
> I remove the word "Switch" from the commit message and phy name. > The rest is okay? Yes. > What is generally being done when to phy's have the same id, micrel > have done this many times... It should not be a problem. When you write a switch driver for the switch, it will be in device tree. L

Re: [PATCH v1] net: phy: micrel: add KSZ8795 ethernet switch

2017-01-26 Thread Florian Fainelli
On 01/26/2017 09:51 AM, Sean Nyekjær wrote: > > > On 2017-01-23 16:12, Andrew Lunn wrote: >> On Mon, Jan 23, 2017 at 08:58:46AM +0100, Sean Nyekjaer wrote: >>> This is add support for the PHYs in the KSZ8795 5port managed switch. >>> >>> It will allow to detect the link between the switch and the

Re: [PATCH v1] net: phy: micrel: add KSZ8795 ethernet switch

2017-01-26 Thread Sean Nyekjær
On 2017-01-23 16:12, Andrew Lunn wrote: On Mon, Jan 23, 2017 at 08:58:46AM +0100, Sean Nyekjaer wrote: This is add 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 KSZ8873ML

Re: [PATCH v1] net: phy: micrel: add KSZ8795 ethernet switch

2017-01-23 Thread Andrew Lunn
On Mon, Jan 23, 2017 at 08:58:46AM +0100, Sean Nyekjaer wrote: > This is add 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. > > This ethernet switch h

[PATCH v1] net: phy: micrel: add KSZ8795 ethernet switch

2017-01-22 Thread Sean Nyekjaer
This is add 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. This ethernet switch have unfortunately the same phy id as KSZ8051. Signed-off-by: Sean Nyekjaer