From: Krzysztof Kozlowski <krzk@kernel.org>
To: Sunyun Yang <syyang@lontium.com>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
andrzej.hajda@intel.com, neil.armstrong@linaro.org,
dmitry.baryshkov@oss.qualcomm.com,
maarten.lankhorst@linux.intel.com, rfoss@kernel.org,
mripard@kernel.org, Laurent.pinchart@ideasonboard.com,
tzimmermann@suse.de, jonas@kwiboo.se, jernej.skrabec@gmail.com,
devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org,
xmzhu@lontium.corp-partner.google.com, xmzhu@lontium.com,
rlyu@lontium.com, xbpeng@lontium.com
Subject: Re: [PATCH v6 1/2] dt-bindings: bridge: Add Lontium LT9611C(EX/UXD) MIPI DSI to HDMI driver
Date: Thu, 25 Jun 2026 14:59:55 +0200 [thread overview]
Message-ID: <206f2e80-132a-4586-bd27-5983783f97ce@kernel.org> (raw)
In-Reply-To: <CAFQXuNbvSQSZayBGcS6L106ic6M9D+xi8CF9=k27fCAn5U8tdg@mail.gmail.com>
On 25/06/2026 04:01, Sunyun Yang wrote:
> Sunyun Yang <syyang@lontium.com> 于2026年6月25日周四 08:52写道:
>>
>> Krzysztof Kozlowski <krzk@kernel.org> 于2026年6月24日周三 22:05写道:
>>>
>>> On 11/05/2026 05:28, Sunyun Yang wrote:
>>>> <syyang@lontium.com> 于2026年5月8日周五 22:25写道:
>>>>>
>>>>> From: Sunyun Yang <syyang@lontium.com>
>>>>>
>>>>> LT9611C(EX/UXD) is an I2C-controlled chip that Receiver signal/dual port
>>>>> mipi dsi and output hdmi, differences in hardware features:
>>>>> - LT9611C: supports 1-port mipi dsi to hdmi 1.4
>>>>> - LT9611EX: supports 2-port mipi dsi to hdmi 1.4
>>>>> - LT9611UXD: supports 2-port mipi dsi to hdmi 1.4/2.0
>>>>>
>>>>> Signed-off-by: Sunyun Yang <syyang@lontium.com>
>>>>> ---
>>>>> .../bindings/display/bridge/lontium,lt9611.yaml | 8 ++++++--
>>>>> 1 file changed, 6 insertions(+), 2 deletions(-)
>>>>>
>>>>> diff --git a/Documentation/devicetree/bindings/display/bridge/lontium,lt9611.yaml b/Documentation/devicetree/bindings/display/bridge/lontium,lt9611.yaml
>>>>> index 429a06057ae8..e0821a63d9d7 100644
>>>>> --- a/Documentation/devicetree/bindings/display/bridge/lontium,lt9611.yaml
>>>>> +++ b/Documentation/devicetree/bindings/display/bridge/lontium,lt9611.yaml
>>>>> @@ -4,19 +4,23 @@
>>>>> $id: http://devicetree.org/schemas/display/bridge/lontium,lt9611.yaml#
>>>>> $schema: http://devicetree.org/meta-schemas/core.yaml#
>>>>>
>>>>> -title: Lontium LT9611(UXC) 2 Port MIPI to HDMI Bridge
>>>>> +title: Lontium LT9611(UXC/C/EX/UXD) 2 Port MIPI DSI to HDMI Bridge
>>>>>
>>>>> maintainers:
>>>>> - Vinod Koul <vkoul@kernel.org>
>>>>>
>>>>> description: |
>>>>> - The LT9611 and LT9611UXC are bridge devices which convert DSI to HDMI
>>>>> + The LT9611、LT9611UXC、LT9611C、LT9611EX and LT9611UXD
>>>>> + are bridge devices which convert DSI to HDMI
>>>>>
>>>>> properties:
>>>>> compatible:
>>>>> enum:
>>>>> - lontium,lt9611
>>>>> + - lontium,lt9611c
>>>>> + - lontium,lt9611ex
>>>>> - lontium,lt9611uxc
>>>>> + - lontium,lt9611uxd
>>>>>
>>>>> reg:
>>>>> maxItems: 1
>>>>> --
>>>>
>>>> Gentle ping.
>>>> Thanks.
>>>
>>> Except mess with threading, your patchset does not build, when applied
>>> on next-20260618.
>>>
>>> What is the base of this?
>>>
>>
>> Thanks for testing my patchset on next-20260618.
>>
>> The base of this series is v7.0.
>>
> Krzysztof, Is Sashiko AI review required before merging a patch now?
Fixing obvious bugs in your code is required before merging.
But even without bugs, this cannot be merged - does not apply. And you
sending the same three different times does not help, because now there
is complete mess in reviews.
Best regards,
Krzysztof
next prev parent reply other threads:[~2026-06-25 13:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-08 14:25 [PATCH v6 1/2] dt-bindings: bridge: Add Lontium LT9611C(EX/UXD) MIPI DSI to HDMI driver syyang
2026-05-11 3:28 ` Sunyun Yang
2026-05-13 10:24 ` Dmitry Baryshkov
2026-05-13 11:07 ` Sunyun Yang
2026-05-13 11:10 ` Dmitry Baryshkov
2026-05-13 11:22 ` Sunyun Yang
2026-05-13 11:23 ` Dmitry Baryshkov
2026-05-13 11:35 ` Sunyun Yang
2026-06-24 14:05 ` Krzysztof Kozlowski
2026-06-25 0:52 ` Sunyun Yang
2026-06-25 2:01 ` Sunyun Yang
2026-06-25 12:59 ` Krzysztof Kozlowski [this message]
2026-06-25 13:21 ` Sunyun Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=206f2e80-132a-4586-bd27-5983783f97ce@kernel.org \
--to=krzk@kernel.org \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=andrzej.hajda@intel.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=rfoss@kernel.org \
--cc=rlyu@lontium.com \
--cc=robh@kernel.org \
--cc=syyang@lontium.com \
--cc=tzimmermann@suse.de \
--cc=xbpeng@lontium.com \
--cc=xmzhu@lontium.com \
--cc=xmzhu@lontium.corp-partner.google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox