Re: [PATCH v3 0/3] drm/bridge: ti-sn65dsi83: Various fixes
From: Esben Haabendal
Date: Thu Aug 06 2026 - 05:21:28 EST
On Thursday, August 6th, 2026 at 11:02, Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx> wrote:
> On Mon Aug 3, 2026 at 4:57 PM CEST, Esben Haabendal wrote:
> > This small series adds support for using SN65DSI84 in single-link mode with
> > output to LVDS channel B, and provides a fix for a PLL locking issue.
> >
> > Signed-off-by: Esben Haabendal <esben@xxxxxxxxxx>
>
> With the planned changes (Fixes/Cc:stable tags, patches 1-2 swapped)
> applied you can send v4 with:
>
> Reviewed-by: Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx>
> Tested-by: Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx>
Thanks. I have made one additional change for v4 though.
As pointed out by sashiko-bot, I fixed a problem where we would end up with
an unbalanced irq enable counter if/when sn65dsi83_reset_pipe() failed.
And as I am introducing the possibility of sn65dsi_reset_pipe() actually
returning an error, this bug would be a regression introduced by this series
without this additional fix.
/Esben