Re: [PATCH net-next 03/15] net: dsa: mt7530: use unlocked regmap accessors

From: Andrew Lunn
Date: Thu Mar 30 2023 - 17:01:32 EST


On Thu, Mar 30, 2023 at 04:20:05PM +0100, Daniel Golle wrote:
> Instead of wrapping the locked register accessor functions, use the
> unlocked variants and add locking wrapper functions to let regmap
> handle the locking.
>
> This is a preparation towards being able to always use regmap to
> access switch registers instead of open-coded accessor functions.
>
> Signed-off-by: Daniel Golle <daniel@xxxxxxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew