Re: [U-Boot] [PATCH 2/3] net: ravb: Detect PHY correctly

2017-08-02 Thread Nobuhiro Iwamatsu
Applied to rmobile branch, thanks! 2017-07-22 6:20 GMT+09:00 Marek Vasut : > The order of parameters passed to the phy_connect() was wrong. > Moreover, only PHY address 0 was used. Replace this with code > capable of detecting the PHY address. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger

Re: [U-Boot] [PATCH 2/3] net: ravb: Detect PHY correctly

2017-07-27 Thread Joe Hershberger
On Fri, Jul 21, 2017 at 4:20 PM, Marek Vasut wrote: > The order of parameters passed to the phy_connect() was wrong. > Moreover, only PHY address 0 was used. Replace this with code > capable of detecting the PHY address. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Nobuhiro Iwamats

[U-Boot] [PATCH 2/3] net: ravb: Detect PHY correctly

2017-07-21 Thread Marek Vasut
The order of parameters passed to the phy_connect() was wrong. Moreover, only PHY address 0 was used. Replace this with code capable of detecting the PHY address. Signed-off-by: Marek Vasut Cc: Joe Hershberger Cc: Nobuhiro Iwamatsu --- drivers/net/ravb.c | 7 --- 1 file changed, 4 insertio