devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards
@ 2022-05-29 10:49 Krzysztof Kozlowski
  2022-05-29 10:49 ` [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles Krzysztof Kozlowski
                   ` (7 more replies)
  0 siblings, 8 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-29 10:49 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Joel Stanley, Andrew Jeffery,
	Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang, Krzysztof Kozlowski

Add vendor prefixes for manufacturers of Aspeed SoC based BMC boards:
ASrock, ByteDance, Ingrasys, Inventec and Quanta.  Move also bticino to
proper alphabetical place.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/vendor-prefixes.yaml     | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 495a01ced97e..169f11ce4cc5 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -141,6 +141,8 @@ patternProperties:
     description: ASIX Electronics Corporation
   "^aspeed,.*":
     description: ASPEED Technology Inc.
+  "^asrock,.*":
+    description: ASRock Inc.
   "^asus,.*":
     description: AsusTek Computer Inc.
   "^atlas,.*":
@@ -195,12 +197,14 @@ patternProperties:
     description: Broadcom Corporation
   "^bsh,.*":
     description: BSH Hausgeraete GmbH
+  "^bticino,.*":
+    description: Bticino International
   "^buffalo,.*":
     description: Buffalo, Inc.
   "^bur,.*":
     description: B&R Industrial Automation GmbH
-  "^bticino,.*":
-    description: Bticino International
+  "^bytedance,.*":
+    description: ByteDance Ltd.
   "^calamp,.*":
     description: CalAmp Corp.
   "^calaosystems,.*":
@@ -544,6 +548,8 @@ patternProperties:
     description: Shenzhen Hugsun Technology Co. Ltd.
   "^hwacom,.*":
     description: HwaCom Systems Inc.
+  "^hxt,.*":
+    description: HXT Semiconductor
   "^hycon,.*":
     description: Hycon Technology Corp.
   "^hydis,.*":
@@ -578,6 +584,8 @@ patternProperties:
     description: Infineon Technologies
   "^inforce,.*":
     description: Inforce Computing
+  "^ingrasys,.*":
+    description: Ingrasys Technology Inc.
   "^ivo,.*":
     description: InfoVision Optoelectronics Kunshan Co. Ltd.
   "^ingenic,.*":
@@ -598,6 +606,8 @@ patternProperties:
     description: Inter Control Group
   "^invensense,.*":
     description: InvenSense Inc.
+  "^inventec,.*":
+    description: Inventec
   "^inversepath,.*":
     description: Inverse Path
   "^iom,.*":
@@ -1010,6 +1020,8 @@ patternProperties:
     description: Shenzhen QiShenglong Industrialist Co., Ltd.
   "^qnap,.*":
     description: QNAP Systems, Inc.
+  "^quanta,.*":
+    description: Quanta Computer Inc.
   "^radxa,.*":
     description: Radxa
   "^raidsonic,.*":
-- 
2.34.1


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

* [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles
  2022-05-29 10:49 [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
@ 2022-05-29 10:49 ` Krzysztof Kozlowski
  2022-06-20 11:06   ` Krzysztof Kozlowski
  2022-06-22 10:14   ` (subset) " Krzysztof Kozlowski
  2022-05-29 10:49 ` [PATCH 3/7] dt-bindings: arm: aspeed: add Aspeed Evaluation boards Krzysztof Kozlowski
                   ` (6 subsequent siblings)
  7 siblings, 2 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-29 10:49 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Joel Stanley, Andrew Jeffery,
	Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang, Krzysztof Kozlowski

Document all compatibles used in existing upstreamed Aspeed AST2400,
AST2500 and AST2600 based boards.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/arm/aspeed/aspeed.yaml           | 83 +++++++++++++++++++
 MAINTAINERS                                   |  1 +
 2 files changed, 84 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
new file mode 100644
index 000000000000..f214b57d5ae1
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -0,0 +1,83 @@
+# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/aspeed/aspeed.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Aspeed SoC based boards
+
+maintainers:
+  - Joel Stanley <joel@jms.id.au>
+
+properties:
+  $nodename:
+    const: '/'
+  compatible:
+    oneOf:
+      - description: AST2400 based boards
+        items:
+          - enum:
+              - facebook,galaxy100-bmc
+              - facebook,wedge100-bmc
+              - facebook,wedge40-bmc
+              - microsoft,olympus-bmc
+              - quanta,q71l-bmc
+              - tyan,palmetto-bmc
+              - yadro,vesnin-bmc
+          - const: aspeed,ast2400
+
+      - description: AST2500 based boards
+        items:
+          - enum:
+              - amd,ethanolx-bmc
+              - ampere,mtjade-bmc
+              - asrock,e3c246d4i-bmc
+              - asrock,romed8hm3-bmc
+              - bytedance,g220a-bmc
+              - facebook,cmm-bmc
+              - facebook,minipack-bmc
+              - facebook,tiogapass-bmc
+              - facebook,yamp-bmc
+              - facebook,yosemitev2-bmc
+              - facebook,wedge400-bmc
+              - hxt,stardragon4800-rep2-bmc
+              - ibm,mihawk-bmc
+              - ibm,mowgli-bmc
+              - ibm,romulus-bmc
+              - ibm,swift-bmc
+              - ibm,witherspoon-bmc
+              - ingrasys,zaius-bmc
+              - inspur,fp5280g2-bmc
+              - inspur,nf5280m6-bmc
+              - inspur,on5263m5-bmc
+              - intel,s2600wf-bmc
+              - inventec,lanyang-bmc
+              - lenovo,hr630-bmc
+              - lenovo,hr855xg2-bmc
+              - portwell,neptune-bmc
+              - qcom,centriq2400-rep-bmc
+              - supermicro,x11spi-bmc
+              - tyan,s7106-bmc
+              - tyan,s8036-bmc
+              - yadro,nicole-bmc
+              - yadro,vegman-n110-bmc
+              - yadro,vegman-rx20-bmc
+              - yadro,vegman-sx20-bmc
+          - const: aspeed,ast2500
+
+      - description: AST2600 based boards
+        items:
+          - enum:
+              - facebook,bletchley-bmc
+              - facebook,cloudripper-bmc
+              - facebook,elbert-bmc
+              - facebook,fuji-bmc
+              - ibm,everest-bmc
+              - ibm,rainier-bmc
+              - ibm,tacoma-bmc
+              - inventec,transformer-bmc
+              - nuvia,dc-scm-bmc
+              - quanta,s6q-bmc
+          - const: aspeed,ast2600
+
+additionalProperties: true
diff --git a/MAINTAINERS b/MAINTAINERS
index c71276d7752e..860017ff41a8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1896,6 +1896,7 @@ L:	linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
 S:	Supported
 Q:	https://patchwork.ozlabs.org/project/linux-aspeed/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
+F:	Documentation/devicetree/bindings/arm/aspeed/
 F:	arch/arm/boot/dts/aspeed-*
 F:	arch/arm/mach-aspeed/
 N:	aspeed
-- 
2.34.1


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

* [PATCH 3/7] dt-bindings: arm: aspeed: add Aspeed Evaluation boards
  2022-05-29 10:49 [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
  2022-05-29 10:49 ` [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles Krzysztof Kozlowski
@ 2022-05-29 10:49 ` Krzysztof Kozlowski
  2022-06-06 19:26   ` Rob Herring
  2022-06-22 10:16   ` (subset) " Krzysztof Kozlowski
  2022-05-29 10:49 ` [PATCH 4/7] ARM: dts: ast2500-evb: fix board compatible Krzysztof Kozlowski
                   ` (5 subsequent siblings)
  7 siblings, 2 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-29 10:49 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Joel Stanley, Andrew Jeffery,
	Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang, Krzysztof Kozlowski

Document the new compatibles used on Aspeed Evaluation boards.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
index f214b57d5ae1..fe71cb10ba6e 100644
--- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -29,6 +29,7 @@ properties:
       - description: AST2500 based boards
         items:
           - enum:
+              - aspeed,ast2500-evb
               - amd,ethanolx-bmc
               - ampere,mtjade-bmc
               - asrock,e3c246d4i-bmc
@@ -68,6 +69,8 @@ properties:
       - description: AST2600 based boards
         items:
           - enum:
+              - aspeed,ast2600-evb
+              - aspeed,ast2600-evb-a1
               - facebook,bletchley-bmc
               - facebook,cloudripper-bmc
               - facebook,elbert-bmc
-- 
2.34.1


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

* [PATCH 4/7] ARM: dts: ast2500-evb: fix board compatible
  2022-05-29 10:49 [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
  2022-05-29 10:49 ` [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles Krzysztof Kozlowski
  2022-05-29 10:49 ` [PATCH 3/7] dt-bindings: arm: aspeed: add Aspeed Evaluation boards Krzysztof Kozlowski
@ 2022-05-29 10:49 ` Krzysztof Kozlowski
  2022-06-22 10:17   ` (subset) " Krzysztof Kozlowski
  2022-07-22  2:43   ` Andrew Jeffery
  2022-05-29 10:49 ` [PATCH 5/7] ARM: dts: ast2600-evb: " Krzysztof Kozlowski
                   ` (4 subsequent siblings)
  7 siblings, 2 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-29 10:49 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Joel Stanley, Andrew Jeffery,
	Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang, Krzysztof Kozlowski

The AST2500 EVB board should have dedicated compatible.

Fixes: 02440622656d ("arm/dst: Add Aspeed ast2500 device tree")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/aspeed-ast2500-evb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-ast2500-evb.dts b/arch/arm/boot/dts/aspeed-ast2500-evb.dts
index 1d24b394ea4c..a497dd135491 100644
--- a/arch/arm/boot/dts/aspeed-ast2500-evb.dts
+++ b/arch/arm/boot/dts/aspeed-ast2500-evb.dts
@@ -5,7 +5,7 @@
 
 / {
 	model = "AST2500 EVB";
-	compatible = "aspeed,ast2500";
+	compatible = "aspeed,ast2500-evb", "aspeed,ast2500";
 
 	aliases {
 		serial4 = &uart5;
-- 
2.34.1


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

* [PATCH 5/7] ARM: dts: ast2600-evb: fix board compatible
  2022-05-29 10:49 [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2022-05-29 10:49 ` [PATCH 4/7] ARM: dts: ast2500-evb: fix board compatible Krzysztof Kozlowski
@ 2022-05-29 10:49 ` Krzysztof Kozlowski
  2022-06-22 10:17   ` (subset) " Krzysztof Kozlowski
  2022-05-29 10:49 ` [PATCH 6/7] ARM: dts: ast2600-evb-a1: " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  7 siblings, 1 reply; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-29 10:49 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Joel Stanley, Andrew Jeffery,
	Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang, Krzysztof Kozlowski

The AST2600 EVB board should have dedicated compatible.

Fixes: 2ca5646b5c2f ("ARM: dts: aspeed: Add AST2600 and EVB")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/aspeed-ast2600-evb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-ast2600-evb.dts b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
index 5a6063bd4508..c698e6538269 100644
--- a/arch/arm/boot/dts/aspeed-ast2600-evb.dts
+++ b/arch/arm/boot/dts/aspeed-ast2600-evb.dts
@@ -8,7 +8,7 @@
 
 / {
 	model = "AST2600 EVB";
-	compatible = "aspeed,ast2600";
+	compatible = "aspeed,ast2600-evb-a1", "aspeed,ast2600";
 
 	aliases {
 		serial4 = &uart5;
-- 
2.34.1


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

* [PATCH 6/7] ARM: dts: ast2600-evb-a1: fix board compatible
  2022-05-29 10:49 [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2022-05-29 10:49 ` [PATCH 5/7] ARM: dts: ast2600-evb: " Krzysztof Kozlowski
@ 2022-05-29 10:49 ` Krzysztof Kozlowski
  2022-06-22 10:17   ` (subset) " Krzysztof Kozlowski
  2022-05-29 10:49 ` [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  7 siblings, 1 reply; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-29 10:49 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Joel Stanley, Andrew Jeffery,
	Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang, Krzysztof Kozlowski

The AST2600 EVB A1 board should have dedicated compatible.

Fixes: a72955180372 ("ARM: dts: aspeed: ast2600evb: Add dts file for A1 and A0")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/aspeed-ast2600-evb-a1.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/aspeed-ast2600-evb-a1.dts b/arch/arm/boot/dts/aspeed-ast2600-evb-a1.dts
index dd7148060c4a..d0a5c2ff0fec 100644
--- a/arch/arm/boot/dts/aspeed-ast2600-evb-a1.dts
+++ b/arch/arm/boot/dts/aspeed-ast2600-evb-a1.dts
@@ -5,6 +5,7 @@
 
 / {
 	model = "AST2600 A1 EVB";
+	compatible = "aspeed,ast2600-evb-a1", "aspeed,ast2600";
 
 	/delete-node/regulator-vcc-sdhci0;
 	/delete-node/regulator-vcc-sdhci1;
-- 
2.34.1


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

* [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible
  2022-05-29 10:49 [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
                   ` (4 preceding siblings ...)
  2022-05-29 10:49 ` [PATCH 6/7] ARM: dts: ast2600-evb-a1: " Krzysztof Kozlowski
@ 2022-05-29 10:49 ` Krzysztof Kozlowski
  2022-06-22 10:17   ` (subset) " Krzysztof Kozlowski
  2022-07-22  2:44   ` Andrew Jeffery
  2022-06-09  8:50 ` [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
  2022-06-09 20:43 ` Rob Herring
  7 siblings, 2 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-29 10:49 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Joel Stanley, Andrew Jeffery,
	Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang, Krzysztof Kozlowski

"qualcomm" is not a documented compatible and instead "qcom" should be
used.

Fixes: 3719a1b13056 ("ARM: dts: aspeed: Add Qualcomm Centriq 2400 REP BMC")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/aspeed-bmc-arm-centriq2400-rep.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-arm-centriq2400-rep.dts b/arch/arm/boot/dts/aspeed-bmc-arm-centriq2400-rep.dts
index 3395de96ee11..2e8b87783717 100644
--- a/arch/arm/boot/dts/aspeed-bmc-arm-centriq2400-rep.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-arm-centriq2400-rep.dts
@@ -6,7 +6,7 @@
 
 / {
 	model = "Qualcomm Centriq 2400  REP AST2520";
-	compatible = "qualcomm,centriq2400-rep-bmc", "aspeed,ast2500";
+	compatible = "qcom,centriq2400-rep-bmc", "aspeed,ast2500";
 
 	chosen {
 		stdout-path = &uart5;
-- 
2.34.1


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

* Re: [PATCH 3/7] dt-bindings: arm: aspeed: add Aspeed Evaluation boards
  2022-05-29 10:49 ` [PATCH 3/7] dt-bindings: arm: aspeed: add Aspeed Evaluation boards Krzysztof Kozlowski
@ 2022-06-06 19:26   ` Rob Herring
  2022-06-22 10:16   ` (subset) " Krzysztof Kozlowski
  1 sibling, 0 replies; 28+ messages in thread
From: Rob Herring @ 2022-06-06 19:26 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Krzysztof Kozlowski, Andrew Jeffery,
	linux-arm-kernel, Ken Chen, linux-kernel, Steven Lee,
	linux-aspeed, David Wang, devicetree, Joel Stanley,
	Arnd Bergmann

On Sun, 29 May 2022 12:49:24 +0200, Krzysztof Kozlowski wrote:
> Document the new compatibles used on Aspeed Evaluation boards.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

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

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

* Re: [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards
  2022-05-29 10:49 [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
                   ` (5 preceding siblings ...)
  2022-05-29 10:49 ` [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible Krzysztof Kozlowski
@ 2022-06-09  8:50 ` Krzysztof Kozlowski
  2022-07-21  2:34   ` Andrew Jeffery
  2022-06-09 20:43 ` Rob Herring
  7 siblings, 1 reply; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-09  8:50 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Joel Stanley, Andrew Jeffery,
	Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang

On 29/05/2022 12:49, Krzysztof Kozlowski wrote:
> Add vendor prefixes for manufacturers of Aspeed SoC based BMC boards:
> ASrock, ByteDance, Ingrasys, Inventec and Quanta.  Move also bticino to
> proper alphabetical place.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

Joel, Andrew,

Any comments on this patchset? Are you going to pick it up? If you
prefer me taking it, I can, but new boards depend on the bindings, so
this should rather go via your tree.

Best regards,
Krzysztof

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

* Re: [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards
  2022-05-29 10:49 [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
                   ` (6 preceding siblings ...)
  2022-06-09  8:50 ` [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
@ 2022-06-09 20:43 ` Rob Herring
  7 siblings, 0 replies; 28+ messages in thread
From: Rob Herring @ 2022-06-09 20:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Steven Lee, David Wang, devicetree, Joel Stanley, Arnd Bergmann,
	linux-kernel, linux-arm-kernel, Rob Herring, Ken Chen,
	Krzysztof Kozlowski, linux-aspeed, Andrew Jeffery

On Sun, 29 May 2022 12:49:22 +0200, Krzysztof Kozlowski wrote:
> Add vendor prefixes for manufacturers of Aspeed SoC based BMC boards:
> ASrock, ByteDance, Ingrasys, Inventec and Quanta.  Move also bticino to
> proper alphabetical place.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/vendor-prefixes.yaml     | 16 ++++++++++++++--
>  1 file changed, 14 insertions(+), 2 deletions(-)
> 

Applying this one to avoid any conflicts.

Rob

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

* Re: [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles
  2022-05-29 10:49 ` [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles Krzysztof Kozlowski
@ 2022-06-20 11:06   ` Krzysztof Kozlowski
  2022-06-22 10:10     ` Krzysztof Kozlowski
  2022-06-23  5:36     ` Joel Stanley
  2022-06-22 10:14   ` (subset) " Krzysztof Kozlowski
  1 sibling, 2 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-20 11:06 UTC (permalink / raw)
  To: Joel Stanley, Andrew Jeffery
  Cc: linux-kernel, Arnd Bergmann, linux-arm-kernel, linux-aspeed,
	David Wang, Rob Herring, devicetree, Steven Lee, Ken Chen

On 29/05/2022 12:49, Krzysztof Kozlowski wrote:
> Document all compatibles used in existing upstreamed Aspeed AST2400,
> AST2500 and AST2600 based boards.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../bindings/arm/aspeed/aspeed.yaml           | 83 +++++++++++++++++++
>  MAINTAINERS                                   |  1 +
>  2 files changed, 84 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml

Joel, Andrew,

Any comments on the series? Rob applied only patch 1, so the rest is
supposed through Aspeed tree. Shall I pick them up and send to arm-soc?

Best regards,
Krzysztof

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

* Re: [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles
  2022-06-20 11:06   ` Krzysztof Kozlowski
@ 2022-06-22 10:10     ` Krzysztof Kozlowski
  2022-06-23  5:36     ` Joel Stanley
  1 sibling, 0 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-22 10:10 UTC (permalink / raw)
  To: Joel Stanley, Andrew Jeffery
  Cc: linux-kernel, Arnd Bergmann, linux-arm-kernel, linux-aspeed,
	David Wang, Rob Herring, devicetree, Steven Lee, Ken Chen

On 20/06/2022 13:06, Krzysztof Kozlowski wrote:
> On 29/05/2022 12:49, Krzysztof Kozlowski wrote:
>> Document all compatibles used in existing upstreamed Aspeed AST2400,
>> AST2500 and AST2600 based boards.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>  .../bindings/arm/aspeed/aspeed.yaml           | 83 +++++++++++++++++++
>>  MAINTAINERS                                   |  1 +
>>  2 files changed, 84 insertions(+)
>>  create mode 100644 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
> 
> Joel, Andrew,
> 
> Any comments on the series? Rob applied only patch 1, so the rest is
> supposed through Aspeed tree. Shall I pick them up and send to arm-soc?

I'll grab the bindings and DTS. I'll keep it on separate branch, so I
can share to avoid conflicts. If anyone prefers to pick it up, let me
know so I will drop them from my tree.

Best regards,
Krzysztof

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

* Re: (subset) [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles
  2022-05-29 10:49 ` [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles Krzysztof Kozlowski
  2022-06-20 11:06   ` Krzysztof Kozlowski
@ 2022-06-22 10:14   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-22 10:14 UTC (permalink / raw)
  To: chen.kenyy, devicetree, Arnd Bergmann, linux-kernel, joel,
	robh+dt, krzysztof.kozlowski, steven_lee, andrew, linux-aspeed,
	linux-arm-kernel, krzysztof.kozlowski+dt
  Cc: David_Wang6097

On Sun, 29 May 2022 12:49:23 +0200, Krzysztof Kozlowski wrote:
> Document all compatibles used in existing upstreamed Aspeed AST2400,
> AST2500 and AST2600 based boards.
> 
> 

Applied, thanks!

[2/7] dt-bindings: arm: aspeed: document board compatibles
      https://git.kernel.org/krzk/linux-dt/c/ae8980247d5af8528145713e07f1338abc57a00d

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: (subset) [PATCH 3/7] dt-bindings: arm: aspeed: add Aspeed Evaluation boards
  2022-05-29 10:49 ` [PATCH 3/7] dt-bindings: arm: aspeed: add Aspeed Evaluation boards Krzysztof Kozlowski
  2022-06-06 19:26   ` Rob Herring
@ 2022-06-22 10:16   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-22 10:16 UTC (permalink / raw)
  To: chen.kenyy, Arnd Bergmann, joel, andrew, krzysztof.kozlowski+dt,
	linux-arm-kernel, robh+dt, devicetree, steven_lee,
	krzysztof.kozlowski, linux-aspeed, linux-kernel
  Cc: David_Wang6097

On Sun, 29 May 2022 12:49:24 +0200, Krzysztof Kozlowski wrote:
> Document the new compatibles used on Aspeed Evaluation boards.
> 
> 

Applied, thanks!

[3/7] dt-bindings: arm: aspeed: add Aspeed Evaluation boards
      https://git.kernel.org/krzk/linux-dt/c/7752cf2fe2d533c7558423c9fdda002bf0fa6476

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: (subset) [PATCH 4/7] ARM: dts: ast2500-evb: fix board compatible
  2022-05-29 10:49 ` [PATCH 4/7] ARM: dts: ast2500-evb: fix board compatible Krzysztof Kozlowski
@ 2022-06-22 10:17   ` Krzysztof Kozlowski
  2022-07-22  2:43   ` Andrew Jeffery
  1 sibling, 0 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-22 10:17 UTC (permalink / raw)
  To: steven_lee, linux-kernel, andrew, joel, krzysztof.kozlowski,
	linux-arm-kernel, devicetree, chen.kenyy, linux-aspeed, robh+dt,
	Arnd Bergmann, krzysztof.kozlowski+dt
  Cc: David_Wang6097

On Sun, 29 May 2022 12:49:25 +0200, Krzysztof Kozlowski wrote:
> The AST2500 EVB board should have dedicated compatible.
> 
> 

Applied, thanks!

[4/7] ARM: dts: ast2500-evb: fix board compatible
      https://git.kernel.org/krzk/linux/c/30b276fca5c0644f3cb17bceb1bd6a626c670184

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: (subset) [PATCH 5/7] ARM: dts: ast2600-evb: fix board compatible
  2022-05-29 10:49 ` [PATCH 5/7] ARM: dts: ast2600-evb: " Krzysztof Kozlowski
@ 2022-06-22 10:17   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-22 10:17 UTC (permalink / raw)
  To: steven_lee, linux-kernel, andrew, joel, krzysztof.kozlowski,
	linux-arm-kernel, devicetree, chen.kenyy, linux-aspeed, robh+dt,
	Arnd Bergmann, krzysztof.kozlowski+dt
  Cc: David_Wang6097

On Sun, 29 May 2022 12:49:26 +0200, Krzysztof Kozlowski wrote:
> The AST2600 EVB board should have dedicated compatible.
> 
> 

Applied, thanks!

[5/7] ARM: dts: ast2600-evb: fix board compatible
      https://git.kernel.org/krzk/linux/c/aa5e06208500a0db41473caebdee5a2e81d5a277

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: (subset) [PATCH 6/7] ARM: dts: ast2600-evb-a1: fix board compatible
  2022-05-29 10:49 ` [PATCH 6/7] ARM: dts: ast2600-evb-a1: " Krzysztof Kozlowski
@ 2022-06-22 10:17   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-22 10:17 UTC (permalink / raw)
  To: steven_lee, linux-kernel, andrew, joel, krzysztof.kozlowski,
	devicetree, linux-arm-kernel, chen.kenyy, linux-aspeed, robh+dt,
	Arnd Bergmann, krzysztof.kozlowski+dt
  Cc: David_Wang6097

On Sun, 29 May 2022 12:49:27 +0200, Krzysztof Kozlowski wrote:
> The AST2600 EVB A1 board should have dedicated compatible.
> 
> 

Applied, thanks!

[6/7] ARM: dts: ast2600-evb-a1: fix board compatible
      https://git.kernel.org/krzk/linux/c/33c39140cc298e0d4e36083cb9a665a837773a60

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: (subset) [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible
  2022-05-29 10:49 ` [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible Krzysztof Kozlowski
@ 2022-06-22 10:17   ` Krzysztof Kozlowski
  2022-06-23  5:34     ` Joel Stanley
  2022-07-22  2:44   ` Andrew Jeffery
  1 sibling, 1 reply; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-22 10:17 UTC (permalink / raw)
  To: steven_lee, linux-kernel, andrew, joel, krzysztof.kozlowski,
	devicetree, linux-arm-kernel, chen.kenyy, linux-aspeed, robh+dt,
	Arnd Bergmann, krzysztof.kozlowski+dt
  Cc: David_Wang6097

On Sun, 29 May 2022 12:49:28 +0200, Krzysztof Kozlowski wrote:
> "qualcomm" is not a documented compatible and instead "qcom" should be
> used.
> 
> 

Applied, thanks!

[7/7] ARM: dts: aspeed: centriq2400: use qcom compatible
      https://git.kernel.org/krzk/linux/c/6202c6063145cf9ec22b40aac219122dd702a10f

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: (subset) [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible
  2022-06-22 10:17   ` (subset) " Krzysztof Kozlowski
@ 2022-06-23  5:34     ` Joel Stanley
  2022-06-23  7:05       ` Krzysztof Kozlowski
  0 siblings, 1 reply; 28+ messages in thread
From: Joel Stanley @ 2022-06-23  5:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Steven Lee, Linux Kernel Mailing List, Andrew Jeffery,
	devicetree, Linux ARM, Ken Chen, linux-aspeed, Rob Herring,
	Arnd Bergmann, Krzysztof Kozlowski, David Wang

On Wed, 22 Jun 2022 at 10:17, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On Sun, 29 May 2022 12:49:28 +0200, Krzysztof Kozlowski wrote:
> > "qualcomm" is not a documented compatible and instead "qcom" should be
> > used.
> >
> >
>
> Applied, thanks!

What tree did you apply this to? Did you get review from the maintainer?

This board is unmaintained and unused. I would prefer it removed
rather than meaningless fixes be applied.

>
> [7/7] ARM: dts: aspeed: centriq2400: use qcom compatible
>       https://git.kernel.org/krzk/linux/c/6202c6063145cf9ec22b40aac219122dd702a10f
>
> Best regards,
> --
> Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles
  2022-06-20 11:06   ` Krzysztof Kozlowski
  2022-06-22 10:10     ` Krzysztof Kozlowski
@ 2022-06-23  5:36     ` Joel Stanley
  2022-06-23  7:10       ` Krzysztof Kozlowski
  1 sibling, 1 reply; 28+ messages in thread
From: Joel Stanley @ 2022-06-23  5:36 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Andrew Jeffery, Linux Kernel Mailing List, Arnd Bergmann,
	Linux ARM, linux-aspeed, David Wang, Rob Herring, devicetree,
	Steven Lee, Ken Chen

On Mon, 20 Jun 2022 at 11:06, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 29/05/2022 12:49, Krzysztof Kozlowski wrote:
> > Document all compatibles used in existing upstreamed Aspeed AST2400,
> > AST2500 and AST2600 based boards.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > ---
> >  .../bindings/arm/aspeed/aspeed.yaml           | 83 +++++++++++++++++++
> >  MAINTAINERS                                   |  1 +
> >  2 files changed, 84 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
>
> Joel, Andrew,
>
> Any comments on the series? Rob applied only patch 1, so the rest is
> supposed through Aspeed tree. Shall I pick them up and send to arm-soc?

I will take a look at them when it's time to send patches for the next
kernel release.

They should go through the aspeed tree like the rest of the aspeed
device tree patches.

Thanks,

Joel

>
> Best regards,
> Krzysztof

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

* Re: (subset) [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible
  2022-06-23  5:34     ` Joel Stanley
@ 2022-06-23  7:05       ` Krzysztof Kozlowski
  2022-06-24  7:12         ` Krzysztof Kozlowski
  0 siblings, 1 reply; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-23  7:05 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Steven Lee, Linux Kernel Mailing List, Andrew Jeffery,
	devicetree, Linux ARM, Ken Chen, linux-aspeed, Rob Herring,
	Arnd Bergmann, Krzysztof Kozlowski, David Wang

On 23/06/2022 07:34, Joel Stanley wrote:
> On Wed, 22 Jun 2022 at 10:17, Krzysztof Kozlowski
> <krzysztof.kozlowski@linaro.org> wrote:
>>
>> On Sun, 29 May 2022 12:49:28 +0200, Krzysztof Kozlowski wrote:
>>> "qualcomm" is not a documented compatible and instead "qcom" should be
>>> used.
>>>
>>>
>>
>> Applied, thanks!
> 
> What tree did you apply this to? Did you get review from the maintainer?

Tree was mentioned below.

> 
> This board is unmaintained and unused. I would prefer it removed
> rather than meaningless fixes be applied.

I can drop the patch. I'll send the patch to remove the board.

> 
>>
>> [7/7] ARM: dts: aspeed: centriq2400: use qcom compatible
>>       https://git.kernel.org/krzk/linux/c/6202c6063145cf9ec22b40aac219122dd702a10f
>>
>> Best regards,
>> --
>> Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles
  2022-06-23  5:36     ` Joel Stanley
@ 2022-06-23  7:10       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-23  7:10 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Andrew Jeffery, Linux Kernel Mailing List, Arnd Bergmann,
	Linux ARM, linux-aspeed, David Wang, Rob Herring, devicetree,
	Steven Lee, Ken Chen

On 23/06/2022 07:36, Joel Stanley wrote:
> On Mon, 20 Jun 2022 at 11:06, Krzysztof Kozlowski
> <krzysztof.kozlowski@linaro.org> wrote:
>>
>> On 29/05/2022 12:49, Krzysztof Kozlowski wrote:
>>> Document all compatibles used in existing upstreamed Aspeed AST2400,
>>> AST2500 and AST2600 based boards.
>>>
>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>> ---
>>>  .../bindings/arm/aspeed/aspeed.yaml           | 83 +++++++++++++++++++
>>>  MAINTAINERS                                   |  1 +
>>>  2 files changed, 84 insertions(+)
>>>  create mode 100644 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
>>
>> Joel, Andrew,
>>
>> Any comments on the series? Rob applied only patch 1, so the rest is
>> supposed through Aspeed tree. Shall I pick them up and send to arm-soc?
> 
> I will take a look at them when it's time to send patches for the next
> kernel release.

But that's not how the next development works. Patches, if proper/good,
should be applied in some reasonable amount of time and then sit in
maintainers tree. This way the patches will be in linux-next, assuming
that maintainer correctly added it to linux-next. All other people can
then easily base their work on linux-next or maintainer's tree and
continue their development.

Waiting with the patches till time to intreract with arm-soc (usually
some late in the cycle, like rc5-rc6), not providing review, does not
allow other people to see accepted contributions and base the work on them.

Really, there is no single reason to hold on patches till there is time
to send them to arm-soc. It's the first time I hear something like this
about SoC or any other tree.

> 
> They should go through the aspeed tree like the rest of the aspeed
> device tree patches.

Of course, but somehow they were not going...

Best regards,
Krzysztof

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

* Re: (subset) [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible
  2022-06-23  7:05       ` Krzysztof Kozlowski
@ 2022-06-24  7:12         ` Krzysztof Kozlowski
  0 siblings, 0 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-24  7:12 UTC (permalink / raw)
  To: Joel Stanley
  Cc: Steven Lee, Linux Kernel Mailing List, Andrew Jeffery,
	devicetree, Linux ARM, Ken Chen, linux-aspeed, Rob Herring,
	Arnd Bergmann, Krzysztof Kozlowski, David Wang

On 23/06/2022 09:05, Krzysztof Kozlowski wrote:
> On 23/06/2022 07:34, Joel Stanley wrote:
>> On Wed, 22 Jun 2022 at 10:17, Krzysztof Kozlowski
>> <krzysztof.kozlowski@linaro.org> wrote:
>>>
>>> On Sun, 29 May 2022 12:49:28 +0200, Krzysztof Kozlowski wrote:
>>>> "qualcomm" is not a documented compatible and instead "qcom" should be
>>>> used.
>>>>
>>>>
>>>
>>> Applied, thanks!
>>
>> What tree did you apply this to? Did you get review from the maintainer?
> 
> Tree was mentioned below.
> 
>>
>> This board is unmaintained and unused. I would prefer it removed
>> rather than meaningless fixes be applied.
> 
> I can drop the patch. I'll send the patch to remove the board.

Does your answer also means that you are planning to take these? I am
going to prepare a pull request to arm-soc so need to know whether to
keep these or not. I don't have any particular need of handling these
patches by myself, but I want the issues to get fixed.

Best regards,
Krzysztof

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

* Re: [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards
  2022-06-09  8:50 ` [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
@ 2022-07-21  2:34   ` Andrew Jeffery
  2022-07-21  6:30     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 28+ messages in thread
From: Andrew Jeffery @ 2022-07-21  2:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
	Joel Stanley, Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang



On Thu, 9 Jun 2022, at 18:20, Krzysztof Kozlowski wrote:
> On 29/05/2022 12:49, Krzysztof Kozlowski wrote:
>> Add vendor prefixes for manufacturers of Aspeed SoC based BMC boards:
>> ASrock, ByteDance, Ingrasys, Inventec and Quanta.  Move also bticino to
>> proper alphabetical place.
>> 
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>
> Joel, Andrew,
>
> Any comments on this patchset? Are you going to pick it up? If you
> prefer me taking it, I can, but new boards depend on the bindings, so
> this should rather go via your tree.

Apologies for not getting to this earlier, but I see Rob's applied it.

Andrew

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

* Re: [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards
  2022-07-21  2:34   ` Andrew Jeffery
@ 2022-07-21  6:30     ` Krzysztof Kozlowski
  2022-07-21  7:25       ` Krzysztof Kozlowski
  0 siblings, 1 reply; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-21  6:30 UTC (permalink / raw)
  To: Andrew Jeffery, Rob Herring, Krzysztof Kozlowski, Joel Stanley,
	Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang

On 21/07/2022 04:34, Andrew Jeffery wrote:
>> Any comments on this patchset? Are you going to pick it up? If you
>> prefer me taking it, I can, but new boards depend on the bindings, so
>> this should rather go via your tree.
> 
> Apologies for not getting to this earlier, but I see Rob's applied it.

Rob took only the first patch - vendor-prefix. The DTS patches I sent to
arm-soc.

However the second bindings patch [1] will miss merge window as I did
not send it to arm-soc. I have it in my tree but I am not planning to
push it out before merge window.

[1]
https://lore.kernel.org/all/165589284658.28441.1588047978357747292.b4-ty@linaro.org/


Best regards,
Krzysztof

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

* Re: [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards
  2022-07-21  6:30     ` Krzysztof Kozlowski
@ 2022-07-21  7:25       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 28+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-21  7:25 UTC (permalink / raw)
  To: Andrew Jeffery, Rob Herring, Krzysztof Kozlowski, Joel Stanley,
	Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang

On 21/07/2022 08:30, Krzysztof Kozlowski wrote:
> On 21/07/2022 04:34, Andrew Jeffery wrote:
>>> Any comments on this patchset? Are you going to pick it up? If you
>>> prefer me taking it, I can, but new boards depend on the bindings, so
>>> this should rather go via your tree.
>>
>> Apologies for not getting to this earlier, but I see Rob's applied it.
> 
> Rob took only the first patch - vendor-prefix. The DTS patches I sent to
> arm-soc.
> 
> However the second bindings patch [1] will miss merge window as I did
> not send it to arm-soc. I have it in my tree but I am not planning to
> push it out before merge window.
> 

I sent pull with the bindings now.

Best regards,
Krzysztof

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

* Re: [PATCH 4/7] ARM: dts: ast2500-evb: fix board compatible
  2022-05-29 10:49 ` [PATCH 4/7] ARM: dts: ast2500-evb: fix board compatible Krzysztof Kozlowski
  2022-06-22 10:17   ` (subset) " Krzysztof Kozlowski
@ 2022-07-22  2:43   ` Andrew Jeffery
  1 sibling, 0 replies; 28+ messages in thread
From: Andrew Jeffery @ 2022-07-22  2:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
	Joel Stanley, Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang



On Sun, 29 May 2022, at 20:19, Krzysztof Kozlowski wrote:
> The AST2500 EVB board should have dedicated compatible.
>
> Fixes: 02440622656d ("arm/dst: Add Aspeed ast2500 device tree")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Andrew Jeffery <andrew@aj.id.au>

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

* Re: [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible
  2022-05-29 10:49 ` [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible Krzysztof Kozlowski
  2022-06-22 10:17   ` (subset) " Krzysztof Kozlowski
@ 2022-07-22  2:44   ` Andrew Jeffery
  1 sibling, 0 replies; 28+ messages in thread
From: Andrew Jeffery @ 2022-07-22  2:44 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
	Joel Stanley, Arnd Bergmann, Steven Lee, Ken Chen, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel
  Cc: David Wang



On Sun, 29 May 2022, at 20:19, Krzysztof Kozlowski wrote:
> "qualcomm" is not a documented compatible and instead "qcom" should be
> used.
>
> Fixes: 3719a1b13056 ("ARM: dts: aspeed: Add Qualcomm Centriq 2400 REP BMC")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Acked-by: Andrew Jeffery <andrew@aj.id.au>

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

end of thread, other threads:[~2022-07-22  2:44 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-29 10:49 [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
2022-05-29 10:49 ` [PATCH 2/7] dt-bindings: arm: aspeed: document board compatibles Krzysztof Kozlowski
2022-06-20 11:06   ` Krzysztof Kozlowski
2022-06-22 10:10     ` Krzysztof Kozlowski
2022-06-23  5:36     ` Joel Stanley
2022-06-23  7:10       ` Krzysztof Kozlowski
2022-06-22 10:14   ` (subset) " Krzysztof Kozlowski
2022-05-29 10:49 ` [PATCH 3/7] dt-bindings: arm: aspeed: add Aspeed Evaluation boards Krzysztof Kozlowski
2022-06-06 19:26   ` Rob Herring
2022-06-22 10:16   ` (subset) " Krzysztof Kozlowski
2022-05-29 10:49 ` [PATCH 4/7] ARM: dts: ast2500-evb: fix board compatible Krzysztof Kozlowski
2022-06-22 10:17   ` (subset) " Krzysztof Kozlowski
2022-07-22  2:43   ` Andrew Jeffery
2022-05-29 10:49 ` [PATCH 5/7] ARM: dts: ast2600-evb: " Krzysztof Kozlowski
2022-06-22 10:17   ` (subset) " Krzysztof Kozlowski
2022-05-29 10:49 ` [PATCH 6/7] ARM: dts: ast2600-evb-a1: " Krzysztof Kozlowski
2022-06-22 10:17   ` (subset) " Krzysztof Kozlowski
2022-05-29 10:49 ` [PATCH 7/7] ARM: dts: aspeed: centriq2400: use qcom compatible Krzysztof Kozlowski
2022-06-22 10:17   ` (subset) " Krzysztof Kozlowski
2022-06-23  5:34     ` Joel Stanley
2022-06-23  7:05       ` Krzysztof Kozlowski
2022-06-24  7:12         ` Krzysztof Kozlowski
2022-07-22  2:44   ` Andrew Jeffery
2022-06-09  8:50 ` [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Krzysztof Kozlowski
2022-07-21  2:34   ` Andrew Jeffery
2022-07-21  6:30     ` Krzysztof Kozlowski
2022-07-21  7:25       ` Krzysztof Kozlowski
2022-06-09 20:43 ` Rob Herring

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