]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'mv88e6xxx-external-MDIO'
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2017 20:33:52 +0000 (15:33 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2017 20:33:52 +0000 (15:33 -0500)
commitf2ceab0bafb97ec4cf895fda31fa2e0b1657870e
tree892ac96062ce5cd59089cba6cf0fe3a789e78161
parent146408693945a68f227175c1cea3772fc0f98f20
parentc61a6a71e7a48ff3a8714a93b9d4f6caa67990b1
Merge branch 'mv88e6xxx-external-MDIO'

Andrew Lunn says:

====================
External MDIO support for mv88e6xxx

The mv88e6390 family of switches has two MDIO busses, one internal to
the switch and a second one for external usage. Older generations of switches
have a single MDIO bus, which is used both internally and externally.

Refactor the existing MDIO driver code to allow for multiple MDIO
busses, and implement the second MDIO bus on mv88e6390.

This is a rewrite of a patch previously submitted as part of "Batch
3". It has been broken up into 5 smaller patches. A compatible string
is now used in the device tree to indicate the external MDIO bus.
====================

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