Merge tag 'regmap-debugfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
commit7dea1ff3b7b48356c02cb00d6a4e8d5aaf680830
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Jan 2013 04:20:44 +0000 (14 20:20 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Jan 2013 04:20:44 +0000 (14 20:20 -0800)
tree49129bb8f272fed7979d70bb2599fc470d57b9e2
parent2ac1e664a963fb1047baabe1c04f3869a153889b
parente8d6539c8a94b88fc7ca5d6bdd9eeb0e64b434e4
Merge tag 'regmap-debugfs-fixes' of git://git./linux/kernel/git/broonie/regmap

Pull regmap debugfs optimisation fixes from Mark Brown:
 "The debugfs optimisations merged in v3.8 weren't my finest hour, there
  were a number of cases that the more complex algorithm made worse
  especially around the error handling.  This patch series should
  address those issues."

* tag 'regmap-debugfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: debugfs: Make sure we store the last entry in the offset cache
  regmap: debugfs: Ensure a correct return value for empty caches
  regmap: debugfs: Discard the cache if we fail to allocate an entry
  regmap: debugfs: Fix check for block start in cached seeks
  regmap: debugfs: Fix attempts to read nonexistant register blocks