Re: [PATCH] drm/bridge: ti-sn65dsi86: remove unnecessary GPIO line direction check

2025-06-26 Thread Doug Anderson
Hi, On Wed, Jun 25, 2025 at 11:25 AM Doug Anderson wrote: > > Hi, > > On Fri, Jun 20, 2025 at 12:50 AM Bartosz Golaszewski wrote: > > > > From: Bartosz Golaszewski > > > > As of commit 92ac7de3175e3 ("gpiolib: don't allow setting values on input > > lines"), the GPIO core makes sure values cann

Re: [PATCH] drm/bridge: ti-sn65dsi86: remove unnecessary GPIO line direction check

2025-06-25 Thread Doug Anderson
Hi, On Fri, Jun 20, 2025 at 12:50 AM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > As of commit 92ac7de3175e3 ("gpiolib: don't allow setting values on input > lines"), the GPIO core makes sure values cannot be set on input lines. > Remove the unnecessary check. > > Signed-off-by:

[PATCH] drm/bridge: ti-sn65dsi86: remove unnecessary GPIO line direction check

2025-06-20 Thread Bartosz Golaszewski
From: Bartosz Golaszewski As of commit 92ac7de3175e3 ("gpiolib: don't allow setting values on input lines"), the GPIO core makes sure values cannot be set on input lines. Remove the unnecessary check. Signed-off-by: Bartosz Golaszewski --- drivers/gpu/drm/bridge/ti-sn65dsi86.c | 5 - 1 fil