Re: [PATCH] regmap: debugfs: Fix continued read from registers file

2013-08-28 Thread Mark Brown
On Wed, Aug 28, 2013 at 05:55:07PM +0200, Lars-Peter Clausen wrote: > The regmap_debugfs_get_dump_start() function maps from a file offset to the > register that can be found at that position in the file. This is done using a > look-up table. Commit d6814a7d ("regmap: debugfs: Suppress cache for pa

[PATCH] regmap: debugfs: Fix continued read from registers file

2013-08-28 Thread Lars-Peter Clausen
The regmap_debugfs_get_dump_start() function maps from a file offset to the register that can be found at that position in the file. This is done using a look-up table. Commit d6814a7d ("regmap: debugfs: Suppress cache for partial register files") added a check to bypass the look-up table for parti