Re: [PATCH v17 0/2] Add Lontium LT7911EXC eDP to MIPI DSI bridge

From: Sunyun Yang

Date: Tue Jul 28 2026 - 06:20:00 EST


Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx> 于2026年7月28日周二 17:46写道:
>
> On Tue, Jul 28, 2026 at 09:56:11AM +0800, Sunyun Yang wrote:
> > Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx> 于2026年7月28日周二 09:22写道:
> > >
> > > On Wed, Jul 15, 2026 at 09:54:36AM +0800, syyang@xxxxxxxxxxx wrote:
> > > > From: Sunyun Yang <syyang@xxxxxxxxxxx>
> > > >
> > > > The LT7911EXC is an I2C-controlled bridge that receives eDP1.4
> > > > and output mipi dsi. This series introduces:
> > > >
> > > > - A device tree binding YAML file describing the hardware
> > > > - A new DRM bridge driver implementing the basic functionality
> > > >
> > > > Signed-off-by: Sunyun Yang<syyang@xxxxxxxxxxx>
> > > > ---
> > > > Change in v17:
> > > > - dt-binding:
> > > > - drm/bridge:
> > > > 1. [High] devm leak and list corruption on panel rebind [sashiko-bot]
> > > > False positive. The -EBUSY guard at the top of host_attach() (line 527) rejects re-attach
> > > > when output_bridge is already set, so neither devm_drm_of_get_bridge() nor drm_bridge_add()
> > > > is reached on panel rebind.
> > >
> > > This is not a changelog. Don't mix replies, with the changes in the
> > > patches.
> > >
> > In the driver code, when I reply to the issues raised by the AI bot,
> > the AI bot does not respond to me.
> > In subsequent submissions, can I simply not reply to the AI bot's
> > questions and only modify the issues that are useful for the driver?
>
> AI is a _bot_. Talk to people. You should reply to the bot directly as
> that's what the reviewers will see and consider.
>

Thank you for the guidance, Dmitry. I will follow this rule in future
submissions and describe the change log.

>
> --
> With best wishes
> Dmitry