netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v1 00/12] amd-xgbe: AMD XGBE driver updates 2015-01-16
@ 2015-01-16 18:46 Tom Lendacky
  2015-01-16 18:46 ` [PATCH net-next v1 01/12] amd-xgbe: Checkpatch fixes Tom Lendacky
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Tom Lendacky @ 2015-01-16 18:46 UTC (permalink / raw)
  To: netdev; +Cc: David Miller

The following series of patches includes functional updates to the
driver as well as some trivial changes.

- Fix checks/warnings from checkpatch in the amd-xgbe driver
- Fix checks/warnings from checkpatch in the amd-xgbe-phy driver
- Add a check to be sure that the amd-xgbe driver is using the
  amd-xgbe-phy driver
- Use a saved control register value when bringing the PCS out of
  suspend
- Clear all device state during a device restart
- Simplify the Rx descriptor ring tracking
- Remove the need for Tx path spinlocks
- Update the auto-negotiation logic to make use of the auto-negotiation
  interrupt
- Properly support/advertise the FEC capability of the device
- Use the proper page registers during auto-negotiation extended next
  page exchange
- Add ACPI support to the amd-xgbe and amd-xgbe-phy drivers
- Allow platform specific phy settings to be supplied by UEFI
  
This patch series is based on net-next.

---

Tom Lendacky (12):
      amd-xgbe: Checkpatch fixes
      amd-xgbe-phy: Checkpatch fixes
      amd-xgbe: Add check to be sure amd-xgbe-phy driver is used
      amd-xgbe-phy: On suspend, save CTRL1 reg for use on resume
      amd-xgbe: Clear all state during a device restart
      amd-xgbe: Simplify the Rx desciptor ring tracking
      amd-xgbe: Remove need for Tx path spinlock
      amd-xgbe-phy: Change auto-negotiation logic
      amd-xgbe-phy: Properly support the FEC auto-negotiation
      amd-xgbe-phy: Use the proper auto-negotiation XNP registers
      amd-xgbe: Add ACPI support
      amd-xgbe-phy: Allow certain PHY settings to be set by UEFI


 .../devicetree/bindings/net/amd-xgbe-phy.txt       |   21 
 drivers/net/ethernet/amd/Kconfig                   |    2 
 drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c       |    2 
 drivers/net/ethernet/amd/xgbe/xgbe-desc.c          |   32 -
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c           |   66 +
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c           |   59 +
 drivers/net/ethernet/amd/xgbe/xgbe-main.c          |  203 +++-
 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c          |   29 -
 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c           |    4 
 drivers/net/ethernet/amd/xgbe/xgbe.h               |   29 -
 drivers/net/phy/Kconfig                            |    2 
 drivers/net/phy/amd-xgbe-phy.c                     |  981 +++++++++++++-------
 12 files changed, 932 insertions(+), 498 deletions(-)

-- 
Tom Lendacky

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

end of thread, other threads:[~2015-01-17  3:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-16 18:46 [PATCH net-next v1 00/12] amd-xgbe: AMD XGBE driver updates 2015-01-16 Tom Lendacky
2015-01-16 18:46 ` [PATCH net-next v1 01/12] amd-xgbe: Checkpatch fixes Tom Lendacky
2015-01-16 18:46 ` [PATCH net-next v1 02/12] amd-xgbe-phy: " Tom Lendacky
2015-01-16 18:46 ` [PATCH net-next v1 03/12] amd-xgbe: Add check to be sure amd-xgbe-phy driver is used Tom Lendacky
2015-01-16 18:46 ` [PATCH net-next v1 04/12] amd-xgbe-phy: On suspend, save CTRL1 reg for use on resume Tom Lendacky
2015-01-16 18:46 ` [PATCH net-next v1 05/12] amd-xgbe: Clear all state during a device restart Tom Lendacky
2015-01-16 18:46 ` [PATCH net-next v1 06/12] amd-xgbe: Simplify the Rx desciptor ring tracking Tom Lendacky
2015-01-16 18:46 ` [PATCH net-next v1 07/12] amd-xgbe: Remove need for Tx path spinlock Tom Lendacky
2015-01-16 18:47 ` [PATCH net-next v1 08/12] amd-xgbe-phy: Change auto-negotiation logic Tom Lendacky
2015-01-16 18:47 ` [PATCH net-next v1 09/12] amd-xgbe-phy: Properly support the FEC auto-negotiation Tom Lendacky
2015-01-16 18:47 ` [PATCH net-next v1 10/12] amd-xgbe-phy: Use the proper auto-negotiation XNP registers Tom Lendacky
2015-01-16 18:47 ` [PATCH net-next v1 11/12] amd-xgbe: Add ACPI support Tom Lendacky
2015-01-16 18:47 ` [PATCH net-next v1 12/12] amd-xgbe-phy: Allow certain PHY settings to be set by UEFI Tom Lendacky
2015-01-17  3:27 ` [PATCH net-next v1 00/12] amd-xgbe: AMD XGBE driver updates 2015-01-16 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).