linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC
@ 2023-05-10 16:51 Patrick Delaunay
  2023-05-10 17:02 ` Conor Dooley
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Patrick Delaunay @ 2023-05-10 16:51 UTC (permalink / raw)
  To: Alexandre TORGUE, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
	Philipp Zabel
  Cc: gabriel.fernandez, gabriel.fernandez, Patrick Delaunay,
	devicetree, linux-arm-kernel, linux-clk, linux-kernel,
	linux-stm32

Minor cosmetic change, aligned with files in U-Boot:
- change obsolete SPDX id : GPL-2.0+ and use the same license
  GPL-2.0-only for the 2 files
- use correct mail address gabriel.fernandez@foss.st.com
- remove extra space

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---

Changes in v2:
- Change title "Fix STM32MP13 include file"
- Use the same license for the 2 files GPL-2.0-only as recommended
  to avoid check-patch issue on next

 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..0bd7b54c65ff 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-only OR BSD-3-Clause */
 /*
  * Copyright (C) STMicroelectronics 2020 - All Rights Reserved
- * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for STMicroelectronics.
+ * Author: Gabriel Fernandez <gabriel.fernandez@foss.st.com> 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..ecb37c7ddde1 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-only OR BSD-3-Clause */
 /*
  * Copyright (C) STMicroelectronics 2018 - All Rights Reserved
- * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for STMicroelectronics.
+ * Author: Gabriel Fernandez <gabriel.fernandez@foss.st.com> for STMicroelectronics.
  */
 
 #ifndef _DT_BINDINGS_STM32MP13_RESET_H_
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC
  2023-05-10 16:51 [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC Patrick Delaunay
@ 2023-05-10 17:02 ` Conor Dooley
  2023-05-11  9:21   ` Gabriel FERNANDEZ
  2023-06-07 19:05 ` Rob Herring
  2023-06-15  1:06 ` Stephen Boyd
  2 siblings, 1 reply; 5+ messages in thread
From: Conor Dooley @ 2023-05-10 17:02 UTC (permalink / raw)
  To: Patrick Delaunay
  Cc: Alexandre TORGUE, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
	Philipp Zabel, gabriel.fernandez, gabriel.fernandez, devicetree,
	linux-arm-kernel, linux-clk, linux-kernel, linux-stm32

[-- Attachment #1: Type: text/plain, Size: 1543 bytes --]

On Wed, May 10, 2023 at 06:51:40PM +0200, Patrick Delaunay wrote:
> Minor cosmetic change, aligned with files in U-Boot:
> - change obsolete SPDX id : GPL-2.0+ and use the same license
>   GPL-2.0-only for the 2 files
> - use correct mail address gabriel.fernandez@foss.st.com
> - remove extra space

Rob's comments on v1 were about $subject, which you've fixed, although
the second prefix is a bit odd (I assume since you're changing clock and
reset headers) and about the change in license to "or-later" for the
resets header, which you've changed too, so...
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
> 
> Changes in v2:
> - Change title "Fix STM32MP13 include file"
> - Use the same license for the 2 files GPL-2.0-only as recommended
>   to avoid check-patch issue on next
> 
>  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..0bd7b54c65ff 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-only OR BSD-3-Clause */

...since Gabriel does appear to be the only author of this file:

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC
  2023-05-10 17:02 ` Conor Dooley
@ 2023-05-11  9:21   ` Gabriel FERNANDEZ
  0 siblings, 0 replies; 5+ messages in thread
From: Gabriel FERNANDEZ @ 2023-05-11  9:21 UTC (permalink / raw)
  To: Conor Dooley, Patrick Delaunay
  Cc: Alexandre TORGUE, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
	Philipp Zabel, gabriel.fernandez, devicetree, linux-arm-kernel,
	linux-clk, linux-kernel, linux-stm32


On 5/10/23 19:02, Conor Dooley wrote:
> On Wed, May 10, 2023 at 06:51:40PM +0200, Patrick Delaunay wrote:
>> Minor cosmetic change, aligned with files in U-Boot:
>> - change obsolete SPDX id : GPL-2.0+ and use the same license
>>    GPL-2.0-only for the 2 files
>> - use correct mail address gabriel.fernandez@foss.st.com
>> - remove extra space
> Rob's comments on v1 were about $subject, which you've fixed, although
> the second prefix is a bit odd (I assume since you're changing clock and
> reset headers) and about the change in license to "or-later" for the
> resets header, which you've changed too, so...
>> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
>> ---
>>
>> Changes in v2:
>> - Change title "Fix STM32MP13 include file"
>> - Use the same license for the 2 files GPL-2.0-only as recommended
>>    to avoid check-patch issue on next
>>
>>   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..0bd7b54c65ff 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-only OR BSD-3-Clause */
> ...since Gabriel does appear to be the only author of this file:
>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
>
> Thanks,
> Conor.

Hi

Acked-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>

Thanks
Gabriel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC
  2023-05-10 16:51 [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC Patrick Delaunay
  2023-05-10 17:02 ` Conor Dooley
@ 2023-06-07 19:05 ` Rob Herring
  2023-06-15  1:06 ` Stephen Boyd
  2 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2023-06-07 19:05 UTC (permalink / raw)
  To: Patrick Delaunay
  Cc: linux-kernel, gabriel.fernandez, Michael Turquette, linux-stm32,
	Maxime Coquelin, Stephen Boyd, gabriel.fernandez,
	Alexandre TORGUE, Krzysztof Kozlowski, Rob Herring, devicetree,
	Philipp Zabel, linux-clk, linux-arm-kernel, Conor Dooley


On Wed, 10 May 2023 18:51:40 +0200, Patrick Delaunay wrote:
> Minor cosmetic change, aligned with files in U-Boot:
> - change obsolete SPDX id : GPL-2.0+ and use the same license
>   GPL-2.0-only for the 2 files
> - use correct mail address gabriel.fernandez@foss.st.com
> - remove extra space
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
> 
> Changes in v2:
> - Change title "Fix STM32MP13 include file"
> - Use the same license for the 2 files GPL-2.0-only as recommended
>   to avoid check-patch issue on next
> 
>  include/dt-bindings/clock/stm32mp13-clks.h   | 6 +++---
>  include/dt-bindings/reset/stm32mp13-resets.h | 4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC
  2023-05-10 16:51 [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC Patrick Delaunay
  2023-05-10 17:02 ` Conor Dooley
  2023-06-07 19:05 ` Rob Herring
@ 2023-06-15  1:06 ` Stephen Boyd
  2 siblings, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2023-06-15  1:06 UTC (permalink / raw)
  To: Alexandre TORGUE, Conor Dooley, Krzysztof Kozlowski,
	Maxime Coquelin, Michael Turquette, Patrick Delaunay,
	Philipp Zabel, Rob Herring
  Cc: gabriel.fernandez, gabriel.fernandez, Patrick Delaunay,
	devicetree, linux-arm-kernel, linux-clk, linux-kernel,
	linux-stm32

Quoting Patrick Delaunay (2023-05-10 09:51:40)
> Minor cosmetic change, aligned with files in U-Boot:
> - change obsolete SPDX id : GPL-2.0+ and use the same license
>   GPL-2.0-only for the 2 files
> - use correct mail address gabriel.fernandez@foss.st.com
> - remove extra space
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-06-15  1:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-10 16:51 [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC Patrick Delaunay
2023-05-10 17:02 ` Conor Dooley
2023-05-11  9:21   ` Gabriel FERNANDEZ
2023-06-07 19:05 ` Rob Herring
2023-06-15  1:06 ` Stephen Boyd

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).