]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc380293a286b6704adf4b797c62003fb96ab9c58
tree6f0a4e5bb74f4a143433f8b01982110fc254aa3b
parent9d864276cf3cd613bb8a283e0c9bbdf8cf6fd20b
parent584f87fe56473ac4a184998db706ae1f4b5b6856
Merge tag 'regmap-3.5' of git://git.kernel.org/pub/scm/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