Merge branch 'mdiobus_nested_read_write'
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Oct 2015 12:57:53 +0000 (05:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Oct 2015 12:57:53 +0000 (05:57 -0700)
Neil Armstrong says:

====================
Refactor nested mdiobus read/write functions

In order to avoid locked signal false positive for nested mdiobus
read/write calls, nested code was introduced in mv88e6xxx and
mdio-mux.
But mv88e6060 also needs such nested mdiobus read/write calls.
For sake of refactoring, introduce nested variants of mdiobus read/write
and make them used by mv88e6xxx and mv88e6060.
In a next patch, mdio-mux should also use these variant calls.
====================

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

Trivial merge