
2 Aug
2018
2 Aug
'18
12:10 a.m.
On Tue, 31 Jul 2018 12:01:05 +0200 Mario Six mario.six@gdsys.cc wrote:
It is useful to be able to treat the different ranges of a regmap separately to be able to use distinct offset for them, but this is currently not implemented in the regmap API.
To preserve backwards compatibility, add regmap_read_range and regmap_write_range functions that take an additional parameter 'range_num' that identifies the range to operate on.
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Mario Six mario.six@gdsys.cc
Reviewed-by: Anatolij Gustschin agust@denx.de