diff options
author | Mark Brown <broonie@kernel.org> | 2024-07-11 00:05:45 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-07-11 00:05:45 +0200 |
commit | 450a60ef607900bb9affb0e822fea9726679c512 (patch) | |
tree | 5ec688eeae9b1d713ef3028df03bc9e155d171dd /drivers/base/regmap/regmap-kunit.c | |
parent | regmap-irq: handle const struct regmap_irq_sub_irq_map (diff) | |
parent | regmap: Implement regmap_multi_reg_read() (diff) | |
download | linux-450a60ef607900bb9affb0e822fea9726679c512.tar.xz linux-450a60ef607900bb9affb0e822fea9726679c512.zip |
regmap: Implement regmap_multi_reg_read()
Merge series from Guenter Roeck <linux@roeck-us.net>:
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().
Diffstat (limited to 'drivers/base/regmap/regmap-kunit.c')
0 files changed, 0 insertions, 0 deletions