Re: [PATCH 1/3] gpio: syscon: Add support for a custom get operation
From: Linus Walleij
Date: Thu Sep 12 2019 - 05:18:50 EST
On Tue, Sep 10, 2019 at 4:29 PM Paul Kocialkowski
<paul.kocialkowski@xxxxxxxxxxx> 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 <paul.kocialkowski@xxxxxxxxxxx>
Looks OK but as noted in the other patch: we are accumulating stuff
in this driver, possibly this syscon part should just be a library
used by individual drivers that can be switched on/off with Kconfig.
Yours,
Linus Walleij