From: Mark Brown Date: Wed, 10 Jul 2024 22:05:45 +0000 (+0100) Subject: regmap: Implement regmap_multi_reg_read() X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=450a60ef607900bb9affb0e822fea9726679c512;p=users%2Fdwmw2%2Flinux.git regmap: Implement regmap_multi_reg_read() Merge series from Guenter Roeck : 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. The name of the new function was chosen to match the existing function regmap_multi_reg_write(). --- 450a60ef607900bb9affb0e822fea9726679c512