netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] amd-xgbe: AMD XGBE driver update 2014-07-25
@ 2014-07-25 21:10 Tom Lendacky
  2014-07-25 21:10 ` [PATCH net-next 1/8] amd-xgbe: Add dma-coherent to device bindings documentation Tom Lendacky
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Tom Lendacky @ 2014-07-25 21:10 UTC (permalink / raw)
  To: netdev; +Cc: davem

This patch series is dependent on the following patch that was
applied to the net tree and needs to be applied to the net-next
tree:
  332cfc823d18 - amd-xgbe: Fix error return code in xgbe_probe()

The following series of patches includes fixes and new support in the
driver.

- Device bindings documentation update
- Hardware timestamp support
- 2.5GbE support changes
- Fifo sizes based on active queues/rings
- Phylib driver updates for:
  - Rate change completion check
  - KR training initiation
  - Auto-negotiation results
- Traffic class support, including DCB support

This patch series is based on net-next.

---

Tom Lendacky (8):
      amd-xgbe: Add dma-coherent to device bindings documentation
      amd-xgbe: Add hardware timestamp support
      amd-xgbe: Update/fix 2.5GbE support
      amd-xgbe: Base queue fifo size and enablement on ring count
      amd-xgbe-phy: Updates to rate change complete check
      amd-xgbe-phy: Updates to KR training initiation
      amd-xgbe-phy: Print out the auto-negotiation method used
      amd-xgbe: Add traffic class support


 .../devicetree/bindings/net/amd-xgbe-phy.txt       |    6 
 Documentation/devicetree/bindings/net/amd-xgbe.txt |   17 +
 drivers/net/ethernet/amd/Kconfig                   |   11 +
 drivers/net/ethernet/amd/xgbe/Makefile             |    4 
 drivers/net/ethernet/amd/xgbe/xgbe-common.h        |   93 ++++
 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c           |  292 ++++++++++++++
 drivers/net/ethernet/amd/xgbe/xgbe-desc.c          |    9 
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c           |  399 +++++++++++++++++--
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c           |  421 ++++++++++++++++++--
 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c       |   56 ++-
 drivers/net/ethernet/amd/xgbe/xgbe-main.c          |   36 +-
 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c           |  313 +++++++++++++++
 drivers/net/ethernet/amd/xgbe/xgbe.h               |   77 ++++
 drivers/net/phy/amd-xgbe-phy.c                     |  134 ++++++
 14 files changed, 1741 insertions(+), 127 deletions(-)
 create mode 100644 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c
 create mode 100644 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c

-- 
Tom Lendacky

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

end of thread, other threads:[~2014-07-29 13:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 21:10 [PATCH net-next 0/8] amd-xgbe: AMD XGBE driver update 2014-07-25 Tom Lendacky
2014-07-25 21:10 ` [PATCH net-next 1/8] amd-xgbe: Add dma-coherent to device bindings documentation Tom Lendacky
2014-07-25 21:11 ` [PATCH net-next 2/8] amd-xgbe: Add hardware timestamp support Tom Lendacky
2014-07-25 21:11 ` [PATCH net-next 3/8] amd-xgbe: Update/fix 2.5GbE support Tom Lendacky
2014-07-25 21:11 ` [PATCH net-next 4/8] amd-xgbe: Base queue fifo size and enablement on ring count Tom Lendacky
2014-07-25 21:11 ` [PATCH net-next 5/8] amd-xgbe-phy: Updates to rate change complete check Tom Lendacky
2014-07-25 21:11 ` [PATCH net-next 6/8] amd-xgbe-phy: Updates to KR training initiation Tom Lendacky
2014-07-25 21:11 ` [PATCH net-next 7/8] amd-xgbe-phy: Print out the auto-negotiation method used Tom Lendacky
2014-07-25 21:11 ` [PATCH net-next 8/8] amd-xgbe: Add traffic class support Tom Lendacky
2014-07-29  0:33 ` [PATCH net-next 0/8] amd-xgbe: AMD XGBE driver update 2014-07-25 David Miller
2014-07-29 13:21   ` Tom Lendacky

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).