The following patches are included in this driver update series: - Remove unneeded semi-colon - Follow the DT/ACPI precedence used by the device_ APIs - Add ethtool support for getting and setting the msglevel - Add ethtool support error and debug messages - Simplify the hardware FIFO assignment calculations - Add receive buffer unavailable statistic - Use the device workqueue instead of the system workqueue - Remove the use of a link state bit
This patch series is based on net-next. --- Tom Lendacky (8): amd-xgbe: Remove an unneeded semicolon on a switch statement amd-xgbe: Use proper DT / ACPI precedence checking amd-xgbe: Add ethtool support for setting the msglevel amd-xgbe: Add ethtool error and debug messages amd-xgbe: Simplify calculation and setting of queue fifos amd-xgbe: Add receive buffer unavailable statistic amd-xgbe: Use device workqueue instead of system workqueue amd-xgbe: Remove the XGBE_LINK state bit drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 83 ++++---------------- drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 14 ++- drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 106 +++++++++++++------------- drivers/net/ethernet/amd/xgbe/xgbe-main.c | 2 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 16 +--- drivers/net/ethernet/amd/xgbe/xgbe.h | 18 ---- 6 files changed, 84 insertions(+), 155 deletions(-) -- Tom Lendacky -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html