Re: [PATCH 0/3] Refactor nested mdiobus read/write functions

2015-10-23 Thread David Miller
From: Neil Armstrong Date: Thu, 22 Oct 2015 10:37:45 +0200 > 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, in

Re: [PATCH 0/3] Refactor nested mdiobus read/write functions

2015-10-22 Thread Andrew Lunn
On Thu, Oct 22, 2015 at 10:37:45AM +0200, Neil Armstrong wrote: > 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,