Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1513865 > unrolled thread

[PATCH v3 0/2] net: stmmac: Add OXNAS DWMAC Glue

Started byNeil Armstrong <narmstrong@baylibre.com>
First post2016-11-02 15:10 +0100
Last post2016-11-03 20:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/2] net: stmmac: Add OXNAS DWMAC Glue Neil Armstrong <narmstrong@baylibre.com> - 2016-11-02 15:10 +0100
    Re: [PATCH v3 0/2] net: stmmac: Add OXNAS DWMAC Glue David Miller <davem@davemloft.net> - 2016-11-03 20:40 +0100

#1513865 — [PATCH v3 0/2] net: stmmac: Add OXNAS DWMAC Glue

FromNeil Armstrong <narmstrong@baylibre.com>
Date2016-11-02 15:10 +0100
Subject[PATCH v3 0/2] net: stmmac: Add OXNAS DWMAC Glue
Message-ID<sz4oN-7k0-3@gated-at.bofh.it>
This patchset add support for the Sysnopsys DWMAC Gigabit Ethernet
controller Glue layer of the Oxford Semiconductor OX820 SoC.

Changes since v2 at http://lkml.kernel.org/r/20161031105345.16711-1-narmstrong@baylibre.com :
 - Disable/Unprepare clock if regmap read fails in oxnas_dwmac_init

Changes since v1 at https://patchwork.kernel.org/patch/9388231/ :
 - Split dt-bindings in a separate patch
 - Add IP version in the dt-bindings compatible
 - Check return of clk_prepare_enable()
 - use get_stmmac_bsp_priv() helper
 - hardwire setup values in oxnas_dwmac_init()

Changes since RFC at https://patchwork.kernel.org/patch/9387257 :
 - Drop init/exit callbacks
 - Implement proper remove and PM callback
 - Call init from probe
 - Disable/Unprepare clock if stmmac probe fails

Neil Armstrong (2):
  net: stmmac: Add OXNAS Glue Driver
  dt-bindings: net: Add OXNAS DWMAC Bindings

 .../devicetree/bindings/net/oxnas-dwmac.txt        |  39 ++++
 drivers/net/ethernet/stmicro/stmmac/Kconfig        |  11 ++
 drivers/net/ethernet/stmicro/stmmac/Makefile       |   1 +
 drivers/net/ethernet/stmicro/stmmac/dwmac-oxnas.c  | 217 +++++++++++++++++++++
 4 files changed, 268 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/oxnas-dwmac.txt
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-oxnas.c

-- 
2.7.0

[toc] | [next] | [standalone]


#1514794

FromDavid Miller <davem@davemloft.net>
Date2016-11-03 20:40 +0100
Message-ID<szw1I-8ap-33@gated-at.bofh.it>
In reply to#1513865
From: Neil Armstrong <narmstrong@baylibre.com>
Date: Wed,  2 Nov 2016 15:02:35 +0100

> This patchset add support for the Sysnopsys DWMAC Gigabit Ethernet
> controller Glue layer of the Oxford Semiconductor OX820 SoC.

Series applied to net-next, thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web