Skip to content

Commit

Permalink
pinctrl: mcp23s08: switch to regmap caching
Browse files Browse the repository at this point in the history
Instead of using custom caching, this switches to regmap based
caching. Before the conversion the debugfs file used uncached
values, so that it was easily possible to see power-loss related
problems. The new code will check and recover at this place.

The patch will also ensure, that irqs are not cleared by checking
register status in debugfs.

Signed-off-by: Sebastian Reichel <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
sre authored and linusw committed May 23, 2017
1 parent d795cb5 commit 8f38910
Showing 1 changed file with 192 additions and 95 deletions.
Loading

0 comments on commit 8f38910

Please sign in to comment.