Re: [PATCH 3/3] Input: adp5589 - use new GPIO line value setter callbacks

From: Bartosz Golaszewski
Date: Thu Apr 17 2025 - 08:31:29 EST


On Tue, Apr 15, 2025 at 11:06 AM Nuno Sá <noname.nuno@xxxxxxxxx> wrote:
>
> On Mon, 2025-04-07 at 09:19 +0200, Bartosz Golaszewski wrote:
> > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> >
> > struct gpio_chip now has callbacks for setting line values that return
> > an integer, allowing to indicate failures. Convert the driver to using
> > them.
> >
> > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> > ---
>
> Let's maybe drop this one? I'll send a new version of this [1] that will drop
> this driver...
>
> BTW, I can already change my v2 and use .set_rv()...
>
> [1]: https://lore.kernel.org/linux-input/20250313-dev-adp5589-fw-v1-13-20e80d4bd4ea@xxxxxxxxxx/
>

Sure, as long as the new variant is used, I don't care.

Bart