Re: [RFC PATCH net-next] net: dsa: qca8k: convert to regmap read/write API

From: Vladimir Oltean
Date: Thu Aug 18 2022 - 12:51:31 EST


On Sat, Aug 06, 2022 at 09:22:53PM +0200, Christian Marangi wrote:
> Convert qca8k to regmap read/write bulk API. The mgmt eth can write up
> to 16 bytes of data at times. Currently we use a custom function to do
> it but regmap now supports declaration of read/write bulk even without a
> bus.
>
> Drop the custom function and rework the regmap function to this new
> implementation.
>
> Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>
> ---

Nothing in this change jumps out as wrong to me, but maybe you should
copy Mark Brown too when you submit it proper, as the first user of the
bulk regmap read/write over Ethernet, IIUC.