Re: [PATCH v5 00/20] net-next: stmmac: add dwmac-sun8i ethernet driver

2017-05-05 Thread Corentin Labbe
On Mon, May 01, 2017 at 02:45:00PM +0200, Corentin Labbe wrote: > Hello > > This patch series add the driver for dwmac-sun8i which handle the Ethernet MAC > present on Allwinner H3/H5/A83T/A64 SoCs. > > This driver is the continuation of the sun8i-emac driver. > During the development, it appeare

Re: [PATCH v5 00/20] net-next: stmmac: add dwmac-sun8i ethernet driver

2017-05-01 Thread Andrew Lunn
> > > > Does the internal PHY have a phy driver? It seems like > > > > tx-delay-ps/rx-delay-ps are properties of this internal PHY, and so > > > > should be in the phy driver, if it has one. > > > > > > Nope. These affect the delay lines for the external PHY interface. > > I will add some sentenc

Re: [PATCH v5 00/20] net-next: stmmac: add dwmac-sun8i ethernet driver

2017-05-01 Thread Corentin Labbe
On Mon, May 01, 2017 at 04:45:41PM +0200, Andrew Lunn wrote: > On Mon, May 01, 2017 at 10:28:46PM +0800, Chen-Yu Tsai wrote: > > On Mon, May 1, 2017 at 10:01 PM, Andrew Lunn wrote: > > > On Mon, May 01, 2017 at 02:45:00PM +0200, Corentin Labbe wrote: > > >> Hello > > >> > > >> This patch series ad

Re: [PATCH v5 00/20] net-next: stmmac: add dwmac-sun8i ethernet driver

2017-05-01 Thread Andrew Lunn
On Mon, May 01, 2017 at 10:28:46PM +0800, Chen-Yu Tsai wrote: > On Mon, May 1, 2017 at 10:01 PM, Andrew Lunn wrote: > > On Mon, May 01, 2017 at 02:45:00PM +0200, Corentin Labbe wrote: > >> Hello > >> > >> This patch series add the driver for dwmac-sun8i which handle the Ethernet > >> MAC > >> pre

Re: [PATCH v5 00/20] net-next: stmmac: add dwmac-sun8i ethernet driver

2017-05-01 Thread Chen-Yu Tsai
On Mon, May 1, 2017 at 10:01 PM, Andrew Lunn wrote: > On Mon, May 01, 2017 at 02:45:00PM +0200, Corentin Labbe wrote: >> Hello >> >> This patch series add the driver for dwmac-sun8i which handle the Ethernet >> MAC >> present on Allwinner H3/H5/A83T/A64 SoCs. >> >> This driver is the continuation

Re: [PATCH v5 00/20] net-next: stmmac: add dwmac-sun8i ethernet driver

2017-05-01 Thread Andrew Lunn
On Mon, May 01, 2017 at 02:45:00PM +0200, Corentin Labbe wrote: > Hello > > This patch series add the driver for dwmac-sun8i which handle the Ethernet MAC > present on Allwinner H3/H5/A83T/A64 SoCs. > > This driver is the continuation of the sun8i-emac driver. > During the development, it appeare

[PATCH v5 00/20] net-next: stmmac: add dwmac-sun8i ethernet driver

2017-05-01 Thread Corentin Labbe
Hello This patch series add the driver for dwmac-sun8i which handle the Ethernet MAC present on Allwinner H3/H5/A83T/A64 SoCs. This driver is the continuation of the sun8i-emac driver. During the development, it appeared that in fact the hardware was a modified version of some dwmac. So the drive