On Thu, Mar 19, 2026 at 05:15:56PM +0100, Krzysztof Kozlowski wrote: > On 19/03/2026 17:01, Thierry Reding wrote: > > From: Thierry Reding > > > > This update primarily adds various new commands and MRQs for Tegra264, > > but also contains a few new annotations and fixes. > > > > Signed-off-by: Thierry Reding > > --- > > include/soc/tegra/bpmp-abi.h | 4565 +++++++++++++++++++++++++++------- > > 1 file changed, 3671 insertions(+), 894 deletions(-) > > > > diff --git a/include/soc/tegra/bpmp-abi.h b/include/soc/tegra/bpmp-abi.h > > index 39bb3f87e28d..6cf6442395f1 100644 > > --- a/include/soc/tegra/bpmp-abi.h > > +++ b/include/soc/tegra/bpmp-abi.h > > @@ -1,6 +1,6 @@ > > -/* SPDX-License-Identifier: GPL-2.0-only */ > > +/* SPDX-License-Identifier: GPL-2.0 OR MIT */ > > /* > > - * Copyright (c) 2014-2022, NVIDIA CORPORATION. All rights reserved. > > + * SPDX-FileCopyrightText: Copyright (c) 2014-2025, NVIDIA CORPORATION. All rights reserved. > > You just replaced correct syntax with discouraged (as in not welcomed > upstream) SPDX tag. Fair enough, I'm dropping the tag. I didn't know it was actively discouraged and I don't see this documented anywhere. I suppose I should go and drop similar tags from various other sources. Looks like we've been introducing this recently for Tegra. Thierry