On Tue, Jan 02, 2018 at 10:58:37AM +0000, Russell King wrote: > Add unlocked versions of the bus accessors, which allows access to the > bus with all the tracing. These accessors validate that the bus mutex > is held, which is a basic requirement for all mii bus accesses. > > Also added is a read-modify-write unlocked accessor with the same > locking requirements. > > Signed-off-by: Russell King <rmk+ker...@armlinux.org.uk>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew