]> git.baikalelectronics.ru Git - kernel.git/commit
regmap: Don't attempt block writes when syncing cache on single_rw devices
authorMark Brown <broonie@linaro.org>
Wed, 27 Aug 2014 12:09:12 +0000 (13:09 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 31 Aug 2014 12:22:37 +0000 (13:22 +0100)
commit9ba32c43cedb916466483099f15af7f284e77ee7
tree9d2cffcc3a4f61b2bd5b3189588fa355917a40e3
parentf45f9587f1dd1e89dd1c89561c9572f777c5bcb7
regmap: Don't attempt block writes when syncing cache on single_rw devices

If the device can't support block writes then don't attempt to use raw
syncing which will automatically generate block writes for adjacent
registers, use the existing _single() block syncing implementation.

Reported-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Tested-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
drivers/base/regmap/regcache.c