RE: [PATCH 4/5] stmmac: add ipq806x glue layer

2015-05-27 Thread Mathieu Olivari
@codeaurora.org; georgi.dja...@linaro.org; w...@the-dreams.de; rna...@codeaurora.org; da...@davemloft.net; vbrid...@opensource.altera.com; devicet...@vger.kernel.org; linux-ker...@vger.kernel.org; linux-...@vger.kernel.org; netdev@vger.kernel.org Subject: Re: [PATCH 4/5] stmmac: add ipq806x glu

Re: [PATCH 4/5] stmmac: add ipq806x glue layer

2015-05-27 Thread Paul Bolle
Just a nit: a license mismatch. On Tue, 2015-05-26 at 12:27 -0700, Mathieu Olivari wrote: > --- /dev/null > +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-ipq806x.c > + * Permission to use, copy, modify, and/or distribute this software for any > + * purpose with or without fee is hereby granted,

[PATCH 4/5] stmmac: add ipq806x glue layer

2015-05-26 Thread Mathieu Olivari
The ethernet controller available in IPQ806x is a Synopsys DesignWare Gigabit MAC IP core, already supported by the stmmac driver. This glue layer implements some platform specific settings required to get the controller working on an IPQ806x based platform. Signed-off-by: Mathieu Olivari --- d