[net 0/8] gianfar: ARM port driver updates (1/2)
From: Claudiu Manoil <hidden>
Date: 2014-10-03 16:42:21
This is the first round of driver protability 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 sencond round. These patches were verified on the ls1021a SoC. Claudiu Manoil (8): net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARM net/fsl_pq_mdio: Use ioread/iowrite32be() portable accessors net/fsl_pq_mdio: Replace spin_event_timeout() with arch independent gianfar: Include missing headers for ARM builds gianfar: Exclude PPC specific errata handling from ARM builds gianfar: Make MAC addr setup endian safe, cleanup gianfar: Replace spin_event_timeout() with arch independent gianfar: Replace eieio with wmb for non-PPC archs drivers/net/ethernet/freescale/fsl_pq_mdio.c | 56 ++++++++++++++--------- drivers/net/ethernet/freescale/gianfar.c | 68 +++++++++++++++------------- drivers/net/ethernet/freescale/gianfar.h | 31 +++++++++++++ 3 files changed, 102 insertions(+), 53 deletions(-) -- 1.7.11.7