[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150512192229.14091.34354.stgit@tlendack-t1.amdoffice.net>
Date: Tue, 12 May 2015 14:22:30 -0500
From: Tom Lendacky <thomas.lendacky@....com>
To: <netdev@...r.kernel.org>
CC: David Miller <davem@...emloft.net>
Subject: [PATCH net-next v1 0/7] amd-xgbe: AMD XGBE driver updates 2015-05-12
The following series of patches includes functional updates and changes
to the driver.
- Add additional statistics to be collected and reported
- Use the netif_msg_* functions for issuing some debug and informational
driver messages
- Rx path SKB allocation cleanup/simplification
- Remove stand-alone phylib driver and incorporate function into the nic
driver
- Simplify device tree support while maintaining backwards compatibility
- Fix the flow control negotiation logic to properly configure flow
control
- Remove the checking and setting of the device dma_mask field
This patch series is based on net-next.
---
Tom Lendacky (7):
amd-xgbe: Add additional stats to be reported via ethtool
amd-xgbe: Add netif_msg_* support for driver messages
amd-xgbe: Rework the Rx path SKB allocation
amd-xgbe: Move the PHY support into amd-xgbe
amd-xgbe: Support defining PHY resources in ETH device node
amd-xgbe: Fix flow control setting logic
amd-xgbe: Remove manual check and set of dma_mask pointer
.../devicetree/bindings/net/amd-xgbe-phy.txt | 48 -
Documentation/devicetree/bindings/net/amd-xgbe.txt | 40
MAINTAINERS | 1
drivers/net/ethernet/amd/Kconfig | 4
drivers/net/ethernet/amd/xgbe/xgbe-common.h | 155 ++
drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 20
drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 41
drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 115 +
drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 348 ++--
drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 79 +
drivers/net/ethernet/amd/xgbe/xgbe-main.c | 384 ++++
drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 1237 ++++++++++++-
drivers/net/ethernet/amd/xgbe/xgbe.h | 236 ++-
drivers/net/phy/Kconfig | 6
drivers/net/phy/Makefile | 1
drivers/net/phy/amd-xgbe-phy.c | 1862 --------------------
16 files changed, 2125 insertions(+), 2452 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/net/amd-xgbe-phy.txt
delete mode 100644 drivers/net/phy/amd-xgbe-phy.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