Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1512471
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] net: stmmac: Add OXNAS DWMAC Glue |
| Date | 2016-10-31 12:00 +0100 |
| Message-ID | <syitP-1fZ-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset add support for the Sysnopsys DWMAC Gigabit Ethernet controller Glue layer of the Oxford Semiconductor OX820 SoC. 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 | 215 +++++++++++++++++++++ 4 files changed, 266 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] net: stmmac: Add OXNAS DWMAC Glue Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 12:00 +0100 [PATCH v2 2/2] dt-bindings: net: Add OXNAS DWMAC Bindings Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 12:00 +0100
csiph-web