Re: [U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-09-09 Thread Fabio Estevam
Hi Stefano, On Tue, Sep 9, 2014 at 10:09 AM, Stefano Babic wrote: > Fabio, I will try to dig in all patches that queue in last two weeks. If > you can, please take a look next week what is still missing and send me > a remind - thanks ! Excellent, thanks! ___

Re: [U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-09-09 Thread Stefano Babic
Hi Fabio, On 09/09/2014 01:52, Fabio Estevam wrote: > Hi Tom, > > On Sat, Aug 30, 2014 at 4:21 PM, Tom Rini wrote: >> On Sat, Aug 30, 2014 at 02:22:22PM -0300, Fabio Estevam wrote: >>> Tom, Joe or Stefano, >>> >>> On Mon, Aug 25, 2014 at 4:51 PM, Marek Vasut wrote: On Monday, August 25, 20

Re: [U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-09-08 Thread Fabio Estevam
Hi Tom, On Sat, Aug 30, 2014 at 4:21 PM, Tom Rini wrote: > On Sat, Aug 30, 2014 at 02:22:22PM -0300, Fabio Estevam wrote: >> Tom, Joe or Stefano, >> >> On Mon, Aug 25, 2014 at 4:51 PM, Marek Vasut wrote: >> > On Monday, August 25, 2014 at 06:34:16 PM, Fabio Estevam wrote: >> >> mx6solox has a re

Re: [U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-09-03 Thread Fabio Estevam
Hi Stefano, On Mon, Aug 25, 2014 at 1:34 PM, Fabio Estevam wrote: > mx6solox has a requirement for 64 bytes alignment for RX DMA transfer. > Other SoCs work with the standard 32 bytes alignment. > > Adjust it accordingly by using 64 bytes aligment in the FEC RX DMA buffers, > which addresses the

Re: [U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-08-30 Thread Tom Rini
On Sat, Aug 30, 2014 at 02:22:22PM -0300, Fabio Estevam wrote: > Tom, Joe or Stefano, > > On Mon, Aug 25, 2014 at 4:51 PM, Marek Vasut wrote: > > On Monday, August 25, 2014 at 06:34:16 PM, Fabio Estevam wrote: > >> mx6solox has a requirement for 64 bytes alignment for RX DMA transfer. > >> Other

Re: [U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-08-30 Thread Fabio Estevam
Tom, Joe or Stefano, On Mon, Aug 25, 2014 at 4:51 PM, Marek Vasut wrote: > On Monday, August 25, 2014 at 06:34:16 PM, Fabio Estevam wrote: >> mx6solox has a requirement for 64 bytes alignment for RX DMA transfer. >> Other SoCs work with the standard 32 bytes alignment. >> >> Adjust it accordingly

Re: [U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-08-25 Thread Marek Vasut
On Monday, August 25, 2014 at 06:34:16 PM, Fabio Estevam wrote: > mx6solox has a requirement for 64 bytes alignment for RX DMA transfer. > Other SoCs work with the standard 32 bytes alignment. > > Adjust it accordingly by using 64 bytes aligment in the FEC RX DMA buffers, > which addresses the nee

[U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-08-25 Thread Fabio Estevam
mx6solox has a requirement for 64 bytes alignment for RX DMA transfer. Other SoCs work with the standard 32 bytes alignment. Adjust it accordingly by using 64 bytes aligment in the FEC RX DMA buffers, which addresses the needs from mx6solox and also works for the other SoCs. Signed-off-by: Fabio