]> rtime.felk.cvut.cz Git - linux-imx.git/commit
Merge tag 'regmap-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Aug 2013 16:34:04 +0000 (09:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Aug 2013 16:34:04 +0000 (09:34 -0700)
commitd56290bbc1ad0cf56b25f7cb5859305a486b1bbc
tree49bfc1026a791ccdb24281478e5fe638f381939e
parent91b831a20709922563a2280ff9a9000fe41fbcb4
parent4f57f8ec238db29c5dd4ce42a6c0fbb2956a6645
Merge tag 'regmap-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap

Pull regmap fixes from Mark Brown:
 "Two things here, one is a fix for a nasty issue where we were failing
  to sync the last register in a block when using raw writes and the
  other fixes a missing header for the !REGMAP stubs so that we don't
  rely on implicit includes in that case"

* tag 'regmap-v3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: Add missing header for !CONFIG_REGMAP stubs
  regmap: cache: Make sure to sync the last register in a block