]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'gianfar'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2014 05:40:56 +0000 (01:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Oct 2014 05:40:56 +0000 (01:40 -0400)
commit411f7f42fb854e42723caf2d4cfd1ef158f5de42
tree915fd2223bcf421e0576f41ed9ce240024e972b1
parentd1a77e1021e8dc9aa8be1daf530a200b64ba6f69
parentaeb864cb4441beb1ee116e202efc8f61772cd6a7
Merge branch 'gianfar'

Claudiu Manoil says:

====================
gianfar: ARM port driver updates (1/2)

This is the first round of driver portability fixes and clean-up
with the main purpose to make gianfar portable on ARM, for the ARM
based SoC that integrates the eTSEC ethernet controller - "ls1021a".
The patches primarily address compile time errors, when compiling
gianfar on ARM.  They replace PPC specific functions and macros
with architecture independent ones, solve arch specific header
inclusions, guard code that relates to PPC only, and even address
some simple endianess issues (see MAC address setup patch).
The patches addressing the bulk of remaining endianess issues,
like handling DMA fields (BD and FCB), will follow with the second
round.
====================

Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>