The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928: Linux 3.4-rc1 (2012-03-31 16:24:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-3.4 for you to fetch changes up to 4b4e9e43fd210e0cd2a5d29357e7c000e13e08ae: regmap: rbtree: Fix register default look-up in sync (2012-04-01 11:47:13 +0100) ---------------------------------------------------------------- A simple bug that's been lurking for a while but not terribly visible since a high proportion of chips have no register 0 so the normal failure is that we end up doing a bit of extra I/O. ---------------------------------------------------------------- Lars-Peter Clausen (1): regmap: rbtree: Fix register default look-up in sync drivers/base/regmap/regcache-rbtree.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)