Re: [PATCH 2/3] stmmac: change dma descriptors to __le32

2016-07-29 Thread Michael Weiser
Hi Giuseppe, On Tue, Jul 26, 2016 at 02:13:45PM +0200, Giuseppe CAVALLARO wrote: > > - ep++; > > + ep++); > there is a build problem here. > Pls fix it. Thanks for your review. I've got it fixed locally. An updated patchset will be forthcoming as soon as I've

Re: [PATCH 2/3] stmmac: change dma descriptors to __le32

2016-07-29 Thread Giuseppe CAVALLARO
On 7/29/2016 9:53 AM, Michael Weiser wrote: Hi Giuseppe, On Tue, Jul 26, 2016 at 02:13:45PM +0200, Giuseppe CAVALLARO wrote: - ep++; + ep++); there is a build problem here. Pls fix it. Thanks for your review. I've got it fixed locally. An updated

Re: [PATCH 2/3] stmmac: change dma descriptors to __le32

2016-07-26 Thread Giuseppe CAVALLARO
On 7/21/2016 8:23 PM, Michael Weiser wrote: The stmmac driver does not take into account the processor may be big endian when writing the DMA descriptors. This causes the ethernet interface not to be initialised correctly when running a big-endian kernel. Change the descriptors for DMA to use