author | Linus Torvalds <torvalds@linux-foundation.org> | |
Tue, 15 Jan 2013 04:20:44 +0000 (20:20 -0800) | ||
committer | Linus Torvalds <torvalds@linux-foundation.org> | |
Tue, 15 Jan 2013 04:20:44 +0000 (20:20 -0800) | ||
commit | 7dea1ff3b7b48356c02cb00d6a4e8d5aaf680830 | |
tree | 49129bb8f272fed7979d70bb2599fc470d57b9e2 | tree | snapshot (tar.xz tar.gz zip) |
parent | 2ac1e664a963fb1047baabe1c04f3869a153889b | commit | diff |
parent | e8d6539c8a94b88fc7ca5d6bdd9eeb0e64b434e4 | commit | diff |
Merge tag 'regmap-debugfs-fixes' of git://git.kernel.org/pub/scm/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
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