Re: [U-Boot] [PATCH 4/5] net: ftgmac100: add support for Aspeed SoC

2018-09-28 Thread Cédric Le Goater
Hello Simon, On 9/27/18 3:41 PM, Simon Glass wrote: > Hi Cedric, > > On 10 September 2018 at 07:21, Cédric Le Goater wrote: >> The Faraday ftgmac100 MAC controllers as found on the Aspeed SoCs have >> some slight differences in the HW interface (End-Of-Rx/Tx-Ring >> bits). Also include the Aspee

Re: [U-Boot] [PATCH 4/5] net: ftgmac100: add support for Aspeed SoC

2018-09-27 Thread Simon Glass
Hi Cedric, On 10 September 2018 at 07:21, Cédric Le Goater wrote: > The Faraday ftgmac100 MAC controllers as found on the Aspeed SoCs have > some slight differences in the HW interface (End-Of-Rx/Tx-Ring > bits). Also include the Aspeed clock enablement. > > Signed-off-by: Cédric Le Goater > ---

Re: [U-Boot] [PATCH 4/5] net: ftgmac100: add support for Aspeed SoC

2018-09-12 Thread Joel Stanley
On Mon, 10 Sep 2018 at 23:55, Cédric Le Goater wrote: > > The Faraday ftgmac100 MAC controllers as found on the Aspeed SoCs have > some slight differences in the HW interface (End-Of-Rx/Tx-Ring > bits). Also include the Aspeed clock enablement. > > Signed-off-by: Cédric Le Goater Reviewed-by: Jo

[U-Boot] [PATCH 4/5] net: ftgmac100: add support for Aspeed SoC

2018-09-10 Thread Cédric Le Goater
The Faraday ftgmac100 MAC controllers as found on the Aspeed SoCs have some slight differences in the HW interface (End-Of-Rx/Tx-Ring bits). Also include the Aspeed clock enablement. Signed-off-by: Cédric Le Goater --- drivers/net/ftgmac100.h | 5 +++ drivers/net/ftgmac100.c | 72 ++