diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2018-02-15 20:52:16 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-16 15:03:28 +0300 |
commit | 0645ba4331c2b02ba9907b1591ba722535890e9f (patch) | |
tree | b884e60723a550c1aa3558bcc5f5108dd2d7ff00 /Documentation/namespaces | |
parent | 45abcc556721a6d18e4af82e20e164044f0a3e36 (diff) | |
download | linux-0645ba4331c2b02ba9907b1591ba722535890e9f.tar.xz |
regmap: Move the handling for max_raw_read into regmap_raw_read
Currently regmap_bulk_read will split a read into chunks before
calling regmap_raw_read if max_raw_read is set. It is more logical for
this handling to be inside regmap_raw_read itself, as this removes the
need to keep re-implementing the chunking code, which would be the
same for all users of regmap_raw_read.
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/namespaces')
0 files changed, 0 insertions, 0 deletions