Merge tag 'regmap-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Jun 2012 03:57:43 +0000 (06:57 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Jun 2012 03:57:43 +0000 (06:57 +0300)
commitb0a4c6f2e3fce088eb597d4b9ee2075cb6399ee1
tree6f0a4e5bb74f4a143433f8b01982110fc254aa3b
parent68d7d768c684a74487dfbdbf100432685e54dc0b
parent752a6a5f84bfed18d0709383913d9d9d21b61c77
Merge tag 'regmap-3.5' of git://git./linux/kernel/git/broonie/regmap

Pull regmap fixes from Mark Brown:
 "Nothing too exciting - a cleanup for debugfs in error handling and a
  fix for the padding (which has only just acquired real use) and
  exporting a function that's supposed to be usable by drivers."

* tag 'regmap-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: Export regmap_reinit_cache()
  regmap: Fix the size calculation for map->format.buf_size
  regmap: clean up debugfs if regmap_init fails