public inbox for linux-phy@lists.infradead.org
 help / color / mirror / Atom feed
From: "Kuba Szczodrzyński" <kuba@szczodrzynski.pl>
To: wens@csie.org
Cc: Maxime Ripard <mripard@kernel.org>,
	Samuel Holland <samuel@sholland.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org,
	linux-riscv@lists.infradead.org, linux-phy@lists.infradead.org,
	devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
	parthiban@linumiz.com, paulk@sys-base.io
Subject: Re: [PATCH v3 0/6] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY
Date: Sun, 16 Nov 2025 15:31:10 +0100	[thread overview]
Message-ID: <7ff30ae9-e4c0-47ae-80ad-726eaa557fd0@szczodrzynski.pl> (raw)
In-Reply-To: <CAGb2v67V01k8zj2r+Dd+JDEsH2LX2Jtx+CP=i8aQfX_JyFtLfg@mail.gmail.com>

W dniu 2025-11-16 o 15:03:18, Chen-Yu Tsai pisze:

> On Sun, Nov 16, 2025 at 9:46 PM Kuba Szczodrzyński
> <kuba@szczodrzynski.pl> wrote:
>> [replying to v1 to keep the same series on Patchwork]
> That is not the right way to do it.
>
> If you reply to an old series, the tooling does not pickup the new version
> as a separate series.
>
> ChenYu

Hi,

I noticed that it indeed didn't work. However, Patchwork didn't pick up the v2 cover letter at all, so I thought replying to v2 would mess up the thread even more.

That being said, the v3 cover letter is not visible there either.

Should I resend this as v4 [which message to reply to?] or send a completely new series perhaps?

I apologize for the confusion, this is my first time doing that.

Regards
Kuba

>> Some Allwinner chips (notably the D1s/T113 and the A100) have a "combo
>> MIPI DSI D-PHY" which is required when using single-link LVDS0. The same
>> PD0..PD9 pins are used for either DSI or LVDS.
>>
>> Other than having to use the combo D-PHY, LVDS output is configured in
>> the same way as on older chips.
>>
>> This series enables the sun6i MIPI D-PHY to also work in LVDS mode. It
>> is then configured by the LCD TCON, which allows connecting a
>> single-link LVDS display panel.
>>
>> Changes in v2/v3:
>> - Applied code formatting changes from review comments
>> - Changed "dphy" to "combo-phy"
>> - Made the LVDS setup/teardown functions abort early in case of error
>>    (adding a proper return value would require changes in several levels
>>     of caller functions; perhaps could be done in a separate patch)
>> - Added the PHY properties to DT bindings
>> - Renamed lvds0_pins to lcd_lvds0_pins
>> - Rebased on top of drm/misc/kernel/for-linux-next
>> - Hopefully corrected the incomplete patch list of v2, which happened
>>    due to an SMTP error
>>
>> Kuba Szczodrzyński (6):
>>    phy: allwinner: phy-sun6i-mipi-dphy: Support LVDS in combo D-PHY
>>    drm/sun4i: Support LVDS using MIPI DSI combo D-PHY
>>    drm/sun4i: Enable LVDS output on sun20i D1s/T113
>>    dt-bindings: display: sun4i: Add D1s/T113 combo D-PHY bindings
>>    riscv: dts: allwinner: d1s-t113: Add D-PHY to TCON LCD0
>>    riscv: dts: allwinner: d1s-t113: Add LVDS0 pins
>>
>>   .../display/allwinner,sun4i-a10-tcon.yaml     |  6 ++
>>   .../boot/dts/allwinner/sunxi-d1s-t113.dtsi    | 11 +++
>>   drivers/gpu/drm/sun4i/sun4i_tcon.c            | 50 +++++++++++++
>>   drivers/gpu/drm/sun4i/sun4i_tcon.h            |  6 ++
>>   drivers/phy/allwinner/phy-sun6i-mipi-dphy.c   | 70 ++++++++++++++++++-
>>   5 files changed, 141 insertions(+), 2 deletions(-)
>>
>> --
>> 2.25.1
>>

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

  reply	other threads:[~2025-11-16 14:31 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-21 16:17 [PATCH 0/5] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY Kuba Szczodrzyński
2025-02-21 16:17 ` [PATCH 1/5] phy: allwinner: phy-sun6i-mipi-dphy: Support LVDS in " Kuba Szczodrzyński
2025-06-25  7:56   ` Paul Kocialkowski
2025-02-21 16:17 ` [PATCH 2/5] drm/sun4i: Support LVDS using MIPI DSI " Kuba Szczodrzyński
2025-06-25  8:03   ` Paul Kocialkowski
2025-06-25  8:36     ` Paul Kocialkowski
2025-02-21 16:17 ` [PATCH 3/5] drm/sun4i: Enable LVDS output on sun20i D1s/T113 Kuba Szczodrzyński
2025-06-25  8:06   ` Paul Kocialkowski
2025-02-21 16:17 ` [PATCH 4/5] riscv: dts: allwinner: d1s-t113: Add D-PHY to TCON LCD0 Kuba Szczodrzyński
2025-06-25  8:09   ` Paul Kocialkowski
2025-02-21 16:17 ` [PATCH 5/5] riscv: dts: allwinner: d1s-t113: Add LVDS0 pins Kuba Szczodrzyński
2025-06-25  8:24   ` Paul Kocialkowski
2025-06-25  8:35 ` [PATCH 0/5] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY Paul Kocialkowski
2025-11-08 16:53 ` Parthiban
2025-11-16 13:18 ` [PATCH v2 0/6] " Kuba Szczodrzyński
2025-11-16 13:18   ` [PATCH v2 1/6] phy: allwinner: phy-sun6i-mipi-dphy: Support LVDS in " Kuba Szczodrzyński
2025-11-16 13:18   ` [PATCH v2 2/6] drm/sun4i: Support LVDS using MIPI DSI " Kuba Szczodrzyński
2025-11-16 13:18   ` [PATCH v2 3/6] drm/sun4i: Enable LVDS output on sun20i D1s/T113 Kuba Szczodrzyński
2025-11-16 13:18   ` [PATCH v2 4/6] dt-bindings: display: sun4i: Add D1s/T113 combo D-PHY bindings Kuba Szczodrzyński
2025-11-16 13:25 ` [PATCH v2 5/6] riscv: dts: allwinner: d1s-t113: Add D-PHY to TCON LCD0 Kuba Szczodrzyński
2025-11-16 13:25   ` [PATCH v2 6/6] riscv: dts: allwinner: d1s-t113: Add LVDS0 pins Kuba Szczodrzyński
2025-11-16 13:46 ` [PATCH v3 0/6] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY Kuba Szczodrzyński
2025-11-16 13:47   ` [PATCH v3 1/6] phy: allwinner: phy-sun6i-mipi-dphy: Support LVDS in " Kuba Szczodrzyński
2025-11-20  6:24     ` Parthiban
2025-11-22 11:27       ` Kuba Szczodrzyński
2026-01-22 10:15     ` Parthiban
2025-11-16 13:48   ` [PATCH v3 2/6] drm/sun4i: Support LVDS using MIPI DSI " Kuba Szczodrzyński
2025-11-16 13:48   ` [PATCH v3 3/6] drm/sun4i: Enable LVDS output on sun20i D1s/T113 Kuba Szczodrzyński
2026-01-22 10:22     ` Parthiban
2025-11-16 13:49   ` [PATCH v3 4/6] dt-bindings: display: sun4i: Add D1s/T113 combo D-PHY bindings Kuba Szczodrzyński
2025-11-17  7:05     ` Krzysztof Kozlowski
2025-11-17 11:08       ` Kuba Szczodrzyński
2025-11-17 11:53         ` Krzysztof Kozlowski
2025-11-17 12:39           ` Kuba Szczodrzyński
2025-11-16 13:49   ` [PATCH v3 5/6] riscv: dts: allwinner: d1s-t113: Add D-PHY to TCON LCD0 Kuba Szczodrzyński
2025-11-16 13:50   ` [PATCH v3 6/6] riscv: dts: allwinner: d1s-t113: Add LVDS0 pins Kuba Szczodrzyński
2025-11-16 14:03   ` [PATCH v3 0/6] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY Chen-Yu Tsai
2025-11-16 14:31     ` Kuba Szczodrzyński [this message]
2025-11-16 14:37       ` Chen-Yu Tsai
2025-11-16 16:48         ` Kuba Szczodrzyński
2026-02-07 13:34   ` Parthiban
2026-04-01  8:39     ` Parthiban
2026-04-01 15:04       ` Kuba Szczodrzyński

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=7ff30ae9-e4c0-47ae-80ad-726eaa557fd0@szczodrzynski.pl \
    --to=kuba@szczodrzynski.pl \
    --cc=airlied@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jernej.skrabec@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=parthiban@linumiz.com \
    --cc=paulk@sys-base.io \
    --cc=robh@kernel.org \
    --cc=samuel@sholland.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    --cc=wens@csie.org \
    /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