From: Mark Brown Date: Wed, 10 Jul 2024 22:05:45 +0000 (+0100) Subject: regmap: Implement regmap_multi_reg_read() X-Git-Tag: v6.11-rc1~207^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=450a60ef607900bb9affb0e822fea9726679c512;p=thirdparty%2Fkernel%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