netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v1 00/10] amd-xgbe: AMD XGBE driver updates 2016-11-03
@ 2016-11-03 18:17 Tom Lendacky
  2016-11-03 18:17 ` [PATCH net-next v1 01/10] amd-xgbe: Fix formatting of PCS register dump Tom Lendacky
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Tom Lendacky @ 2016-11-03 18:17 UTC (permalink / raw)
  To: netdev; +Cc: David Miller

This patch series is targeted at preparing the driver for a new PCI version
of the hardware.  After this series is applied, a follow-on series will
introduce the support for the PCI version of the hardware.

The following updates and fixes are included in this driver update series:

- Fix formatting of PCS debug register dump
- Prepare for priority-based FIFO allocation
- Implement priority-based FIFO allocation
- Prepare for working with more than one type of PCS/PHY
- Prepare for the introduction of clause 37 auto-negotiation
- Add support for clause 37 auto-negotiation
- Prepare for supporting a new PCS register access method
- Add support for 64-bit management counter registers
- Update DMA channel status determination
- Prepare for supporting PCI devices in addition to platform devices

This patch series is based on net-next.

---

Tom Lendacky (10):
      amd-xgbe: Fix formatting of PCS register dump
      amd-xgbe: Prepare for priority-based FIFO allocation
      amd-xgbe: Perform priority-based hardware FIFO allocation
      amd-xgbe: Prepare for working with more than one type of phy
      amd-xgbe: Prepare for introduction of clause 37 autoneg
      amd-xgbe: Add support for clause 37 auto-negotiation
      amd-xgbe: Prepare for a new PCS register access method
      amd-xgbe: Support for 64-bit management counter registers
      amd-xgbe: Update how to determine DMA channel status
      amd-xgbe: Prepare for supporting PCI devices


 drivers/net/ethernet/amd/xgbe/Makefile        |    4 
 drivers/net/ethernet/amd/xgbe/xgbe-common.h   |   71 ++
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c      |  847 ++++++++++++++++-----
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c      |   28 -
 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c  |   19 
 drivers/net/ethernet/amd/xgbe/xgbe-main.c     |  662 ++---------------
 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c     |  990 ++++++++++++++-----------
 drivers/net/ethernet/amd/xgbe/xgbe-phy-v1.c   |  828 +++++++++++++++++++++
 drivers/net/ethernet/amd/xgbe/xgbe-platform.c |  632 ++++++++++++++++
 drivers/net/ethernet/amd/xgbe/xgbe.h          |  213 ++++-
 10 files changed, 2923 insertions(+), 1371 deletions(-)
 create mode 100644 drivers/net/ethernet/amd/xgbe/xgbe-phy-v1.c
 create mode 100644 drivers/net/ethernet/amd/xgbe/xgbe-platform.c

-- 
Tom Lendacky

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

end of thread, other threads:[~2016-11-04 18:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 18:17 [PATCH net-next v1 00/10] amd-xgbe: AMD XGBE driver updates 2016-11-03 Tom Lendacky
2016-11-03 18:17 ` [PATCH net-next v1 01/10] amd-xgbe: Fix formatting of PCS register dump Tom Lendacky
2016-11-03 18:17 ` [PATCH net-next v1 02/10] amd-xgbe: Prepare for priority-based FIFO allocation Tom Lendacky
2016-11-03 18:18 ` [PATCH net-next v1 03/10] amd-xgbe: Perform priority-based hardware " Tom Lendacky
2016-11-03 18:18 ` [PATCH net-next v1 04/10] amd-xgbe: Prepare for working with more than one type of phy Tom Lendacky
2016-11-03 18:18 ` [PATCH net-next v1 05/10] amd-xgbe: Prepare for introduction of clause 37 autoneg Tom Lendacky
2016-11-03 18:18 ` [PATCH net-next v1 06/10] amd-xgbe: Add support for clause 37 auto-negotiation Tom Lendacky
2016-11-03 18:18 ` [PATCH net-next v1 07/10] amd-xgbe: Prepare for a new PCS register access method Tom Lendacky
2016-11-03 18:19 ` [PATCH net-next v1 08/10] amd-xgbe: Support for 64-bit management counter registers Tom Lendacky
2016-11-03 18:19 ` [PATCH net-next v1 09/10] amd-xgbe: Update how to determine DMA channel status Tom Lendacky
2016-11-03 18:19 ` [PATCH net-next v1 10/10] amd-xgbe: Prepare for supporting PCI devices Tom Lendacky
2016-11-04 18:52 ` [PATCH net-next v1 00/10] amd-xgbe: AMD XGBE driver updates 2016-11-03 David Miller

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