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
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
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 __l
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 __le32 and ensure they are
suitably swapped befor