Re: [PATCH v2] pinctrl: mcp23s08: fix interrupt handling regression

2017-10-19 Thread Linus Walleij
On Wed, Oct 18, 2017 at 4:21 PM, Dmitry Mastykin wrote: > interrupt handling was broken with conversion to using regmap caching. > cached_gpio value was updated by boolean status instead of gpio reading. > > Fixes: 8f38910ba4f6 ("pinctrl: mcp23s08: switch to regmap caching") > Tested-by: Phil Rei

Re: [PATCH v2] pinctrl: mcp23s08: fix interrupt handling regression

2017-10-18 Thread Sebastian Reichel
Hi, On Wed, Oct 18, 2017 at 05:21:02PM +0300, Dmitry Mastykin wrote: > interrupt handling was broken with conversion to using regmap caching. > cached_gpio value was updated by boolean status instead of gpio reading. > > Fixes: 8f38910ba4f6 ("pinctrl: mcp23s08: switch to regmap caching") > Tested

[PATCH v2] pinctrl: mcp23s08: fix interrupt handling regression

2017-10-18 Thread Dmitry Mastykin
interrupt handling was broken with conversion to using regmap caching. cached_gpio value was updated by boolean status instead of gpio reading. Fixes: 8f38910ba4f6 ("pinctrl: mcp23s08: switch to regmap caching") Tested-by: Phil Reid Signed-off-by: Dmitry Mastykin --- drivers/pinctrl/pinctrl-mcp