Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-11 Thread Yuiko.Oshino
>-Original Message- >From: Joe Hershberger [mailto:joe.hershber...@gmail.com] >Sent: Thursday, August 10, 2017 5:12 PM >To: Yuiko Oshino - C18177 >Cc: Marek Vasut; u-boot >Subject: Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip >LAN75xx and LAN78xx &g

Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-10 Thread Joe Hershberger
On Thu, Aug 10, 2017 at 2:32 PM, wrote: >>-Original Message- >>From: Joe Hershberger [mailto:joe.hershber...@ni.com] >>Sent: Thursday, August 10, 2017 2:45 PM >>To: Yuiko Oshino - C18177 >>Cc: Marek Vasut; u-boot; Joe Hershberger >>Subject: Re: [

Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-10 Thread Yuiko.Oshino
>-Original Message- >From: Joe Hershberger [mailto:joe.hershber...@ni.com] >Sent: Thursday, August 10, 2017 2:45 PM >To: Yuiko Oshino - C18177 >Cc: Marek Vasut; u-boot; Joe Hershberger >Subject: Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip >LAN75xx

Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-10 Thread Joe Hershberger
On Thu, Aug 10, 2017 at 1:13 PM, wrote: > Hi Marek, > >>-Original Message- >>From: Marek Vasut [mailto:ma...@denx.de] >>Sent: Wednesday, August 9, 2017 1:12 PM >>To: Yuiko Oshino - C18177; u-boot@lists.denx.de >>Cc: Joe Hershberger >>Subject: Re: [PATCH v3 1/2] usb: net: Add support for M

Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-10 Thread Marek Vasut
On 08/10/2017 08:13 PM, yuiko.osh...@microchip.com wrote: > Hi Marek, Hi, >> -Original Message- >> From: Marek Vasut [mailto:ma...@denx.de] >> Sent: Wednesday, August 9, 2017 1:12 PM >> To: Yuiko Oshino - C18177; u-boot@lists.denx.de >> Cc: Joe Hershberger >> Subject: Re: [PATCH v3 1/2] u

Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-10 Thread Yuiko.Oshino
Hi Marek, >-Original Message- >From: Marek Vasut [mailto:ma...@denx.de] >Sent: Wednesday, August 9, 2017 1:12 PM >To: Yuiko Oshino - C18177; u-boot@lists.denx.de >Cc: Joe Hershberger >Subject: Re: [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and >LAN78xx > >On 08/09/2017 06:2

Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-10 Thread Joe Hershberger
On Thu, Aug 10, 2017 at 2:15 AM, Marek Vasut wrote: > On 08/09/2017 07:47 PM, Joe Hershberger wrote: >> On Wed, Aug 9, 2017 at 12:12 PM, Marek Vasut wrote: >>> On 08/09/2017 06:25 PM, yuiko.osh...@microchip.com wrote: From: Yuiko Oshino Series-Changes: 3 >>> >>> FYI, this will end

Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-10 Thread Marek Vasut
On 08/09/2017 07:47 PM, Joe Hershberger wrote: > On Wed, Aug 9, 2017 at 12:12 PM, Marek Vasut wrote: >> On 08/09/2017 06:25 PM, yuiko.osh...@microchip.com wrote: >>> From: Yuiko Oshino >>> >>> Series-Changes: 3 >> >> FYI, this will end in the commit message when applied, remove it or move >> it b

Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-09 Thread Joe Hershberger
On Wed, Aug 9, 2017 at 12:12 PM, Marek Vasut wrote: > On 08/09/2017 06:25 PM, yuiko.osh...@microchip.com wrote: >> From: Yuiko Oshino >> >> Series-Changes: 3 > > FYI, this will end in the commit message when applied, remove it or move > it below the --- . Also commit message is missing. This is

Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-09 Thread Marek Vasut
On 08/09/2017 06:25 PM, yuiko.osh...@microchip.com wrote: > From: Yuiko Oshino > > Series-Changes: 3 FYI, this will end in the commit message when applied, remove it or move it below the --- . Also commit message is missing. >- All #ifdef CONFIG_DM_ETH and #endif are removed. >- The lan

Re: [U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-09 Thread Joe Hershberger
On Wed, Aug 9, 2017 at 11:25 AM, wrote: > From: Yuiko Oshino > > Series-Changes: 3 >- All #ifdef CONFIG_DM_ETH and #endif are removed. >- The lan7x_eth_recv() is modifed to correctly support the Driver Model > and returns packet_en. >- Add mii_resolve_flowctrl_fdx() patch in the

[U-Boot] [PATCH v3 1/2] usb: net: Add support for Microchip LAN75xx and LAN78xx

2017-08-09 Thread yuiko.oshino
From: Yuiko Oshino Series-Changes: 3 - All #ifdef CONFIG_DM_ETH and #endif are removed. - The lan7x_eth_recv() is modifed to correctly support the Driver Model and returns packet_en. - Add mii_resolve_flowctrl_fdx() patch in the series. Series-Changes: 2 - The wait_for_bit funct