From: David S. Miller Date: Fri, 23 Oct 2015 12:57:53 +0000 (-0700) Subject: Merge branch 'mdiobus_nested_read_write' X-Git-Tag: MMI-PSA29.97-13-9~9125^2~78 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=654c9c543ac025f4ecb73047f2e5b689137c77c5;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git 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 --- 654c9c543ac025f4ecb73047f2e5b689137c77c5