RE: [PATCH] net/mdio: fix mdio_bus_match for c45 PHY

2015-07-22 Thread Shaohui Xie
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Tuesday, July 21, 2015 3:17 PM > To: shh@gmail.com > Cc: netdev@vger.kernel.org; Xie Shaohui-B21989 > Subject: Re: [PATCH] net/mdio: fix mdio_bus_match for c45 PHY > > From: > D

Re: [PATCH] net/mdio: fix mdio_bus_match for c45 PHY

2015-07-21 Thread David Miller
From: Date: Fri, 17 Jul 2015 18:07:19 +0800 > From: Shaohui Xie > > We store c45 PHY's id information in c45_ids, so it should be used to > check the matching between PHY driver and PHY device for c45 PHY. > > Signed-off-by: Shaohui Xie Applied, thanks. -- To unsubscribe from this list: send

[PATCH] net/mdio: fix mdio_bus_match for c45 PHY

2015-07-17 Thread shh.xie
From: Shaohui Xie We store c45 PHY's id information in c45_ids, so it should be used to check the matching between PHY driver and PHY device for c45 PHY. Signed-off-by: Shaohui Xie --- drivers/net/phy/mdio_bus.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff -