]> asedeno.scripts.mit.edu Git - linux.git/commit
regmap: Implemented default cache sync operation
authorMaarten ter Huurne <maarten@treewalker.org>
Sun, 2 Jun 2013 22:15:26 +0000 (00:15 +0200)
committerMark Brown <broonie@linaro.org>
Mon, 3 Jun 2013 10:50:50 +0000 (11:50 +0100)
commitd856fce41b74ecf2004d99f781e44abd7815d7f8
tree3f0c545028c60409c87d2b6e39d3cd6a2bac24fa
parent92ab1aab59c61b3e05200b9aa0e05ab770059142
regmap: Implemented default cache sync operation

This can be used for cache types for which syncing values one by one is
equally efficient as syncing a range, such as the flat cache.

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