aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regmap.h
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2019-06-12 12:03:43 +0100
committerMark Brown <broonie@kernel.org>2019-06-12 13:56:06 +0100
commitdb057679de3e9e6a03c1bcd5aee09b0d25fd9f5b (patch)
treeb24361811dab99bf04b8c16f9f153dac6ac6bf5a /include/linux/regmap.h
parentregmap: debugfs: Fix memory leak in regmap_debugfs_init (diff)
downloadlinux-dev-db057679de3e9e6a03c1bcd5aee09b0d25fd9f5b.tar.xz
linux-dev-db057679de3e9e6a03c1bcd5aee09b0d25fd9f5b.zip
regmap: fix bulk writes on paged registers
On buses like SlimBus and SoundWire which does not support gather_writes yet in regmap, A bulk write on paged register would be silently ignored after programming page. This is because local variable 'ret' value in regmap_raw_write_impl() gets reset to 0 once page register is written successfully and the code below checks for 'ret' value to be -ENOTSUPP before linearising the write buffer to send to bus->write(). Fix this by resetting the 'ret' value to -ENOTSUPP in cases where gather_writes() is not supported or single register write is not possible. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regmap.h')
0 files changed, 0 insertions, 0 deletions