From: Thierry Reding <thierry.reding@kernel.org>
To: Manivannan Sadhasivam <mani@kernel.org>
Cc: "Bjorn Helgaas" <bhelgaas@google.com>,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Jonathan Hunter" <jonathanh@nvidia.com>,
"Karthikeyan Mitran" <m.karthikeyan@mobiveil.co.in>,
"Hou Zhiqiang" <Zhiqiang.Hou@nxp.com>,
"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
"Pali Rohár" <pali@kernel.org>,
"Michal Simek" <michal.simek@amd.com>,
"Kevin Xie" <kevin.xie@starfivetech.com>,
"Aksh Garg" <a-garg7@ti.com>,
linux-pci@vger.kernel.org, devicetree@vger.kernel.org,
linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
"Thierry Reding" <treding@nvidia.com>,
"Manikanta Maddireddy" <mmaddireddy@nvidia.com>
Subject: Re: [PATCH v10 3/5] PCI: tegra: Add Tegra264 support
Date: Mon, 17 Aug 2026 15:26:34 +0200 [thread overview]
Message-ID: <aoML05AL1RD-B5sh@orome> (raw)
In-Reply-To: <ajpntb2f62mpevhofuv2mdpgsktzp6gwcvu2euka7qu2n3f7at@fp3q5fowyvgg>
[-- Attachment #1: Type: text/plain, Size: 1221 bytes --]
On Sat, Aug 15, 2026 at 08:52:26AM +0200, Manivannan Sadhasivam wrote:
> On Fri, Aug 14, 2026 at 05:38:57PM +0200, Thierry Reding wrote:
> > From: Thierry Reding <treding@nvidia.com>
> >
> > Add a driver for the PCIe controller found on NVIDIA Tegra264 SoCs. The
> > driver is very small, with its main purpose being to set up the address
> > translation registers and then creating a standard PCI host using ECAM.
> >
> > Signed-off-by: Manikanta Maddireddy <mmaddireddy@nvidia.com>
> > Signed-off-by: Thierry Reding <treding@nvidia.com>
>
> This s-o-b chain is cobbled.
>
> 1. If Thierry is the Author, and if Manikanda co-developed the patch, then there
> should be a Co-developed-by tag for Manikanda.
>
> 2. If Manikanda is the author of this patch and if Thierry is just sending it
> along, then the authorship belongs to Manikanda.
>
> I've applied this patch based on (1):
> https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git/commit/?h=controller/tegra264&id=d56131f7a401841c09b6611402a8d2e795da3a6b
>
> If that is not correct, please let me know, I'll ammend it.
That looks fine to me. Yes, I should've added the Co-developed-by tag
from the start.
Thanks!
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2026-08-17 13:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-14 15:38 [PATCH v10 0/5] PCI: tegra: Add Tegra264 support Thierry Reding
2026-08-14 15:38 ` [PATCH v10 1/5] dt-bindings: pci: tegra264: Strictly distinguish C0 from C1-C5 Thierry Reding
2026-08-14 15:38 ` [PATCH v10 2/5] dt-bindings: pci: tegra264: Switch to PCIe root port bindings Thierry Reding
2026-08-15 6:28 ` Manivannan Sadhasivam
2026-08-17 13:27 ` Thierry Reding
2026-08-14 15:38 ` [PATCH v10 3/5] PCI: tegra: Add Tegra264 support Thierry Reding
[not found] ` <ajpntb2f62mpevhofuv2mdpgsktzp6gwcvu2euka7qu2n3f7at@fp3q5fowyvgg>
2026-08-17 13:26 ` Thierry Reding [this message]
2026-08-14 15:38 ` [PATCH v10 4/5] arm64: tegra: Reorder reg and reg-names to match bindings Thierry Reding
2026-08-14 15:38 ` [PATCH v10 5/5] arm64: tegra: Add PCIe root ports on Tegra264 Thierry Reding
2026-08-15 6:41 ` (subset) [PATCH v10 0/5] PCI: tegra: Add Tegra264 support Manivannan Sadhasivam
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=aoML05AL1RD-B5sh@orome \
--to=thierry.reding@kernel.org \
--cc=Zhiqiang.Hou@nxp.com \
--cc=a-garg7@ti.com \
--cc=bhelgaas@google.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jonathanh@nvidia.com \
--cc=kevin.xie@starfivetech.com \
--cc=krzk+dt@kernel.org \
--cc=kwilczynski@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=lpieralisi@kernel.org \
--cc=m.karthikeyan@mobiveil.co.in \
--cc=mani@kernel.org \
--cc=michal.simek@amd.com \
--cc=mmaddireddy@nvidia.com \
--cc=pali@kernel.org \
--cc=robh@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=treding@nvidia.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