Re: [U-Boot] [PATCH v3 08/13] regmap: Support reading from specific range

2018-08-01 Thread Anatolij Gustschin
On Tue, 31 Jul 2018 12:01:05 +0200 Mario Six mario@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, a

[U-Boot] [PATCH v3 08/13] regmap: Support reading from specific range

2018-07-31 Thread Mario Six
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 para