devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS
@ 2015-07-28 10:01 Lars Persson
  2015-07-28 10:01 ` [PATCH net-next 1/4] dwc_eth_qos: Add Synopsys DWC Ethernet QoS bindings Lars Persson
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Lars Persson @ 2015-07-28 10:01 UTC (permalink / raw)
  To: netdev, devicetree, linux-kernel
  Cc: andire, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
	Lars Persson

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-29  7:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28 10:01 [PATCH net-next 0/4] dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS Lars Persson
2015-07-28 10:01 ` [PATCH net-next 1/4] dwc_eth_qos: Add Synopsys DWC Ethernet QoS bindings Lars Persson
2015-07-28 10:01 ` [PATCH net-next 2/4] dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS Lars Persson
2015-07-28 10:01 ` [PATCH net-next 3/4] dwc_eth_qos: Add the synopsys folder to the build system Lars Persson
     [not found] ` <1438077710-19175-1-git-send-email-larper-VrBV9hrLPhE@public.gmane.org>
2015-07-28 10:01   ` [PATCH net-next 4/4] dwc_eth_qos: Add maintainer info Lars Persson
2015-07-29  7:10   ` [PATCH net-next 0/4] dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).