Re: [U-Boot] [PATCH 2/5] net: re-add support for the Faraday ftgmac100 controller

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 driver is based on the previous one and adds the same support for >> the Faraday ftgmac100 controller with MAC and MDIO bus support for >> RGMII/RMII modes. >> >> Dr

Re: [U-Boot] [PATCH 2/5] net: re-add support for the Faraday ftgmac100 controller

2018-09-27 Thread Simon Glass
Hi Cedric, On 10 September 2018 at 07:21, Cédric Le Goater wrote: > The driver is based on the previous one and adds the same support for > the Faraday ftgmac100 controller with MAC and MDIO bus support for > RGMII/RMII modes. > > Driver model support was added as well as some enhancements and fi

Re: [U-Boot] [PATCH 2/5] net: re-add support for the Faraday ftgmac100 controller

2018-09-12 Thread Cédric Le Goater
On 09/12/2018 11:27 AM, Joel Stanley wrote: > On Mon, 10 Sep 2018 at 23:54, Cédric Le Goater wrote: >> >> The driver is based on the previous one and adds the same support for >> the Faraday ftgmac100 controller with MAC and MDIO bus support for >> RGMII/RMII modes. >> >> Driver model support was

Re: [U-Boot] [PATCH 2/5] net: re-add support for the Faraday ftgmac100 controller

2018-09-12 Thread Joel Stanley
On Mon, 10 Sep 2018 at 23:54, Cédric Le Goater wrote: > > The driver is based on the previous one and adds the same support for > the Faraday ftgmac100 controller with MAC and MDIO bus support for > RGMII/RMII modes. > > Driver model support was added as well as some enhancements and fixes. > > Si

[U-Boot] [PATCH 2/5] net: re-add support for the Faraday ftgmac100 controller

2018-09-10 Thread Cédric Le Goater
The driver is based on the previous one and adds the same support for the Faraday ftgmac100 controller with MAC and MDIO bus support for RGMII/RMII modes. Driver model support was added as well as some enhancements and fixes. Signed-off-by: Cédric Le Goater --- drivers/net/ftgmac100.h | 242 +++