]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'mdix_ctrl'
authorDavid S. Miller <davem@davemloft.net>
Thu, 1 Dec 2016 16:26:48 +0000 (11:26 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Dec 2016 16:26:48 +0000 (11:26 -0500)
commit88578468196f72d13672b86b6236f9c6fb035869
tree31de195b54a9557e8c673487ad1d086d9799ac9f
parent8f679ed88f8860206edddff725e2749b4cdbb0e8
parent4e26c5c31570b2b4d8dd45b73e0c4e358f1eb2b4
Merge branch 'mdix_ctrl'

Raju Lakkaraju says:

====================
Adding PHY MDI(X) support

I updated all review comments which were given by Andrew and Florian.

This series add support for PHY MDI(X), and implement it for MSCC phys.

Tested on Beaglebone Black with VSC 8531 PHY.

Change set:
v1:
- Initial patch submit the WoL and MDI-X in single set of patches

v2:
- Split the mdi(x) as signal set of patches.
- Remove the out_unlock as suggested by Andrew.
- Add mdix_ctrl parameter in "phy_device" to handle the user configure
  mdi(x). Proposed implementation accepted by Florian.
- phydev->mdix_ctrl initialize with ETH_TP_MDI_AUTO. Ethernet controller
  never initialize this parameter.
- Fix the mdix changes in marvell and microchip driver.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>