[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130115033935.GE5701@opensource.wolfsonmicro.com>
Date: Tue, 15 Jan 2013 12:39:37 +0900
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Linus Torvalds <linus@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] regmap fixes for v3.8
The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:
Linux 3.8-rc2 (2013-01-02 18:13:21 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-debugfs-fixes
for you to fetch changes up to e8d6539c8a94b88fc7ca5d6bdd9eeb0e64b434e4:
regmap: debugfs: Make sure we store the last entry in the offset cache (2013-01-08 20:52:51 +0000)
----------------------------------------------------------------
regmap: Optimisation fixes for debugfs
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.
----------------------------------------------------------------
Mark Brown (5):
regmap: debugfs: Fix attempts to read nonexistant register blocks
regmap: debugfs: Fix check for block start in cached seeks
regmap: debugfs: Discard the cache if we fail to allocate an entry
regmap: debugfs: Ensure a correct return value for empty caches
regmap: debugfs: Make sure we store the last entry in the offset cache
drivers/base/regmap/regmap-debugfs.c | 53 +++++++++++++++++++++++++---------
1 file changed, 40 insertions(+), 13 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists