On Tue, Jul 09, 2024 at 06:56:19PM -0700, Guenter Roeck wrote:
regmap_multi_reg_read() is similar to regmap_bilk_read() but reads from
an array of non-sequential registers. It is helpful if multiple non-
sequential registers need to be read in a single operation which would
otherwise have to be mutex protected.
It would be nice to have KUnit coverage for the new function too.