From: Tom Lendacky <thomas.lenda...@amd.com> Date: Thu, 10 Nov 2016 17:09:17 -0600
> This patch series is targeted at adding support for a new PCI version > of the hardware. As part of the new PCI device, there is a new PCS/PHY > interaction, ECC support, I2C sideband communication, SFP+ support and > more. > > The following updates and fixes are included in this driver update series: > > - Hardware workaround for possible incorrectly generated interrupts > during software reset > - Hardware workaround for Tx timestamp register access order > - Add support for a PCI version of the device > - Increase the Rx queue limit to take advantage of the increased number > of DMA channels that might be available > - Add support for a new DMA channel interrupt mode > - Add ECC support for the device memory > - Add support for using the integrated I2C controller for sideband > communication > - Expose the phylib phy_aneg_done() function so it can be called by the > driver > - Add support for SFP+ modules > - Add support for MDIO attached PHYs > - Add support for KR re-driver between the PCS/SerDes and an external > PHY > > This patch series is based on net-next. Series applied, thanks Tom.