Re: [PATCH 1/3] gpio: syscon: Add support for a custom get operation

2019-09-23 Thread Paul Kocialkowski
Hi, On Thu 12 Sep 19, 10:18, Linus Walleij wrote: > On Tue, Sep 10, 2019 at 4:29 PM Paul Kocialkowski > wrote: > > > Some drivers might need a custom get operation to match custom > > behavior implemented in the set operation. > > > > Add plumbing for supporting that. > > > > Signed-off-by: Paul

Re: [PATCH 1/3] gpio: syscon: Add support for a custom get operation

2019-09-12 Thread Linus Walleij
On Tue, Sep 10, 2019 at 4:29 PM Paul Kocialkowski wrote: > Some drivers might need a custom get operation to match custom > behavior implemented in the set operation. > > Add plumbing for supporting that. > > Signed-off-by: Paul Kocialkowski Looks OK but as noted in the other patch: we are accu

[PATCH 1/3] gpio: syscon: Add support for a custom get operation

2019-09-10 Thread Paul Kocialkowski
Some drivers might need a custom get operation to match custom behavior implemented in the set operation. Add plumbing for supporting that. Signed-off-by: Paul Kocialkowski --- drivers/gpio/gpio-syscon.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpio/gpi