Re: [U-Boot] [PATCH] net: include/phy.h: add new mode for internal phy

2018-05-15 Thread Joe Hershberger
On Fri, May 11, 2018 at 4:51 AM, Kunihiko Hayashi wrote: > Add the new mode to indicate a built-in PHY. > This will be used by UniPhier AVE ethernet driver. > > Signed-off-by: Kunihiko Hayashi Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH] net: include/phy.h: add new mode for internal phy

2018-05-13 Thread Marek Vasut
On 05/11/2018 11:51 AM, Kunihiko Hayashi wrote: > Add the new mode to indicate a built-in PHY. > This will be used by UniPhier AVE ethernet driver. Hi, Hayashi-san, CC Joe on network stuff. Reviewed-by: Marek Vasut > Signed-off-by: Kunihiko Hayashi

[U-Boot] [PATCH] net: include/phy.h: add new mode for internal phy

2018-05-11 Thread Kunihiko Hayashi
Add the new mode to indicate a built-in PHY. This will be used by UniPhier AVE ethernet driver. Signed-off-by: Kunihiko Hayashi --- include/phy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/phy.h b/include/phy.h index 0543ec1..d0f60d1 100644 ---