Re: [PATCH] gpio: uapi: clarify default_values being logical

From: Bartosz Golaszewski
Date: Thu Feb 15 2024 - 02:46:24 EST


On Thu, Feb 15, 2024 at 2:07 AM Kent Gibson <warthog618@xxxxxxxxx> wrote:
>
> On Sun, Feb 11, 2024 at 06:14:21PM +0800, Kent Gibson wrote:
> > The documentation for default_values mentions high/low which can be
> > confusing, particularly when the ACTIVE_LOW flag is set.
> >
> > Replace high/low with active/inactive to clarify that the values are
> > logical not physical.
> >
> > Similarly, clarify the interpretation of values in struct gpiohandle_data.
> >
> > Signed-off-by: Kent Gibson <warthog618@xxxxxxxxx>
>
> Just checking where we are at with this patch, given you've merged the
> two documentation patches that followed on from it.
>
> I realize you have bigger fish to fry at the moment, so sorry for any
> distraction, but I just want to ensure there isn't something you are
> expecting from me or it hasn't fallen through the cracks.
>
> Cheers,
> Kent.

Now queued. I had skimmed through the discussion and was under the
impression that you'll be sending a v2 of this one, sorry.

Bart