Re: [U-Boot] [PATCH 12/12] sunxi: Add support for using MII phy-s with the GMAC nic

2014-05-31 Thread Ian Campbell
On Sat, 2014-05-31 at 16:08 +0200, Hans de Goede wrote: > Hi, > > On 05/31/2014 02:13 PM, Ian Campbell wrote: > > On Sat, 2014-05-31 at 13:45 +0200, Hans de Goede wrote: > >> Hi, > >> > >> On 05/31/2014 11:51 AM, Ian Campbell wrote: > >>> On Fri, 2014-05-30 at 15:18 +0200, Hans de Goede wrote: > >

Re: [U-Boot] [PATCH 12/12] sunxi: Add support for using MII phy-s with the GMAC nic

2014-05-31 Thread Hans de Goede
Hi, On 05/31/2014 02:13 PM, Ian Campbell wrote: > On Sat, 2014-05-31 at 13:45 +0200, Hans de Goede wrote: >> Hi, >> >> On 05/31/2014 11:51 AM, Ian Campbell wrote: >>> On Fri, 2014-05-30 at 15:18 +0200, Hans de Goede wrote: Note I've added myself as board-maintainer for the cubietruck >>> >>>

Re: [U-Boot] [PATCH 12/12] sunxi: Add support for using MII phy-s with the GMAC nic

2014-05-31 Thread Ian Campbell
On Sat, 2014-05-31 at 13:45 +0200, Hans de Goede wrote: > Hi, > > On 05/31/2014 11:51 AM, Ian Campbell wrote: > > On Fri, 2014-05-30 at 15:18 +0200, Hans de Goede wrote: > >> Note I've added myself as board-maintainer for the cubietruck > > > > Which patch was that? I noticed a bunch of boards.c

Re: [U-Boot] [PATCH 12/12] sunxi: Add support for using MII phy-s with the GMAC nic

2014-05-31 Thread Hans de Goede
Hi, On 05/31/2014 11:51 AM, Ian Campbell wrote: > On Fri, 2014-05-30 at 15:18 +0200, Hans de Goede wrote: >> Note I've added myself as board-maintainer for the cubietruck > > Which patch was that? I noticed a bunch of boards.cfg which weren't > described in the commit logs. In the "sunxi: Add a

Re: [U-Boot] [PATCH 12/12] sunxi: Add support for using MII phy-s with the GMAC nic

2014-05-31 Thread Ian Campbell
On Sat, 2014-05-31 at 10:51 +0100, Ian Campbell wrote: > On Fri, 2014-05-30 at 15:18 +0200, Hans de Goede wrote: > > Note I've added myself as board-maintainer for the cubietruck > > Which patch was that? I noticed a bunch of boards.cfg which weren't > described in the commit logs. NM I spotted

Re: [U-Boot] [PATCH 12/12] sunxi: Add support for using MII phy-s with the GMAC nic

2014-05-31 Thread Ian Campbell
On Fri, 2014-05-30 at 15:18 +0200, Hans de Goede wrote: > Note I've added myself as board-maintainer for the cubietruck Which patch was that? I noticed a bunch of boards.cfg which weren't described in the commit logs. > since you did > not add yourself, feel free to submit a patch to make you th

Re: [U-Boot] [PATCH 12/12] sunxi: Add support for using MII phy-s with the GMAC nic

2014-05-30 Thread Hans de Goede
Hi, On 05/30/2014 12:26 PM, Ian Campbell wrote: > On Fri, 2014-05-30 at 11:06 +0200, Hans de Goede wrote: >> From: Chen-Yu Tsai >> >> Many A20 boards (ie Cubieboard2, A20-OLinuXino_MICRO) use an 100 Mbit MII >> phy together with the GMAC nic found in the A20 SoC, add support for this >> (this wil

Re: [U-Boot] [PATCH 12/12] sunxi: Add support for using MII phy-s with the GMAC nic

2014-05-30 Thread Ian Campbell
On Fri, 2014-05-30 at 11:06 +0200, Hans de Goede wrote: > From: Chen-Yu Tsai > > Many A20 boards (ie Cubieboard2, A20-OLinuXino_MICRO) use an 100 Mbit MII > phy together with the GMAC nic found in the A20 SoC, add support for this > (this will get used when we add these boards in a later patch).

[U-Boot] [PATCH 12/12] sunxi: Add support for using MII phy-s with the GMAC nic

2014-05-30 Thread Hans de Goede
From: Chen-Yu Tsai Many A20 boards (ie Cubieboard2, A20-OLinuXino_MICRO) use an 100 Mbit MII phy together with the GMAC nic found in the A20 SoC, add support for this (this will get used when we add these boards in a later patch). Signed-off-by: Chen-Yu Tsai Signed-off-by: Hans de Goede --- b