aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci
diff options
context:
space:
mode:
authorDaniel Kurtz <djkurtz@chromium.org>2015-12-18 15:11:33 +0800
committerMark Brown <broonie@kernel.org>2015-12-18 12:14:27 +0000
commit47769cbc09ebb13ffd1e2d017b698dddf7fd2855 (patch)
tree14054f85d8ea302c9a531c48838bf31e539b0f21 /sound/soc/davinci
parent8005c49d9aea74d382f474ce11afbbc7d7130bec (diff)
downloadkernel_replicant_linux-47769cbc09ebb13ffd1e2d017b698dddf7fd2855.tar.gz
kernel_replicant_linux-47769cbc09ebb13ffd1e2d017b698dddf7fd2855.tar.bz2
kernel_replicant_linux-47769cbc09ebb13ffd1e2d017b698dddf7fd2855.zip
regulator: mt6311: Use REGCACHE_RBTREE
This regulator is on a slow i2c bus. Register accesses are very simple, they all either enable/disable a regulator channel, or select a new voltage level. Thus, reading registers from the device will always return what was last written. Therefore we can save a lot of time when reading registers by using a regmap_cache. Since the register map is relatively large, but we only ever access a few of them, we use an RBTREE cache. Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> Acked-by: Henry Chen <henryc.chen@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/davinci')
0 files changed, 0 insertions, 0 deletions