Re: [PATCH] net: macb: fix endian code for avr32

2015-03-18 Thread Michal Simek
Hi, On 03/18/2015 11:57 AM, Ben Dooks wrote: > [note this has yet to be compile tested on avr32] > > The changes to run the macb driver in 29af05aeb98e ("net: macb: > Add big endian CPU support") to support big endian operation on > ARM may not work on AVR32 which already is naturally big endian

Re: [PATCH] net: macb: fix endian code for avr32

2015-03-18 Thread Arun Chandran
On Wed, Mar 18, 2015 at 6:46 PM, Arun Chandran wrote: > On Wed, Mar 18, 2015 at 4:27 PM, Ben Dooks wrote: >> >> [note this has yet to be compile tested on avr32] >> >> The changes to run the macb driver in 29af05aeb98e ("net: macb: > > Yes I mistakenly thought zynq board was the first to run it i

Re: [PATCH] net: macb: fix endian code for avr32

2015-03-18 Thread Arun Chandran
On Wed, Mar 18, 2015 at 4:27 PM, Ben Dooks wrote: > > [note this has yet to be compile tested on avr32] > > The changes to run the macb driver in 29af05aeb98e ("net: macb: Yes I mistakenly thought zynq board was the first to run it in BIG endian mode. > Add big endian CPU support") to support bi

Re: [PATCH] net: macb: fix endian code for avr32

2015-03-18 Thread Nicolas Ferre
Le 18/03/2015 13:25, Hans-Christian Egtvedt a écrit : > Around Wed 18 Mar 2015 10:57:27 + or thereabout, Ben Dooks wrote: >> [note this has yet to be compile tested on avr32] >> > > Compiles fine without warnings. > >> The changes to run the macb driver in 29af05aeb98e ("net: macb: >> Add big

Re: [PATCH] net: macb: fix endian code for avr32

2015-03-18 Thread Hans-Christian Egtvedt
Around Wed 18 Mar 2015 10:57:27 + or thereabout, Ben Dooks wrote: > [note this has yet to be compile tested on avr32] > Compiles fine without warnings. > The changes to run the macb driver in 29af05aeb98e ("net: macb: > Add big endian CPU support") to support big endian operation on > ARM may

[PATCH] net: macb: fix endian code for avr32

2015-03-18 Thread Ben Dooks
[note this has yet to be compile tested on avr32] The changes to run the macb driver in 29af05aeb98e ("net: macb: Add big endian CPU support") to support big endian operation on ARM may not work on AVR32 which already is naturally big endian architecture (and the driver already works here). In th