linux-aspeed.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
@ 2025-05-13  3:10 leo.jt.wang
  2025-05-13  7:44 ` Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: leo.jt.wang @ 2025-05-13  3:10 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Joel Stanley,
	Andrew Jeffery
  Cc: devicetree, linux-arm-kernel, linux-aspeed, linux-kernel,
	george.kw.lee, leo.jt.wang

From: Leo Wang <leo.jt.wang@fii-foxconn.com>

Document the new compatibles used on Meta Clemente.

Signed-off-by: Leo Wang <leo.jt.wang@fii-foxconn.com>
---
 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
index a3736f134130..4416a40dcd86 100644
--- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -81,6 +81,7 @@ properties:
               - asus,x4tf-bmc
               - facebook,bletchley-bmc
               - facebook,catalina-bmc
+              - facebook,clemente-bmc
               - facebook,cloudripper-bmc
               - facebook,elbert-bmc
               - facebook,fuji-bmc
-- 
2.43.0



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

* Re: [PATCH 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
  2025-05-13  3:10 [PATCH 1/2] dt-bindings: arm: aspeed: add Meta Clemente board leo.jt.wang
@ 2025-05-13  7:44 ` Krzysztof Kozlowski
  2025-05-14  3:24 ` leo.jt.wang
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2025-05-13  7:44 UTC (permalink / raw)
  To: leo.jt.wang, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Joel Stanley, Andrew Jeffery
  Cc: devicetree, linux-arm-kernel, linux-aspeed, linux-kernel,
	george.kw.lee, leo.jt.wang

On 13/05/2025 05:10, leo.jt.wang@gmail.com wrote:
> From: Leo Wang <leo.jt.wang@fii-foxconn.com>
> 
> Document the new compatibles used on Meta Clemente.
> 
> Signed-off-by: Leo Wang <leo.jt.wang@fii-foxconn.com>
> ---
>  Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 +
>  1 file changed, 1 insertion(+)

<form letter>
This is a friendly reminder during the review process.

It looks like you received a tag and forgot to add it.

If you do not know the process, here is a short explanation:
Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions
of patchset, under or above your Signed-off-by tag, unless patch changed
significantly (e.g. new properties added to the DT bindings). Tag is
"received", when provided in a message replied to you on the mailing
list. Tools like b4 can help here. However, there's no need to repost
patches *only* to add the tags. The upstream maintainer will do that for
tags received on the version they apply.

Please read:
https://elixir.bootlin.com/linux/v6.12-rc3/source/Documentation/process/submitting-patches.rst#L577

If a tag was not added on purpose, please state why and what changed.
</form letter>

Best regards,
Krzysztof


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

* [PATCH 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
  2025-05-13  3:10 [PATCH 1/2] dt-bindings: arm: aspeed: add Meta Clemente board leo.jt.wang
  2025-05-13  7:44 ` Krzysztof Kozlowski
@ 2025-05-14  3:24 ` leo.jt.wang
  2025-05-14  6:44 ` [PATCH V2 " leo.jt.wang
  2025-05-26  9:59 ` [PATCH V3 " leo.jt.wang
  3 siblings, 0 replies; 10+ messages in thread
From: leo.jt.wang @ 2025-05-14  3:24 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Joel Stanley,
	Andrew Jeffery
  Cc: devicetree, linux-arm-kernel, linux-aspeed, linux-kernel,
	george.kw.lee, leo.jt.wang, Conor Dooley

From: Leo Wang <leo.jt.wang@fii-foxconn.com>

Document the new compatibles used on Meta Clemente.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Leo Wang <leo.jt.wang@fii-foxconn.com>
---
 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
index a3736f134130..4416a40dcd86 100644
--- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -81,6 +81,7 @@ properties:
               - asus,x4tf-bmc
               - facebook,bletchley-bmc
               - facebook,catalina-bmc
+              - facebook,clemente-bmc
               - facebook,cloudripper-bmc
               - facebook,elbert-bmc
               - facebook,fuji-bmc
-- 
2.43.0



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

* [PATCH V2 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
  2025-05-13  3:10 [PATCH 1/2] dt-bindings: arm: aspeed: add Meta Clemente board leo.jt.wang
  2025-05-13  7:44 ` Krzysztof Kozlowski
  2025-05-14  3:24 ` leo.jt.wang
@ 2025-05-14  6:44 ` leo.jt.wang
  2025-05-26  9:59 ` [PATCH V3 " leo.jt.wang
  3 siblings, 0 replies; 10+ messages in thread
From: leo.jt.wang @ 2025-05-14  6:44 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Joel Stanley,
	Andrew Jeffery
  Cc: devicetree, linux-arm-kernel, linux-aspeed, linux-kernel,
	george.kw.lee, leo.jt.wang, Conor Dooley

From: Leo Wang <leo.jt.wang@fii-foxconn.com>

Document the new compatibles used on Meta Clemente.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Leo Wang <leo.jt.wang@fii-foxconn.com>
---
 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
index a3736f134130..4416a40dcd86 100644
--- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -81,6 +81,7 @@ properties:
               - asus,x4tf-bmc
               - facebook,bletchley-bmc
               - facebook,catalina-bmc
+              - facebook,clemente-bmc
               - facebook,cloudripper-bmc
               - facebook,elbert-bmc
               - facebook,fuji-bmc
-- 
2.43.0



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

* [PATCH V3 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
  2025-05-13  3:10 [PATCH 1/2] dt-bindings: arm: aspeed: add Meta Clemente board leo.jt.wang
                   ` (2 preceding siblings ...)
  2025-05-14  6:44 ` [PATCH V2 " leo.jt.wang
@ 2025-05-26  9:59 ` leo.jt.wang
  2025-05-26 12:51   ` Krzysztof Kozlowski
  3 siblings, 1 reply; 10+ messages in thread
From: leo.jt.wang @ 2025-05-26  9:59 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Joel Stanley,
	Andrew Jeffery
  Cc: devicetree, linux-arm-kernel, linux-aspeed, linux-kernel,
	george.kw.lee, leo.jt.wang, Conor Dooley

From: Leo Wang <leo.jt.wang@fii-foxconn.com>

Document the new compatibles used on Meta Clemente.

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

Signed-off-by: Leo Wang <leo.jt.wang@fii-foxconn.com>
---
 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
index a3736f134130..4416a40dcd86 100644
--- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -81,6 +81,7 @@ properties:
               - asus,x4tf-bmc
               - facebook,bletchley-bmc
               - facebook,catalina-bmc
+              - facebook,clemente-bmc
               - facebook,cloudripper-bmc
               - facebook,elbert-bmc
               - facebook,fuji-bmc
-- 
2.43.0



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

* Re: [PATCH V3 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
  2025-05-26  9:59 ` [PATCH V3 " leo.jt.wang
@ 2025-05-26 12:51   ` Krzysztof Kozlowski
  2025-05-27 15:08     ` [PATCH v4 0/2] Add Meta(Facebook) Clemente BMC(AST2600) leo.jt.wang
       [not found]     ` <20250527150946.2815348-1-LeoWang>
  0 siblings, 2 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2025-05-26 12:51 UTC (permalink / raw)
  To: leo.jt.wang, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Joel Stanley, Andrew Jeffery
  Cc: devicetree, linux-arm-kernel, linux-aspeed, linux-kernel,
	george.kw.lee, leo.jt.wang, Conor Dooley

On 26/05/2025 11:59, leo.jt.wang@gmail.com wrote:
> From: Leo Wang <leo.jt.wang@fii-foxconn.com>
> 
> Document the new compatibles used on Meta Clemente.
> 
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> 

Drop blank line.

> Signed-off-by: Leo Wang <leo.jt.wang@fii-foxconn.com>
> ---
>  Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

So here I found 1/2. This is totally broken threading.

Do not attach (thread) your patchsets to some other threads (unrelated
or older versions). This buries them deep in the mailbox and might
interfere with applying entire sets.



Best regards,
Krzysztof


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

* [PATCH v4 0/2] Add Meta(Facebook) Clemente BMC(AST2600)
  2025-05-26 12:51   ` Krzysztof Kozlowski
@ 2025-05-27 15:08     ` leo.jt.wang
       [not found]     ` <20250527150946.2815348-1-LeoWang>
  1 sibling, 0 replies; 10+ messages in thread
From: leo.jt.wang @ 2025-05-27 15:08 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Joel Stanley,
	Andrew Jeffery
  Cc: devicetree, linux-arm-kernel, linux-aspeed, linux-kernel,
	george.kw.lee, leo.jt.wang

From: Leo Wang <leo.jt.wang@fii-foxconn.com>

Add Linux device tree entry related to Meta(Facebook) Clemente specific
devices connected to BMC(AST2600) SoC.

Signed-off-by: Leo Wang <leo.jt.wang@fii-foxconn.com>
---
Changes in v3:
- Dropped blank line as requested by reviewer.

Changes in v2:
- Fixed all dt-schema warnings/errors reported by checkpatch.

Changes in v2:
- Added 'Acked-by: Conor Dooley <conor.dooley@microchip.com>' tag.

Leo Wang (2):
  dt-bindings: arm: aspeed: add Meta Clemente board
  ARM: dts: aspeed: clemente: add Meta Clemente BMC

 .../bindings/arm/aspeed/aspeed.yaml           |    1 +
 arch/arm/boot/dts/aspeed/Makefile             |    1 +
 .../aspeed/aspeed-bmc-facebook-clemente.dts   | 1195 +++++++++++++++++
 3 files changed, 1197 insertions(+)
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts

-- 
2.43.0



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

* [PATCH v4 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
       [not found]     ` <20250527150946.2815348-1-LeoWang>
@ 2025-05-27 15:08       ` leo.jt.wang
  0 siblings, 0 replies; 10+ messages in thread
From: leo.jt.wang @ 2025-05-27 15:08 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Joel Stanley,
	Andrew Jeffery
  Cc: devicetree, linux-arm-kernel, linux-aspeed, linux-kernel,
	george.kw.lee, leo.jt.wang, Conor Dooley

From: Leo Wang <leo.jt.wang@fii-foxconn.com>

Document the new compatibles used on Meta Clemente.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Leo Wang <leo.jt.wang@fii-foxconn.com>
---
 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
index a3736f134130..4416a40dcd86 100644
--- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -81,6 +81,7 @@ properties:
               - asus,x4tf-bmc
               - facebook,bletchley-bmc
               - facebook,catalina-bmc
+              - facebook,clemente-bmc
               - facebook,cloudripper-bmc
               - facebook,elbert-bmc
               - facebook,fuji-bmc
-- 
2.43.0



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

* [PATCH v4 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
  2025-06-27  2:59 [PATCH v4 0/2] ARM: dts: Add support for Meta Clemente BMC Leo Wang
@ 2025-06-27  2:59 ` Leo Wang
  2025-06-28 12:05   ` Krzysztof Kozlowski
  0 siblings, 1 reply; 10+ messages in thread
From: Leo Wang @ 2025-06-27  2:59 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Joel Stanley,
	Andrew Jeffery, Kees Cook, Tony Luck, Guilherme G. Piccoli,
	Geert Uytterhoeven, Magnus Damm
  Cc: devicetree, linux-arm-kernel, linux-aspeed, linux-kernel,
	linux-hardening, linux-renesas-soc, bruce.jy.hung, george.kw.lee,
	Leo Wang, Leo Wang

From: Leo Wang <leo.jt.wang@gmail.com>

Document the new compatibles used on Meta Clemente.

Signed-off-by: Leo Wang <leo.jt.wang@fii-foxconn.com>
---
 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
index 01333ac111fbb076582a6c0e801903c3500b459f..ff3fea63cecd99ec2dc56d3cf71403f897681a98 100644
--- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -81,6 +81,7 @@ properties:
               - asus,x4tf-bmc
               - facebook,bletchley-bmc
               - facebook,catalina-bmc
+              - facebook,clemente-bmc
               - facebook,cloudripper-bmc
               - facebook,elbert-bmc
               - facebook,fuji-bmc

-- 
2.43.0



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

* Re: [PATCH v4 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
  2025-06-27  2:59 ` [PATCH v4 1/2] dt-bindings: arm: aspeed: add Meta Clemente board Leo Wang
@ 2025-06-28 12:05   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2025-06-28 12:05 UTC (permalink / raw)
  To: Leo Wang
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Joel Stanley,
	Andrew Jeffery, Kees Cook, Tony Luck, Guilherme G. Piccoli,
	Geert Uytterhoeven, Magnus Damm, devicetree, linux-arm-kernel,
	linux-aspeed, linux-kernel, linux-hardening, linux-renesas-soc,
	bruce.jy.hung, george.kw.lee, Leo Wang

On Fri, Jun 27, 2025 at 10:59:02AM +0800, Leo Wang wrote:
> From: Leo Wang <leo.jt.wang@gmail.com>
> 
> Document the new compatibles used on Meta Clemente.
> 
> Signed-off-by: Leo Wang <leo.jt.wang@fii-foxconn.com>

Checkpatch warnings.

Best regards,
Krzysztof



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

end of thread, other threads:[~2025-06-28 12:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13  3:10 [PATCH 1/2] dt-bindings: arm: aspeed: add Meta Clemente board leo.jt.wang
2025-05-13  7:44 ` Krzysztof Kozlowski
2025-05-14  3:24 ` leo.jt.wang
2025-05-14  6:44 ` [PATCH V2 " leo.jt.wang
2025-05-26  9:59 ` [PATCH V3 " leo.jt.wang
2025-05-26 12:51   ` Krzysztof Kozlowski
2025-05-27 15:08     ` [PATCH v4 0/2] Add Meta(Facebook) Clemente BMC(AST2600) leo.jt.wang
     [not found]     ` <20250527150946.2815348-1-LeoWang>
2025-05-27 15:08       ` [PATCH v4 1/2] dt-bindings: arm: aspeed: add Meta Clemente board leo.jt.wang
  -- strict thread matches above, loose matches on Subject: below --
2025-06-27  2:59 [PATCH v4 0/2] ARM: dts: Add support for Meta Clemente BMC Leo Wang
2025-06-27  2:59 ` [PATCH v4 1/2] dt-bindings: arm: aspeed: add Meta Clemente board Leo Wang
2025-06-28 12:05   ` Krzysztof Kozlowski

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