original_kernel/drivers/base/regmap
Dmitry Baryshkov 05669b6317
regmap: fix page selection for noinc writes
Non-incrementing writes can fail if register + length crosses page
border. However for non-incrementing writes we should not check for page
border crossing. Fix this by passing additional flag to _regmap_raw_write
and passing length to _regmap_select_page basing on the flag.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fixes: cdf6b11daa ("regmap: Add regmap_noinc_write API")
Link: https://lore.kernel.org/r/20200917153405.3139200-2-dmitry.baryshkov@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
2020-09-21 20:58:02 +01:00
..
Kconfig regmap: add missing dependency on SoundWire 2020-07-08 15:27:28 +01:00
Makefile
internal.h regmap: fix page selection for noinc writes 2020-09-21 20:58:02 +01:00
regcache-flat.c
regcache-lzo.c
regcache-rbtree.c
regcache.c regmap: fix page selection for noinc writes 2020-09-21 20:58:02 +01:00
regmap-ac97.c
regmap-debugfs.c regmap: debugfs: Fix handling of name string for debugfs init delays 2020-09-17 18:54:20 +01:00
regmap-i2c.c
regmap-i3c.c
regmap-irq.c regmap-irq: use fwnode instead of device node in add_irq_chip() 2020-07-08 11:15:12 +01:00
regmap-mmio.c
regmap-sccb.c
regmap-sdw.c
regmap-slimbus.c
regmap-spi.c
regmap-spmi.c
regmap-w1.c
regmap.c regmap: fix page selection for noinc writes 2020-09-21 20:58:02 +01:00
trace.h