devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Icenowy Zheng <uwu@icenowy.me>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Drew Fustini <fustini@kernel.org>, Guo Ren <guoren@kernel.org>,
	Fu Wei <wefu@redhat.com>, Philipp Zabel <p.zabel@pengutronix.de>,
	Heiko Stuebner <heiko@sntech.de>,
	Andrzej Hajda <andrzej.hajda@intel.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Robert Foss <rfoss@kernel.org>,
	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	Jonas Karlman <jonas@kwiboo.se>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Michal Wilczynski <m.wilczynski@samsung.com>
Cc: Han Gao <rabenda.cn@gmail.com>, Yao Zi <ziyao@disroot.org>,
	dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org
Subject: Re: [PATCH v3 2/9] dt-bindings: display: add verisilicon,dc
Date: Mon, 24 Nov 2025 12:09:45 +0100	[thread overview]
Message-ID: <c26dabfb-c4af-428b-a1d4-d626f37ff559@kernel.org> (raw)
In-Reply-To: <f7bbb57180866a0674fc1d72d4bd3279c7b1c1e9.camel@icenowy.me>

On 24/11/2025 12:04, Icenowy Zheng wrote:
> 在 2025-11-24星期一的 12:01 +0100,Krzysztof Kozlowski写道:
>> On 24/11/2025 11:52, Icenowy Zheng wrote:
>>> Verisilicon has a series of display controllers prefixed with DC
>>> and
>>> with self-identification facility like their GC series GPUs.
>>>
>>> Add a device tree binding for it.
>>>
>>> Depends on the specific DC model, it can have either one or two
>>> display
>>> outputs, and each display output could be set to DPI signal or "DP"
>>> signal (which seems to be some plain parallel bus to HDMI
>>> controllers).
>>>> Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
>>> Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn>
>>
>> Wrong DCO chain order. You send it as icenowy.me, so this must be
>> last
>> SoB. This identity is the last one certifying DCO. Please kindly read
>> submitting patches, so you know what you are certifying here.
> 
> Well I mapped the @iscas.ac.cn mail to the @icenowy.me one in the last
> patch.
> 
> Or maybe I should make it the first patch?

.mailmap has effect on b4 and git send-email, so maybe that's the
answer. The problem is that:
1. This email has sender address @icenowy.me
2. It's SoB is not the last one.

This needs to be fixed. The order of patches for me does not matter, I
don't think it would fix the issue here either.

Anyway, please trim your responses, so I will not have to scroll through
lines of code to find that you did not respond there.



Best regards,
Krzysztof

  reply	other threads:[~2025-11-24 11:09 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-24 10:52 [PATCH v3 0/9] Verisilicon DC8200 driver (and adaption to TH1520) Icenowy Zheng
2025-11-24 10:52 ` [PATCH v3 1/9] dt-bindings: vendor-prefixes: add verisilicon Icenowy Zheng
2025-11-24 10:52 ` [PATCH v3 2/9] dt-bindings: display: add verisilicon,dc Icenowy Zheng
2025-11-24 11:01   ` Krzysztof Kozlowski
2025-11-24 11:04     ` Icenowy Zheng
2025-11-24 11:09       ` Krzysztof Kozlowski [this message]
2025-11-24 11:13         ` Icenowy Zheng
2025-11-24 11:27           ` Krzysztof Kozlowski
2025-11-24 12:05             ` Conor Dooley
2025-11-24 12:08               ` Krzysztof Kozlowski
2025-11-24 12:20                 ` Conor Dooley
2025-11-24 12:31                   ` Krzysztof Kozlowski
2025-11-24 15:25                     ` Icenowy Zheng
2025-11-24 17:40                       ` Krzysztof Kozlowski
2025-11-24 17:42                         ` Icenowy Zheng
2025-11-24 19:15                           ` Krzysztof Kozlowski
2025-11-26  9:50     ` Icenowy Zheng
2025-11-26 10:22       ` Krzysztof Kozlowski
2025-11-26 10:24         ` Icenowy Zheng
2025-11-27 13:47         ` Icenowy Zheng
2025-11-27 13:58           ` Krzysztof Kozlowski
2025-11-24 10:52 ` [PATCH v3 3/9] drm: verisilicon: add a driver for Verisilicon display controllers Icenowy Zheng
2025-11-24 10:52 ` [PATCH v3 4/9] dt-bindings: display/bridge: add binding for TH1520 HDMI controller Icenowy Zheng
2025-11-24 10:52 ` [PATCH v3 5/9] drm/bridge: add a driver for T-Head " Icenowy Zheng
2025-11-24 10:52 ` [PATCH v3 6/9] riscv: dts: thead: add DPU and HDMI device tree nodes Icenowy Zheng
2025-11-24 11:35   ` Krzysztof Kozlowski
2025-11-24 10:52 ` [PATCH v3 7/9] riscv: dts: thead: lichee-pi-4a: enable HDMI Icenowy Zheng
2025-11-24 10:52 ` [PATCH v3 8/9] MAINTAINERS: assign myself as maintainer for verisilicon DC driver Icenowy Zheng
2025-11-24 10:52 ` [PATCH v3 9/9] mailmap: map all Icenowy Zheng's mail addresses Icenowy Zheng
2025-11-24 10:57 ` [PATCH v3 0/9] Verisilicon DC8200 driver (and adaption to TH1520) Krzysztof Kozlowski
2025-11-24 15:23   ` Icenowy Zheng
2025-11-24 17:39     ` Krzysztof Kozlowski

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=c26dabfb-c4af-428b-a1d4-d626f37ff559@kernel.org \
    --to=krzk@kernel.org \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=airlied@gmail.com \
    --cc=andrzej.hajda@intel.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fustini@kernel.org \
    --cc=guoren@kernel.org \
    --cc=heiko@sntech.de \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=m.wilczynski@samsung.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=p.zabel@pengutronix.de \
    --cc=rabenda.cn@gmail.com \
    --cc=rfoss@kernel.org \
    --cc=robh@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    --cc=uwu@icenowy.me \
    --cc=wefu@redhat.com \
    --cc=ziyao@disroot.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;
as well as URLs for NNTP newsgroup(s).