Re: [PATCH RFC 1/4] net: mdiobus: add unlocked accessors

2017-12-09 Thread Florian Fainelli
On 12/08/2017 07:48 AM, 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. > > Signed-off-by: Russell King Reviewe

[PATCH RFC 1/4] net: mdiobus: add unlocked accessors

2017-12-08 Thread Russell King
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. Signed-off-by: Russell King --- drivers/net/phy/mdio_bus.c | 65 +++