Re: [U-Boot] [PATCH v4 6/9] sunxi: add gmac Ethernet support

2014-05-01 Thread Marek Vasut
On Thursday, May 01, 2014 at 08:40:49 PM, Ian Campbell wrote: > Add support for the GMAC Ethernet controller on Allwinner A20 (sun7i) > processors. Enable for the Cubietruck. > > Signed-off-by: Chen-Yu Tsai > Signed-off-by: Jens Kuske > Signed-off-by: Ian Campbell Reviewed-by: Marek Vasut Be

Re: [U-Boot] [PATCH v4 6/9] sunxi: add gmac Ethernet support

2014-05-01 Thread Ian Campbell
On Thu, 2014-05-01 at 19:40 +0100, Ian Campbell wrote: > Add support for the GMAC Ethernet controller on Allwinner A20 (sun7i) > processors. Enable for the Cubietruck. > > Signed-off-by: Chen-Yu Tsai > Signed-off-by: Jens Kuske > Signed-off-by: Ian Campbell > --- > v4: Based on d9fe0a1e061e "su

[U-Boot] [PATCH v4 6/9] sunxi: add gmac Ethernet support

2014-05-01 Thread Ian Campbell
Add support for the GMAC Ethernet controller on Allwinner A20 (sun7i) processors. Enable for the Cubietruck. Signed-off-by: Chen-Yu Tsai Signed-off-by: Jens Kuske Signed-off-by: Ian Campbell --- v4: Based on d9fe0a1e061e "sunxi: mksunxiboot: remove unnecessary casts." v3: Based on c89867dca2e9