[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140729135707.2791.75918.stgit@tlendack-t1.amdoffice.net>
Date: Tue, 29 Jul 2014 08:57:08 -0500
From: Tom Lendacky <thomas.lendacky@....com>
To: <netdev@...r.kernel.org>
CC: <davem@...emloft.net>
Subject: [PATCH net-next v2 0/8] amd-xgbe: AMD XGBE driver update 2014-07-25
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.
Changes in V2:
- Remove DBGPR(...., __func__) calls
---
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 | 270 +++++++++++++
drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 9
drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 363 ++++++++++++++++--
drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 401 ++++++++++++++++++--
drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 52 ++-
drivers/net/ethernet/amd/xgbe/xgbe-main.c | 36 +-
drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 285 ++++++++++++++
drivers/net/ethernet/amd/xgbe/xgbe.h | 77 ++++
drivers/net/phy/amd-xgbe-phy.c | 134 ++++++-
14 files changed, 1631 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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists