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)
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>

No differences found