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

2017-01-22 Thread Sean Nyekjær
On 2017-01-20 15:17, Andrew Lunn wrote: On Fri, Jan 20, 2017 at 01:50:49PM +0100, Sean Nyekjaer wrote: This ethernet switch have unfortunately the same phy id as KSZ8051. Hi Sean Please could you explain some more. You are adding PHY support here, not switch support. So is this to enable the

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

2017-01-20 Thread Andrew Lunn
On Fri, Jan 20, 2017 at 01:50:49PM +0100, Sean Nyekjaer wrote: > This ethernet switch have unfortunately the same phy id as KSZ8051. Hi Sean Please could you explain some more. You are adding PHY support here, not switch support. So is this to enable the PHY driver for the PHYs embedded in the sw

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

2017-01-20 Thread Sean Nyekjaer
This ethernet switch have unfortunately the same phy id as KSZ8051. Signed-off-by: Sean Nyekjaer --- drivers/net/phy/micrel.c | 14 ++ include/linux/micrel_phy.h | 2 ++ 2 files changed, 16 insertions(+) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index ea92d