From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B73CC77B6F for ; Wed, 12 Apr 2023 15:14:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229854AbjDLPOK (ORCPT ); Wed, 12 Apr 2023 11:14:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229612AbjDLPOJ (ORCPT ); Wed, 12 Apr 2023 11:14:09 -0400 Received: from mail-oi1-f179.google.com (mail-oi1-f179.google.com [209.85.167.179]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 09C5361AB; Wed, 12 Apr 2023 08:14:07 -0700 (PDT) Received: by mail-oi1-f179.google.com with SMTP id ec6so1216399oib.8; Wed, 12 Apr 2023 08:14:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681312446; x=1683904446; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=rLO2+mslMgJt7oEF3zMGiAxK8M13LsE3IAK5PmmHYrE=; b=REdxege8GbEImPRAQkS0OO5WEFvoRRMAky64e292PwPk1rOkhZrx1h7GRC7ACLZfeV JexmRqJTXAy1jugUzqRm1r8p8yrKRbKic6v8m95X0i2yk4o6bUV/OiMEH7dpf51WAFUU gib6EQIRjIcDS/bBq0nX+wM8U1RzNwTM5ZLDEQwVgs3WcHC/Eo4bdNEmySGc0dBPZDIk 3VQP1IYyGiELonJTv+Hn8nwHR2abIVPPrj5pzG6lrzfwBTRtz32LqQWsSB+S3NRY7NSE lPKNsAVr/0zFthKXhfDbHWls+VOuCT07PA0tQn8s7CgmF4errynLx8Twf8NDNKv/lDCD WLfA== X-Gm-Message-State: AAQBX9fzxcqPx6I+5mmvtdVI82PhBiTAhewC6k1q/fnngy24heuWSPS0 LpZzPANnly3N3gNiVf8BVg== X-Google-Smtp-Source: AKy350Z/1Wya1b06p9v1jxp3a5/8Dsk/0yLxaZGXg6Xk+G947KmvJd2M/mU6HaijGWztsLvxUWZp1w== X-Received: by 2002:aca:d743:0:b0:386:9720:77da with SMTP id o64-20020acad743000000b00386972077damr6060729oig.26.1681312445919; Wed, 12 Apr 2023 08:14:05 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id en12-20020a056808394c00b003898ebb8be0sm6699276oib.48.2023.04.12.08.14.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Apr 2023 08:14:05 -0700 (PDT) Received: (nullmailer pid 2446977 invoked by uid 1000); Wed, 12 Apr 2023 15:14:04 -0000 Date: Wed, 12 Apr 2023 10:14:04 -0500 From: Rob Herring To: Patrick Delaunay Cc: Alexandre TORGUE , Michael Turquette , Stephen Boyd , Krzysztof Kozlowski , Maxime Coquelin , Philipp Zabel , gabriel.fernandez@st.com, gabriel.fernandez@foss.st.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: Re: [PATCH] dt-bindings: rcc: stm32: Fix STM32MP13 include file Message-ID: <20230412151404.GA2372294-robh@kernel.org> References: <20230407201526.1.I417093ddcea282be479f10a37147d1935a9050b7@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230407201526.1.I417093ddcea282be479f10a37147d1935a9050b7@changeid> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Fri, Apr 07, 2023 at 08:15:33PM +0200, Patrick Delaunay wrote: > Minor cosmetic change, aligned with files in U-Boot: > - change obsolete SPDX id : GPL-2.0+ > - use correct address gabriel.fernandez@foss.st.com > - remove extra space Make the subject reflect the purpose: 'Sync with u-boot copy' > > Signed-off-by: Patrick Delaunay > --- > > include/dt-bindings/clock/stm32mp13-clks.h | 6 +++--- > include/dt-bindings/reset/stm32mp13-resets.h | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/include/dt-bindings/clock/stm32mp13-clks.h b/include/dt-bindings/clock/stm32mp13-clks.h > index 02befd25edce..da4cb7567430 100644 > --- a/include/dt-bindings/clock/stm32mp13-clks.h > +++ b/include/dt-bindings/clock/stm32mp13-clks.h > @@ -1,7 +1,7 @@ > -/* SPDX-License-Identifier: GPL-2.0+ or BSD-3-Clause */ > +/* SPDX-License-Identifier: GPL-2.0-or-later or BSD-3-Clause */ > /* > * Copyright (C) STMicroelectronics 2020 - All Rights Reserved > - * Author: Gabriel Fernandez for STMicroelectronics. > + * Author: Gabriel Fernandez for STMicroelectronics. > */ > > #ifndef _DT_BINDINGS_STM32MP13_CLKS_H_ > @@ -64,7 +64,7 @@ > #define CK_MCO1 38 > #define CK_MCO2 39 > > -/* IP clocks */ > +/* IP clocks */ > #define SYSCFG 40 > #define VREF 41 > #define DTS 42 > diff --git a/include/dt-bindings/reset/stm32mp13-resets.h b/include/dt-bindings/reset/stm32mp13-resets.h > index 934864e90da6..1b83a01de8f0 100644 > --- a/include/dt-bindings/reset/stm32mp13-resets.h > +++ b/include/dt-bindings/reset/stm32mp13-resets.h > @@ -1,7 +1,7 @@ > -/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */ > +/* SPDX-License-Identifier: GPL-2.0-or-later or BSD-3-Clause */ Really, the Linux copy came first, so you should use its license. Your company's lawyers are good with GPLv3 and then v4? > /* > * Copyright (C) STMicroelectronics 2018 - All Rights Reserved > - * Author: Gabriel Fernandez for STMicroelectronics. > + * Author: Gabriel Fernandez for STMicroelectronics. > */ > > #ifndef _DT_BINDINGS_STM32MP13_RESET_H_ > -- > 2.25.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 30230C77B6E for ; Wed, 12 Apr 2023 15:15:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=CpOySHdrh+XGKdjA1RWSDBgIDjE0OVm+9DNAVmJ9lI8=; b=QWcIRAm4k+d6R2 +E5z2bFzqRkszBPUOwV+KhSIotKgHBwM6fwSFF2liwGrjlaVQSBV1e1VYqc1rFolExXK0DeEWFK3s Tc4aHKW9D3RXoROUPWGrfxgJaSW0v7nQdBBE/SDYYBa/wJ7tK5yLph2UTy3JjPzPrAvzXFwYJ4gSJ UruaFDlXoOJfWR5UQtCdMwY9pEzMpcNQXCZg05n+QLmQkkWl9bwmQ9WhC8E37iLO7auN1Qukx9CM3 eAUOb6+D4Rwynmy4GXriek+hvUL96E3d0Ltc2y/pGTMHxx6AGthmNOaqHfF4eW3B0dAlVPcgmg8lA 76EDAD7U7LCvcegxQdvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pmcAk-003amd-1G; Wed, 12 Apr 2023 15:14:10 +0000 Received: from mail-oi1-f181.google.com ([209.85.167.181]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pmcAh-003amC-2Z for linux-arm-kernel@lists.infradead.org; Wed, 12 Apr 2023 15:14:09 +0000 Received: by mail-oi1-f181.google.com with SMTP id w19so7899721oiv.13 for ; Wed, 12 Apr 2023 08:14:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681312446; x=1683904446; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=rLO2+mslMgJt7oEF3zMGiAxK8M13LsE3IAK5PmmHYrE=; b=sKchTEh8sT3rN8kRbi9NDZUfq0C+dSgb6aNmO0cSZjpIOjttCGNsxMD0+Mi+dHwea+ 9VzjkEUnXWpRHLO6pSnuJnBi685mLv5Ys8s6C20U8OyJcO+U7pKxXaVD5StqBae9ww99 9p/CTk4f/lHoQlvbmGCIzgZQbp2V1B1aotgSNPHc5tZ8Yy6kCfhjaCbcCwuKfyGg4+Rt /l2FinwkbWWNxYpZHBWHwSIVybwkOIPG/CGsuXWe48btB36ywejC1OAXbamqPK6qrSAJ Z20KOsIxnJw71w+dHywLqkvKyBw3AtciIz5ElTeW4okirR8jSpYaLZkHPJj9nzQlChf1 OMLw== X-Gm-Message-State: AAQBX9fTZNNQIh4cZ69g63yIoggN/YFZIDDF0ku2ZvAdGdzGfOGTQlZh bF9+NfeoizwiP1yHsJkHGg== X-Google-Smtp-Source: AKy350Z/1Wya1b06p9v1jxp3a5/8Dsk/0yLxaZGXg6Xk+G947KmvJd2M/mU6HaijGWztsLvxUWZp1w== X-Received: by 2002:aca:d743:0:b0:386:9720:77da with SMTP id o64-20020acad743000000b00386972077damr6060729oig.26.1681312445919; Wed, 12 Apr 2023 08:14:05 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id en12-20020a056808394c00b003898ebb8be0sm6699276oib.48.2023.04.12.08.14.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Apr 2023 08:14:05 -0700 (PDT) Received: (nullmailer pid 2446977 invoked by uid 1000); Wed, 12 Apr 2023 15:14:04 -0000 Date: Wed, 12 Apr 2023 10:14:04 -0500 From: Rob Herring To: Patrick Delaunay Cc: Alexandre TORGUE , Michael Turquette , Stephen Boyd , Krzysztof Kozlowski , Maxime Coquelin , Philipp Zabel , gabriel.fernandez@st.com, gabriel.fernandez@foss.st.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: Re: [PATCH] dt-bindings: rcc: stm32: Fix STM32MP13 include file Message-ID: <20230412151404.GA2372294-robh@kernel.org> References: <20230407201526.1.I417093ddcea282be479f10a37147d1935a9050b7@changeid> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230407201526.1.I417093ddcea282be479f10a37147d1935a9050b7@changeid> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230412_081407_829414_09B856E3 X-CRM114-Status: GOOD ( 17.82 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Apr 07, 2023 at 08:15:33PM +0200, Patrick Delaunay wrote: > Minor cosmetic change, aligned with files in U-Boot: > - change obsolete SPDX id : GPL-2.0+ > - use correct address gabriel.fernandez@foss.st.com > - remove extra space Make the subject reflect the purpose: 'Sync with u-boot copy' > > Signed-off-by: Patrick Delaunay > --- > > include/dt-bindings/clock/stm32mp13-clks.h | 6 +++--- > include/dt-bindings/reset/stm32mp13-resets.h | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/include/dt-bindings/clock/stm32mp13-clks.h b/include/dt-bindings/clock/stm32mp13-clks.h > index 02befd25edce..da4cb7567430 100644 > --- a/include/dt-bindings/clock/stm32mp13-clks.h > +++ b/include/dt-bindings/clock/stm32mp13-clks.h > @@ -1,7 +1,7 @@ > -/* SPDX-License-Identifier: GPL-2.0+ or BSD-3-Clause */ > +/* SPDX-License-Identifier: GPL-2.0-or-later or BSD-3-Clause */ > /* > * Copyright (C) STMicroelectronics 2020 - All Rights Reserved > - * Author: Gabriel Fernandez for STMicroelectronics. > + * Author: Gabriel Fernandez for STMicroelectronics. > */ > > #ifndef _DT_BINDINGS_STM32MP13_CLKS_H_ > @@ -64,7 +64,7 @@ > #define CK_MCO1 38 > #define CK_MCO2 39 > > -/* IP clocks */ > +/* IP clocks */ > #define SYSCFG 40 > #define VREF 41 > #define DTS 42 > diff --git a/include/dt-bindings/reset/stm32mp13-resets.h b/include/dt-bindings/reset/stm32mp13-resets.h > index 934864e90da6..1b83a01de8f0 100644 > --- a/include/dt-bindings/reset/stm32mp13-resets.h > +++ b/include/dt-bindings/reset/stm32mp13-resets.h > @@ -1,7 +1,7 @@ > -/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */ > +/* SPDX-License-Identifier: GPL-2.0-or-later or BSD-3-Clause */ Really, the Linux copy came first, so you should use its license. Your company's lawyers are good with GPLv3 and then v4? > /* > * Copyright (C) STMicroelectronics 2018 - All Rights Reserved > - * Author: Gabriel Fernandez for STMicroelectronics. > + * Author: Gabriel Fernandez for STMicroelectronics. > */ > > #ifndef _DT_BINDINGS_STM32MP13_RESET_H_ > -- > 2.25.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel