Re: [U-Boot] [PATCH 0/3] ls1012a: fix tftp failure

2017-12-06 Thread Calvin Johnson
Hi Joe, > -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@gmail.com] > Sent: Wednesday, December 06, 2017 2:35 AM > > > > Your PFE patch set is not fully reviewed or accepted. If I were you, I > would probably send v2 version to include all the chang

Re: [U-Boot] [PATCH 0/3] ls1012a: fix tftp failure

2017-12-05 Thread Joe Hershberger
On Tue, Dec 5, 2017 at 2:57 PM, York Sun wrote: > On 12/05/2017 12:50 PM, Joe Hershberger wrote: >> On Wed, Nov 22, 2017 at 7:17 PM, Calvin Johnson >> wrote: >>> Hi York, >>> -Original Message- From: York Sun Sent: Thursday, November 23, 2017 12:00 AM To: Calvin Johns

Re: [U-Boot] [PATCH 0/3] ls1012a: fix tftp failure

2017-12-05 Thread York Sun
On 12/05/2017 12:50 PM, Joe Hershberger wrote: > On Wed, Nov 22, 2017 at 7:17 PM, Calvin Johnson > wrote: >> Hi York, >> >>> -Original Message- >>> From: York Sun >>> Sent: Thursday, November 23, 2017 12:00 AM >>> To: Calvin Johnson ; u-boot@lists.denx.de >>> Cc: Anji Jagarlmudi ; Joe Her

Re: [U-Boot] [PATCH 0/3] ls1012a: fix tftp failure

2017-12-05 Thread Joe Hershberger
On Wed, Nov 22, 2017 at 7:17 PM, Calvin Johnson wrote: > Hi York, > >> -Original Message- >> From: York Sun >> Sent: Thursday, November 23, 2017 12:00 AM >> To: Calvin Johnson ; u-boot@lists.denx.de >> Cc: Anji Jagarlmudi ; Joe Hershberger >> ; Prabhakar Kushwaha >> >> Subject: Re: [PATCH

Re: [U-Boot] [PATCH 0/3] ls1012a: fix tftp failure

2017-11-22 Thread Calvin Johnson
Hi York, > -Original Message- > From: York Sun > Sent: Thursday, November 23, 2017 12:00 AM > To: Calvin Johnson ; u-boot@lists.denx.de > Cc: Anji Jagarlmudi ; Joe Hershberger > ; Prabhakar Kushwaha > > Subject: Re: [PATCH 0/3] ls1012a: fix tftp failure > > On 11/21/2017 10:26 PM, Calvin

Re: [U-Boot] [PATCH 0/3] ls1012a: fix tftp failure

2017-11-22 Thread York Sun
On 11/21/2017 10:26 PM, Calvin Johnson wrote: > This patch series fixes bug which fails tftp sometimes > while using the pfe interfaces and also has some code clean up. > > > Calvin Johnson (3): > drivers: net: pfe_eth: add pfe_rx_done to clear bd after packet > processing > drivers: net:

[U-Boot] [PATCH 0/3] ls1012a: fix tftp failure

2017-11-21 Thread Calvin Johnson
This patch series fixes bug which fails tftp sometimes while using the pfe interfaces and also has some code clean up. Calvin Johnson (3): drivers: net: pfe_eth: add pfe_rx_done to clear bd after packet processing drivers: net: pfe_eth: use writel/readl to access hw bds drivers: net: pf