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


Groups > linux.kernel > #1194019

[PATCH net-next 0/4] dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS

From Lars Persson <lars.persson@axis.com>
Newsgroups linux.kernel
Subject [PATCH net-next 0/4] dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS
Date 2015-07-28 12:10 +0200
Message-ID <pR9ZD-61X-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This is a driver supporting version 4.10a of the Synopsys DWC Ethernet QoS
gigabit ethernet controller. The IP has changed significantly compared to the
dwmac1000 so a separate driver is justified.

The IP is highly configurable at synthesis time. This driver has been
developed for a subset of the total available feature set. Currently
it supports:
* TSO
* Checksum offload for RX and TX.
* Energy efficient ethernet.
* GMII phy interface.
* The statistics module.
* Single RX and TX queue.

Lars Persson (4):
  dwc_eth_qos: Add Synopsys DWC Ethernet QoS bindings
  dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS
  dwc_eth_qos: Add the synopsys folder to the build system.
  dwc_eth_qos: Add maintainer info

 .../bindings/net/snps,dwc-qos-ethernet.txt         |   75 +
 MAINTAINERS                                        |    7 +
 drivers/net/ethernet/Kconfig                       |    1 +
 drivers/net/ethernet/Makefile                      |    1 +
 drivers/net/ethernet/synopsys/Kconfig              |   27 +
 drivers/net/ethernet/synopsys/Makefile             |    5 +
 drivers/net/ethernet/synopsys/dwc_eth_qos.c        | 3019 ++++++++++++++++++++
 7 files changed, 3135 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
 create mode 100644 drivers/net/ethernet/synopsys/Kconfig
 create mode 100644 drivers/net/ethernet/synopsys/Makefile
 create mode 100644 drivers/net/ethernet/synopsys/dwc_eth_qos.c

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH net-next 0/4] dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS Lars Persson <lars.persson@axis.com> - 2015-07-28 12:10 +0200
  [PATCH net-next 1/4] dwc_eth_qos: Add Synopsys DWC Ethernet QoS bindings Lars Persson <lars.persson@axis.com> - 2015-07-28 12:10 +0200
  [PATCH net-next 3/4] dwc_eth_qos: Add the synopsys folder to the build system. Lars Persson <lars.persson@axis.com> - 2015-07-28 12:10 +0200

csiph-web