]> Pileus Git - ~andy/linux/commit
regmap: Use async I/O during cache sync
authorMark Brown <broonie@linaro.org>
Thu, 10 Oct 2013 20:06:32 +0000 (21:06 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 10 Oct 2013 20:15:23 +0000 (21:15 +0100)
commitaffbe886e712437c25b575eac5fde5886bb42aec
tree093be88c70e2111328ba45fe580fc558374ea1a6
parent1a25f26138cde2b83fd74ead6da0bbd4b6c42b60
regmap: Use async I/O during cache sync

Try to speed up I/O a little by not synchronising until we are finished
scheduling writes. A brief survey of existing users suggests we have none
that would currently benefit from an async cache sync.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/base/regmap/regcache.c