Merge branch 'bgmac'
authorDavid S. Miller <davem@davemloft.net>
Sun, 5 Jan 2014 01:25:55 +0000 (20:25 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Jan 2014 01:25:55 +0000 (20:25 -0500)
commita1d4b03a076d95edc88d070f7627a73ab80abddc
treea8663d93ecd3624537eb34357271c8906b96c4f4
parenteec73f1c968d6d6cafa5ca19d53b6618bbd20e1e
parent6df4aff972f0294f210559ce898a8a958e23b2c6
Merge branch 'bgmac'

bgmac: add initial support for core rev 4 on ARM BCM47xx

====================
This adds support for core rev 4 and ARM BCM47XX.
With an other fix to the platform code I am now getting over 200 MBit/s
with this Ethernet driver, the DMA problems are solved are unrelated
to bgmac.

v3:
   - moved flags calculation for bcma_core_enable() into if block
   - remove hard coding of phy address to BGMAC_PHY_NOREGS

v2: add changed suggested by RafaƂ
====================

Signed-off-by: David S. Miller <davem@davemloft.net>