Re: [PATCH 2/2] drm/vc4: hdmi: Convert to gpiod

2021-07-02 Thread Nathan Chancellor
On Fri, Jul 02, 2021 at 03:16:46PM +0200, Maxime Ripard wrote: > Hi Nathan, > > On Thu, Jul 01, 2021 at 08:29:34PM -0700, Nathan Chancellor wrote: > > On Mon, May 24, 2021 at 03:18:52PM +0200, Maxime Ripard wrote: > > > The new gpiod interface takes care of parsing the GPIO flags and to > > >

Re: [PATCH 2/2] drm/vc4: hdmi: Convert to gpiod

2021-07-02 Thread Maxime Ripard
Hi Nathan, On Thu, Jul 01, 2021 at 08:29:34PM -0700, Nathan Chancellor wrote: > On Mon, May 24, 2021 at 03:18:52PM +0200, Maxime Ripard wrote: > > The new gpiod interface takes care of parsing the GPIO flags and to > > return the logical value when accessing an active-low GPIO, so switching > >

Re: [PATCH 2/2] drm/vc4: hdmi: Convert to gpiod

2021-07-01 Thread Nathan Chancellor
On Mon, May 24, 2021 at 03:18:52PM +0200, Maxime Ripard wrote: > The new gpiod interface takes care of parsing the GPIO flags and to > return the logical value when accessing an active-low GPIO, so switching > to it simplifies a lot the driver. > > Signed-off-by: Maxime Ripard > --- >

Re: [PATCH 2/2] drm/vc4: hdmi: Convert to gpiod

2021-06-07 Thread Maxime Ripard
On Fri, Jun 04, 2021 at 11:45:36PM +0200, Linus Walleij wrote: > On Fri, Jun 4, 2021 at 10:01 AM Maxime Ripard wrote: > > On Fri, May 28, 2021 at 01:57:56AM +0200, Linus Walleij wrote: > > > On Mon, May 24, 2021 at 3:19 PM Maxime Ripard wrote: > > > > > > > The new gpiod interface takes care of

Re: [PATCH 2/2] drm/vc4: hdmi: Convert to gpiod

2021-06-04 Thread Linus Walleij
On Fri, Jun 4, 2021 at 10:01 AM Maxime Ripard wrote: > On Fri, May 28, 2021 at 01:57:56AM +0200, Linus Walleij wrote: > > On Mon, May 24, 2021 at 3:19 PM Maxime Ripard wrote: > > > > > The new gpiod interface takes care of parsing the GPIO flags and to > > > return the logical value when

Re: [PATCH 2/2] drm/vc4: hdmi: Convert to gpiod

2021-06-04 Thread Maxime Ripard
Hi Linus On Fri, May 28, 2021 at 01:57:56AM +0200, Linus Walleij wrote: > On Mon, May 24, 2021 at 3:19 PM Maxime Ripard wrote: > > > The new gpiod interface takes care of parsing the GPIO flags and to > > return the logical value when accessing an active-low GPIO, so switching > > to it

Re: [PATCH 2/2] drm/vc4: hdmi: Convert to gpiod

2021-05-27 Thread Linus Walleij
On Mon, May 24, 2021 at 3:19 PM Maxime Ripard wrote: > The new gpiod interface takes care of parsing the GPIO flags and to > return the logical value when accessing an active-low GPIO, so switching > to it simplifies a lot the driver. > > Signed-off-by: Maxime Ripard Thanks for fixing this!

[PATCH 2/2] drm/vc4: hdmi: Convert to gpiod

2021-05-24 Thread Maxime Ripard
The new gpiod interface takes care of parsing the GPIO flags and to return the logical value when accessing an active-low GPIO, so switching to it simplifies a lot the driver. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_hdmi.c | 24 +++-