Re: [PATCH v3 0/5] meson: Meson8b and GXBB DWMAC glue driver

2016-09-02 Thread Arnd Bergmann
On Thursday, September 1, 2016 10:37:31 PM CEST David Miller wrote: > From: Kevin Hilman > Date: Thu, 01 Sep 2016 21:23:52 -0700 > > David Miller writes: > >> From: Martin Blumenstingl > >> Date: Tue, 30 Aug 2016

Re: [PATCH v3 0/5] meson: Meson8b and GXBB DWMAC glue driver

2016-09-01 Thread David Miller
From: Kevin Hilman Date: Thu, 01 Sep 2016 21:23:52 -0700 > David Miller writes: > >> From: Martin Blumenstingl >> Date: Tue, 30 Aug 2016 20:49:28 +0200 >> >>> On Mon, Aug 29, 2016 at 5:40 AM, David Miller

Re: [PATCH v3 0/5] meson: Meson8b and GXBB DWMAC glue driver

2016-09-01 Thread Kevin Hilman
David Miller writes: > From: Martin Blumenstingl > Date: Tue, 30 Aug 2016 20:49:28 +0200 > >> On Mon, Aug 29, 2016 at 5:40 AM, David Miller wrote: >>> From: Martin Blumenstingl

Re: [PATCH v3 0/5] meson: Meson8b and GXBB DWMAC glue driver

2016-08-30 Thread David Miller
From: Martin Blumenstingl Date: Tue, 30 Aug 2016 20:49:28 +0200 > On Mon, Aug 29, 2016 at 5:40 AM, David Miller wrote: >> From: Martin Blumenstingl >> Date: Sun, 28 Aug 2016 18:16:32 +0200 >> >>> This

Re: [PATCH v3 0/5] meson: Meson8b and GXBB DWMAC glue driver

2016-08-30 Thread Martin Blumenstingl
On Mon, Aug 29, 2016 at 5:40 AM, David Miller wrote: > From: Martin Blumenstingl > Date: Sun, 28 Aug 2016 18:16:32 +0200 > >> This adds a DWMAC glue driver for the PRG_ETHERNET registers found in >> Meson8b and GXBB SoCs. Based on the

Re: [PATCH v3 0/5] meson: Meson8b and GXBB DWMAC glue driver

2016-08-28 Thread David Miller
From: Martin Blumenstingl Date: Sun, 28 Aug 2016 18:16:32 +0200 > This adds a DWMAC glue driver for the PRG_ETHERNET registers found in > Meson8b and GXBB SoCs. Based on the "old" meson6b-dwmac glue driver > the register layout is completely different. > Thus

[PATCH v3 0/5] meson: Meson8b and GXBB DWMAC glue driver

2016-08-28 Thread Martin Blumenstingl
This adds a DWMAC glue driver for the PRG_ETHERNET registers found in Meson8b and GXBB SoCs. Based on the "old" meson6b-dwmac glue driver the register layout is completely different. Thus I introduced a separate driver. Changes since v2: - fixed unloading the glue driver when built as module.