Re: [U-Boot] [PATCH] mii: Add mii_resolve_flowctrl_fdx()

2017-07-27 Thread Joe Hershberger
On Thu, Jul 27, 2017 at 11:43 AM, Joe Hershberger wrote: > Hi Yuiko, > > On Fri, Jun 23, 2017 at 11:33 AM, wrote: >> From: Yuiko Oshino >> >> Add an mii helper function to resolve flow control status per IEEE >> 802.3-2005 table 28B-3. >> This function was taken from the linux source tree. >>

Re: [U-Boot] [PATCH] mii: Add mii_resolve_flowctrl_fdx()

2017-07-27 Thread Joe Hershberger
Hi Yuiko, On Fri, Jun 23, 2017 at 11:33 AM, wrote: > From: Yuiko Oshino > > Add an mii helper function to resolve flow control status per IEEE 802.3-2005 > table 28B-3. > This function was taken from the linux source tree. > > Signed-off-by: Yuiko Oshino I assume your other patch depends on

[U-Boot] [PATCH] mii: Add mii_resolve_flowctrl_fdx()

2017-06-23 Thread Yuiko.Oshino
From: Yuiko Oshino Add an mii helper function to resolve flow control status per IEEE 802.3-2005 table 28B-3. This function was taken from the linux source tree. Signed-off-by: Yuiko Oshino --- include/linux/mii.h | 23 +++ 1 file changed, 23 insertions(+) diff --git a/in