RE: [PATCH v8 0/2] Add ITE IT61620 MIPI DSI to HDMI bridge driver
From: Pet.Weng
Date: Wed Mar 25 2026 - 03:18:57 EST
Hi Krzysztof,
>
> On Fri, Mar 20, 2026 at 03:50:40PM +0800, Pet Weng wrote:
> > This patch series adds support for the ITE IT61620 MIPI DSI to HDMI
> > bridge chip.
> >
> > The IT61620 is an I2C-controlled bridge that receives MIPI DSI input
> > and outputs HDMI signals. A single-port MIPI DSI input is converted to
> > an HDMI 1.4 output. This series introduces:
> > - A device tree binding YAML file describing the hardware
> > - A new DRM bridge driver implementing the basic functionality
> >
> > Signed-off-by: Pet Weng <pet.weng@xxxxxxxxxx>
> > ---
> > Changes in v8:
> > - dt-binding:
> > 1. Clarify the hardware differences between IT6162 and IT61620 in the
> > description (IT61620 is single-port and lacks an internal MCU). [Krzysztof]
> > 2. Dropped Reviewed-by from Krzysztof due to description changes.
>
> Description? Like text? That is the reason to drop someone's review?
>
> You ask us to perform the work twice, just because irrelevant thing
> changed. Read carefulyl the docs.
>
> Please read:
> https://elixir.bootlin.com/linux/v6.12-rc3/source/Documentation/process/submitting-patches.rst#L577
>
> If a tag was not added on purpose, please state why and what changed.
>
> Best regards,
> Krzysztof
Thanks for the clarification.
The update only refines the description to clarify the hardware
differences and does not change the binding itself.
I will keep the Reviewed-by tag in the next version unless there are
objections.
Best regards,
Pet