All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/3] amd-xgbe: AMD XGBE driver updates 2014-08-29
@ 2014-08-29 15:21 Tom Lendacky
  2014-08-29 15:21 ` [PATCH net-next v1 1/3] amd-xgbe: Move phy driver support into the network driver Tom Lendacky
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tom Lendacky @ 2014-08-29 15:21 UTC (permalink / raw)
  To: netdev; +Cc: davem

The amd-xgbe-phy phylib driver support is integral to the amd-xgbe
driver and isn't meant to be used by other devices.  For this reason
it is being removed from the driver/net/phy directory and integrated
into the amd-xgbe driver.

The following series of patches accomplishes this as well as providing
some updates to parallel detection during auto-negotiation.

- Move phylib driver into network driver
- Update device tree bindings to move the phy device resources and
  properties into the network device while maintaining backwards
  compatibility
- Update parallel detection logic to support KR mode

This patch series is based on net-next.

---

Tom Lendacky (3):
      amd-xgbe: Move phy driver support into the network driver
      amd-xgbe: Move the phy device resources into network device
      amd-xgbe: Enhance auto-negotiation parallel detection


 .../devicetree/bindings/net/amd-xgbe-phy.txt       |   23 
 Documentation/devicetree/bindings/net/amd-xgbe.txt |   18 
 drivers/net/ethernet/amd/Kconfig                   |    1 
 drivers/net/ethernet/amd/xgbe/Makefile             |    2 
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c           |   16 
 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c       |   10 
 drivers/net/ethernet/amd/xgbe/xgbe-main.c          |  165 ++
 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c          |   39 -
 drivers/net/ethernet/amd/xgbe/xgbe-phy.c           | 1145 ++++++++++++++++
 drivers/net/ethernet/amd/xgbe/xgbe.h               |   67 +
 drivers/net/phy/Kconfig                            |    6 
 drivers/net/phy/Makefile                           |    1 
 drivers/net/phy/amd-xgbe-phy.c                     | 1457 --------------------
 13 files changed, 1385 insertions(+), 1565 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/net/amd-xgbe-phy.txt
 create mode 100644 drivers/net/ethernet/amd/xgbe/xgbe-phy.c
 delete mode 100644 drivers/net/phy/amd-xgbe-phy.c

-- 
Tom Lendacky

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

end of thread, other threads:[~2014-09-02 19:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 15:21 [PATCH net-next v1 0/3] amd-xgbe: AMD XGBE driver updates 2014-08-29 Tom Lendacky
2014-08-29 15:21 ` [PATCH net-next v1 1/3] amd-xgbe: Move phy driver support into the network driver Tom Lendacky
2014-08-29 15:22 ` [PATCH net-next v1 2/3] amd-xgbe: Move the phy device resources into network device Tom Lendacky
2014-08-29 15:22 ` [PATCH net-next v1 3/3] amd-xgbe: Enhance auto-negotiation parallel detection Tom Lendacky
2014-09-02  3:31 ` [PATCH net-next v1 0/3] amd-xgbe: AMD XGBE driver updates 2014-08-29 David Miller
2014-09-02 19:55   ` Tom Lendacky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.