All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description
@ 2024-01-25 16:59 ` Hugo Villeneuve
  0 siblings, 0 replies; 12+ messages in thread
From: Hugo Villeneuve @ 2024-01-25 16:59 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer,
	kernel, festevam, linux-imx, leoyang.li, hvilleneuve
  Cc: krzysztof.kozlowski, devicetree, linux-kernel, linux-arm-kernel,
	hugo, andy.shevchenko

From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Hello,
this patch series fixes compatible description for the RVE gateway board.

The board is a prototype developed by my company and we are still at the
prototype stage, so there is zero ABI impact.

Thank you.

Link: [v1] https://lore.kernel.org/all/20240124154422.3600920-1-hugo@hugovil.com/raw
      [v2] https://lore.kernel.org/all/20240124164646.1506814-1-hugo@hugovil.com/raw

Changes for V2:
-Add Fixes tags

Changes for V3:
-Add ABI zero impact comments to commit messages and cover letter

Hugo Villeneuve (2):
  dt-bindings: arm: fsl: remove redundant company name
  arm64: dts: imx8mn-rve-gateway: remove redundant company name

 Documentation/devicetree/bindings/arm/fsl.yaml       | 2 +-
 arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


base-commit: 6098d87eaf31f48153c984e2adadf14762520a87
-- 
2.39.2


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

* [PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description
@ 2024-01-25 16:59 ` Hugo Villeneuve
  0 siblings, 0 replies; 12+ messages in thread
From: Hugo Villeneuve @ 2024-01-25 16:59 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer,
	kernel, festevam, linux-imx, leoyang.li, hvilleneuve
  Cc: krzysztof.kozlowski, devicetree, linux-kernel, linux-arm-kernel,
	hugo, andy.shevchenko

From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Hello,
this patch series fixes compatible description for the RVE gateway board.

The board is a prototype developed by my company and we are still at the
prototype stage, so there is zero ABI impact.

Thank you.

Link: [v1] https://lore.kernel.org/all/20240124154422.3600920-1-hugo@hugovil.com/raw
      [v2] https://lore.kernel.org/all/20240124164646.1506814-1-hugo@hugovil.com/raw

Changes for V2:
-Add Fixes tags

Changes for V3:
-Add ABI zero impact comments to commit messages and cover letter

Hugo Villeneuve (2):
  dt-bindings: arm: fsl: remove redundant company name
  arm64: dts: imx8mn-rve-gateway: remove redundant company name

 Documentation/devicetree/bindings/arm/fsl.yaml       | 2 +-
 arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


base-commit: 6098d87eaf31f48153c984e2adadf14762520a87
-- 
2.39.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name
  2024-01-25 16:59 ` Hugo Villeneuve
@ 2024-01-25 16:59   ` Hugo Villeneuve
  -1 siblings, 0 replies; 12+ messages in thread
From: Hugo Villeneuve @ 2024-01-25 16:59 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer,
	kernel, festevam, linux-imx, leoyang.li, hvilleneuve
  Cc: krzysztof.kozlowski, devicetree, linux-kernel, linux-arm-kernel,
	hugo, andy.shevchenko

From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Company name in compatible description appears twice, which is not really
helpful, so remove it from product name.

The board is a prototype developed by my company and we are still at the
prototype stage, so there is zero ABI impact.

Fixes: bb405e8b5336 ("dt-bindings: arm: fsl: add RVE gateway board")
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
---
 Documentation/devicetree/bindings/arm/fsl.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 228dcc5c7d6f..f455c0172c84 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1026,7 +1026,7 @@ properties:
         items:
           - enum:
               - dimonoff,gateway-evk # i.MX8MN Dimonoff Gateway EVK Board
-              - rve,rve-gateway # i.MX8MN RVE Gateway Board
+              - rve,gateway # i.MX8MN RVE Gateway Board
               - variscite,var-som-mx8mn-symphony
           - const: variscite,var-som-mx8mn
           - const: fsl,imx8mn
-- 
2.39.2


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

* [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name
@ 2024-01-25 16:59   ` Hugo Villeneuve
  0 siblings, 0 replies; 12+ messages in thread
From: Hugo Villeneuve @ 2024-01-25 16:59 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer,
	kernel, festevam, linux-imx, leoyang.li, hvilleneuve
  Cc: krzysztof.kozlowski, devicetree, linux-kernel, linux-arm-kernel,
	hugo, andy.shevchenko

From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Company name in compatible description appears twice, which is not really
helpful, so remove it from product name.

The board is a prototype developed by my company and we are still at the
prototype stage, so there is zero ABI impact.

Fixes: bb405e8b5336 ("dt-bindings: arm: fsl: add RVE gateway board")
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
---
 Documentation/devicetree/bindings/arm/fsl.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 228dcc5c7d6f..f455c0172c84 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1026,7 +1026,7 @@ properties:
         items:
           - enum:
               - dimonoff,gateway-evk # i.MX8MN Dimonoff Gateway EVK Board
-              - rve,rve-gateway # i.MX8MN RVE Gateway Board
+              - rve,gateway # i.MX8MN RVE Gateway Board
               - variscite,var-som-mx8mn-symphony
           - const: variscite,var-som-mx8mn
           - const: fsl,imx8mn
-- 
2.39.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH v3 2/2] arm64: dts: imx8mn-rve-gateway: remove redundant company name
  2024-01-25 16:59 ` Hugo Villeneuve
@ 2024-01-25 16:59   ` Hugo Villeneuve
  -1 siblings, 0 replies; 12+ messages in thread
From: Hugo Villeneuve @ 2024-01-25 16:59 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer,
	kernel, festevam, linux-imx, leoyang.li, hvilleneuve
  Cc: krzysztof.kozlowski, devicetree, linux-kernel, linux-arm-kernel,
	hugo, andy.shevchenko

From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Company name in compatible description appears twice, which is not really
helpful, so remove it from product name.

The board is a prototype developed by my company and we are still at the
prototype stage, so there is zero ABI impact.

Fixes: 67275c2f3d9b ("arm64: dts: freescale: introduce rve-gateway board")
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
---
 arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts b/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
index 1b633bd1ebb6..ea1855171fb0 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
@@ -10,7 +10,7 @@
 
 / {
 	model = "RVE gateway";
-	compatible = "rve,rve-gateway", "variscite,var-som-mx8mn", "fsl,imx8mn";
+	compatible = "rve,gateway", "variscite,var-som-mx8mn", "fsl,imx8mn";
 
 	crystal_duart_24m: crystal-duart-24m {
 		compatible = "fixed-clock";
-- 
2.39.2


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

* [PATCH v3 2/2] arm64: dts: imx8mn-rve-gateway: remove redundant company name
@ 2024-01-25 16:59   ` Hugo Villeneuve
  0 siblings, 0 replies; 12+ messages in thread
From: Hugo Villeneuve @ 2024-01-25 16:59 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer,
	kernel, festevam, linux-imx, leoyang.li, hvilleneuve
  Cc: krzysztof.kozlowski, devicetree, linux-kernel, linux-arm-kernel,
	hugo, andy.shevchenko

From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Company name in compatible description appears twice, which is not really
helpful, so remove it from product name.

The board is a prototype developed by my company and we are still at the
prototype stage, so there is zero ABI impact.

Fixes: 67275c2f3d9b ("arm64: dts: freescale: introduce rve-gateway board")
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
---
 arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts b/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
index 1b633bd1ebb6..ea1855171fb0 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
@@ -10,7 +10,7 @@
 
 / {
 	model = "RVE gateway";
-	compatible = "rve,rve-gateway", "variscite,var-som-mx8mn", "fsl,imx8mn";
+	compatible = "rve,gateway", "variscite,var-som-mx8mn", "fsl,imx8mn";
 
 	crystal_duart_24m: crystal-duart-24m {
 		compatible = "fixed-clock";
-- 
2.39.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name
  2024-01-25 16:59   ` Hugo Villeneuve
@ 2024-01-26  9:05     ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-01-26  9:05 UTC (permalink / raw)
  To: Hugo Villeneuve, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	shawnguo, s.hauer, kernel, festevam, linux-imx, leoyang.li,
	hvilleneuve
  Cc: devicetree, linux-kernel, linux-arm-kernel, andy.shevchenko

On 25/01/2024 17:59, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Company name in compatible description appears twice, which is not really
> helpful, so remove it from product name.
> 
> The board is a prototype developed by my company and we are still at the
> prototype stage, so there is zero ABI impact.
> 
> Fixes: bb405e8b5336 ("dt-bindings: arm: fsl: add RVE gateway board")
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name
@ 2024-01-26  9:05     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-01-26  9:05 UTC (permalink / raw)
  To: Hugo Villeneuve, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	shawnguo, s.hauer, kernel, festevam, linux-imx, leoyang.li,
	hvilleneuve
  Cc: devicetree, linux-kernel, linux-arm-kernel, andy.shevchenko

On 25/01/2024 17:59, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Company name in compatible description appears twice, which is not really
> helpful, so remove it from product name.
> 
> The board is a prototype developed by my company and we are still at the
> prototype stage, so there is zero ABI impact.
> 
> Fixes: bb405e8b5336 ("dt-bindings: arm: fsl: add RVE gateway board")
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 2/2] arm64: dts: imx8mn-rve-gateway: remove redundant company name
  2024-01-25 16:59   ` Hugo Villeneuve
@ 2024-01-26  9:05     ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-01-26  9:05 UTC (permalink / raw)
  To: Hugo Villeneuve, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	shawnguo, s.hauer, kernel, festevam, linux-imx, leoyang.li,
	hvilleneuve
  Cc: devicetree, linux-kernel, linux-arm-kernel, andy.shevchenko

On 25/01/2024 17:59, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Company name in compatible description appears twice, which is not really
> helpful, so remove it from product name.
> 
> The board is a prototype developed by my company and we are still at the
> prototype stage, so there is zero ABI impact.
> 
> Fixes: 67275c2f3d9b ("arm64: dts: freescale: introduce rve-gateway board")
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH v3 2/2] arm64: dts: imx8mn-rve-gateway: remove redundant company name
@ 2024-01-26  9:05     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2024-01-26  9:05 UTC (permalink / raw)
  To: Hugo Villeneuve, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	shawnguo, s.hauer, kernel, festevam, linux-imx, leoyang.li,
	hvilleneuve
  Cc: devicetree, linux-kernel, linux-arm-kernel, andy.shevchenko

On 25/01/2024 17:59, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Company name in compatible description appears twice, which is not really
> helpful, so remove it from product name.
> 
> The board is a prototype developed by my company and we are still at the
> prototype stage, so there is zero ABI impact.
> 
> Fixes: 67275c2f3d9b ("arm64: dts: freescale: introduce rve-gateway board")
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description
  2024-01-25 16:59 ` Hugo Villeneuve
@ 2024-02-06 10:32   ` Shawn Guo
  -1 siblings, 0 replies; 12+ messages in thread
From: Shawn Guo @ 2024-02-06 10:32 UTC (permalink / raw)
  To: Hugo Villeneuve
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer,
	kernel, festevam, linux-imx, leoyang.li, hvilleneuve,
	krzysztof.kozlowski, devicetree, linux-kernel, linux-arm-kernel,
	andy.shevchenko

On Thu, Jan 25, 2024 at 11:59:33AM -0500, Hugo Villeneuve wrote:
> Hugo Villeneuve (2):
>   dt-bindings: arm: fsl: remove redundant company name
>   arm64: dts: imx8mn-rve-gateway: remove redundant company name

Applied both, thanks!


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

* Re: [PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description
@ 2024-02-06 10:32   ` Shawn Guo
  0 siblings, 0 replies; 12+ messages in thread
From: Shawn Guo @ 2024-02-06 10:32 UTC (permalink / raw)
  To: Hugo Villeneuve
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer,
	kernel, festevam, linux-imx, leoyang.li, hvilleneuve,
	krzysztof.kozlowski, devicetree, linux-kernel, linux-arm-kernel,
	andy.shevchenko

On Thu, Jan 25, 2024 at 11:59:33AM -0500, Hugo Villeneuve wrote:
> Hugo Villeneuve (2):
>   dt-bindings: arm: fsl: remove redundant company name
>   arm64: dts: imx8mn-rve-gateway: remove redundant company name

Applied both, thanks!


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2024-02-06 10:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-25 16:59 [PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description Hugo Villeneuve
2024-01-25 16:59 ` Hugo Villeneuve
2024-01-25 16:59 ` [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name Hugo Villeneuve
2024-01-25 16:59   ` Hugo Villeneuve
2024-01-26  9:05   ` Krzysztof Kozlowski
2024-01-26  9:05     ` Krzysztof Kozlowski
2024-01-25 16:59 ` [PATCH v3 2/2] arm64: dts: imx8mn-rve-gateway: " Hugo Villeneuve
2024-01-25 16:59   ` Hugo Villeneuve
2024-01-26  9:05   ` Krzysztof Kozlowski
2024-01-26  9:05     ` Krzysztof Kozlowski
2024-02-06 10:32 ` [PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description Shawn Guo
2024-02-06 10:32   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.