
On Mon, Jan 5, 2015 at 8:15 PM, Joshua Scott joshua.scott@alliedtelesis.co.nz wrote:
The Marvell Link Street mv88e60xx is a series of FastEthernet switch chips, some of which also support Gigabit ports. It is similar to the mv88e61xx series which support Gigabit on all ports.
There is already a driver for the mv88e61xx in U-Boot, and this patch updates it to also work with the mv88e60xx.
The main change that was required was the size of the port bitmaps. Previously, 8-bit port bitmaps were in use, as the driver had only been used with six-port mv88e61xx devices.
This has been changed so that 16-bit port bitmaps are now used, which covers the largest port-counts available for the mv88e60xx / mv88e61xx.
Reviewed-by: Chris Packham chris.packham@alliedtelesis.co.nz Signed-off-by: Joshua Scott joshua.scott@alliedtelesis.co.nz
Acked-by: Joe Hershberger joe.hershberger@ni.com