From: Krzysztof Kozlowski <krzk@kernel.org>
To: "Sheetal ." <sheetal@nvidia.com>,
vkoul@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org
Cc: dmaengine@vger.kernel.org, devicetree@vger.kernel.org,
linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org,
thierry.reding@gmail.com, jonathanh@nvidia.com,
ldewangan@nvidia.com
Subject: Re: [PATCH 2/2] dmaengine: tegra210-adma: Add Tegra264 support
Date: Thu, 8 May 2025 14:50:05 +0200 [thread overview]
Message-ID: <e463be7d-cf7b-4ea4-aa85-4dbe47ac4154@kernel.org> (raw)
In-Reply-To: <20250508123520.973675-3-sheetal@nvidia.com>
On 08/05/2025 14:35, Sheetal . wrote:
>
> Signed-off-by: Sheetal <sheetal@nvidia.com>
> ---
> drivers/dma/tegra210-adma.c | 194 ++++++++++++++++++++++++++++++------
> 1 file changed, 164 insertions(+), 30 deletions(-)
>
> diff --git a/drivers/dma/tegra210-adma.c b/drivers/dma/tegra210-adma.c
> index ce80ac4b1a1b..1ed3ee590f5c 100644
> --- a/drivers/dma/tegra210-adma.c
> +++ b/drivers/dma/tegra210-adma.c
> @@ -1,9 +1,8 @@
> // SPDX-License-Identifier: GPL-2.0-only
> -/*
> - * ADMA driver for Nvidia's Tegra210 ADMA controller.
> - *
> - * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
> - */
> +// SPDX-FileCopyrightText: Copyright (c) 2016-2025 NVIDIA CORPORATION & AFFILIATES.
2016,2025
Read about range:
https://www.gnu.org/licenses/gpl-howto.en.html#copyright-notice
I would be also happy to see first documented usage of
SPDX-FileCopyrightText in license-rules, otherwise I have doubts we
actually want this (and just because some drivers have it, is not good
reason, because some drivers have bugs as well).
Best regards,
Krzysztof
prev parent reply other threads:[~2025-05-08 12:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-08 12:35 [PATCH 0/2] Add Tegra264 support in ADMA driver Sheetal .
2025-05-08 12:35 ` [PATCH 1/2] dt-bindings: Document Tegra264 ADMA support Sheetal .
2025-05-08 12:47 ` Krzysztof Kozlowski
2025-05-08 12:35 ` [PATCH 2/2] dmaengine: tegra210-adma: Add Tegra264 support Sheetal .
2025-05-08 12:50 ` Krzysztof Kozlowski [this message]
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=e463be7d-cf7b-4ea4-aa85-4dbe47ac4154@kernel.org \
--to=krzk@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=jonathanh@nvidia.com \
--cc=krzk+dt@kernel.org \
--cc=ldewangan@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sheetal@nvidia.com \
--cc=thierry.reding@gmail.com \
--cc=vkoul@kernel.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).