Re: [PATCH 2/2] dmaengine: tegra210-adma: Add Tegra264 support

From: Krzysztof Kozlowski
Date: Thu May 08 2025 - 08:50:58 EST


On 08/05/2025 14:35, Sheetal . wrote:
>
> Signed-off-by: Sheetal <sheetal@xxxxxxxxxx>
> ---
> 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