
18 Aug
2011
18 Aug
'11
3:32 p.m.
The Cadence GEM Ethernet MAC is based on the MACB Ethernet controller but has a few small changes with regards to register and bitfield placement.
This patch set implements the changes required in order for the macb driver to support Cadence GEM as well.
These changes have been tested on a Picochip picoXcell based development platform.
Dave Aldridge (4): macb: initial support for Cadence GEM macb: support higher rate GEM MDIO clock divisors macb: support DMA bus widths > 32 bits macb: allow GEM to have configurable receive buffer size
drivers/net/macb.c | 119 +++++++++++++++++++++++++++++++++++++++++++--------- drivers/net/macb.h | 90 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 189 insertions(+), 20 deletions(-)
--
1.7.3.4