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)
commit654c9c543ac025f4ecb73047f2e5b689137c77c5
treed0442f566f6f6989e2ee351c1f46cad546a7c7e3
parent6fb3b6b57ae444d7723088656dce86b1be92498d
parentf0505610505caf8443cd5ea269a7936b64711fee
Merge branch 'mdiobus_nested_read_write'

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>