Re: [net-next PATCH v2 04/15] net: dsa: qca8k: move qca8k bulk read/write helper to common code

From: Vladimir Oltean
Date: Tue Jul 19 2022 - 09:24:37 EST


On Tue, Jul 19, 2022 at 02:57:15AM +0200, Christian Marangi wrote:
> The same ATU function are used by drivers based on qca8k family switch.
> Move the bulk read/write helper to common code to declare these shared
> ATU functions in common code.
> These helper will be dropped when regmap correctly support bulk
> read/write.
>
> Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>
> ---

I'll re-review this patch after the changes w.r.t. of_device_get_match_data().