public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Drew Fustini <fustini@kernel.org>,
	Heiko Stuebner <heiko@sntech.de>,
	dri-devel@lists.freedesktop.org, Guo Ren <guoren@kernel.org>,
	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	Andrzej Hajda <andrzej.hajda@intel.com>,
	linux-riscv@lists.infradead.org, David Airlie <airlied@gmail.com>,
	Yao Zi <ziyao@disroot.org>, Simona Vetter <simona@ffwll.ch>,
	Rob Herring <robh@kernel.org>, Robert Foss <rfoss@kernel.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Michal Wilczynski <m.wilczynski@samsung.com>,
	devicetree@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Jonas Karlman <jonas@kwiboo.se>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	linux-kernel@vger.kernel.org,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Han Gao <rabenda.cn@gmail.com>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Fu Wei <wefu@redhat.com>
Subject: Re: [PATCH v3 2/9] dt-bindings: display: add verisilicon,dc
Date: Mon, 24 Nov 2025 12:05:26 +0000	[thread overview]
Message-ID: <20251124-said-overvalue-8a8f49d6c99d@spud> (raw)
In-Reply-To: <6ceb41bc-0597-4ea5-84be-51f53e3bc2d8@kernel.org>


[-- Attachment #1.1: Type: text/plain, Size: 2737 bytes --]

On Mon, Nov 24, 2025 at 12:27:09PM +0100, Krzysztof Kozlowski wrote:
> On 24/11/2025 12:13, Icenowy Zheng wrote:
> > 在 2025-11-24星期一的 12:09 +0100,Krzysztof Kozlowski写道:
> >> 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.
> > 
> > Well, I think a patch that is already sent shouldn't have the From
> > field changing when bumping revision, and a patch modified by one
> > identity should have the modifying one's SoB added.
> > 
> > So here I am using the @icenowy.me mail (which can represent the
> > @iscas.ac.cn mail according to the mailmap) to send the patch that is
> > processed by @iscas.ac.cn mail.
> > 
> > Sending the patch with @iscas.ac.cn mail needs some extra setup
> > (because of some weird security requirement).
> 
> I did not ask you to change from. Please read carefully "You send it as
> icenowy.me, so this must be last sob"
> 
> and later I re-iterated.
> 
> If you insist on not fixing the chain, that's a NAK from me because you
> must follow the DCO process.

I don't really get what the fuss is with the dual signoff, what's the
point having both when they represent the same person? Pretty sure it
was you (Krzysztof) and Arnd that told me not to both doing the double
signoff.
I send lots of stuff w/ my kernel.org address but only ever sign off
with my work email since that's where attribution is going.


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2025-11-24 12:06 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
2025-11-24 11:13         ` Icenowy Zheng
2025-11-24 11:27           ` Krzysztof Kozlowski
2025-11-24 12:05             ` Conor Dooley [this message]
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=20251124-said-overvalue-8a8f49d6c99d@spud \
    --to=conor@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=krzk@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=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