The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7: Linux 3.9-rc4 (2013-03-23 16:52:44 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v3.9-rc4 for you to fetch changes up to af8ee69df3b5cf4649d65efa3aa359c73c48402a: Merge remote-tracking branch 'regmap/fix/async' into tmp (2013-03-31 23:27:38 +0100) ---------------------------------------------------------------- regmap: Fixes for v3.9 A small collection of fixes. The most important ones are those from Stephen and Lars-Peter both of which fix cache issues that have been lurking for a while but not manifesting noticably enough for anyone to report them. ---------------------------------------------------------------- Dimitris Papastamos (1): regmap: Initialize `map->debugfs' before regcache Lars-Peter Clausen (1): regmap: cache Fix regcache-rbtree sync Mark Brown (4): regmap: async: Add missing return Merge remote-tracking branch 'regmap/fix/cache' into tmp Merge remote-tracking branch 'regmap/fix/core' into tmp Merge remote-tracking branch 'regmap/fix/async' into tmp Stephen Warren (1): regmap: don't corrupt work buffer in _regmap_raw_write() drivers/base/regmap/regcache-rbtree.c | 2 +- drivers/base/regmap/regmap.c | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-)