* [PATCH 0/5] dt-bindings: mailbox: Few cleanups
@ 2025-06-03 11:57 Krzysztof Kozlowski
2025-06-03 11:57 ` [PATCH 1/5] dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing interrupts maxItems Krzysztof Kozlowski
` (4 more replies)
0 siblings, 5 replies; 17+ messages in thread
From: Krzysztof Kozlowski @ 2025-06-03 11:57 UTC (permalink / raw)
To: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
Nishanth Menon, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
Sven Peter, Janne Grunau, Alyssa Rosenzweig, Neal Gompa,
Hector Martin, Thierry Reding, Jonathan Hunter, Suman Anna
Cc: linux-kernel, devicetree, linux-arm-kernel, linux-amlogic,
linux-sunxi, asahi, linux-tegra, linux-arm-msm,
Krzysztof Kozlowski
Few cleanups for Mailbox bindings.
Best regards,
Krzysztof
---
Krzysztof Kozlowski (5):
dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing interrupts maxItems
dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems
dt-bindings: mailbox: Correct example indentation
dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name
dt-bindings: mailbox: Drop consumers example DTS
.../bindings/mailbox/allwinner,sun6i-a31-msgbox.yaml | 14 +++++++-------
.../bindings/mailbox/amlogic,meson-gxbb-mhu.yaml | 10 +++++-----
.../devicetree/bindings/mailbox/apple,mailbox.yaml | 16 ++++++++--------
.../bindings/mailbox/nvidia,tegra186-hsp.yaml | 9 +--------
.../bindings/mailbox/qcom,apcs-kpss-global.yaml | 9 +--------
.../devicetree/bindings/mailbox/ti,omap-mailbox.yaml | 10 +++-------
.../devicetree/bindings/mailbox/ti,secure-proxy.yaml | 18 +++++++++---------
7 files changed, 34 insertions(+), 52 deletions(-)
---
base-commit: 3be1a7a31fbda82f3604b6c31e4f390110de1b46
change-id: 20250603-dt-bindings-mailbox-cleanup-c884545267e9
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 1/5] dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing interrupts maxItems
2025-06-03 11:57 [PATCH 0/5] dt-bindings: mailbox: Few cleanups Krzysztof Kozlowski
@ 2025-06-03 11:57 ` Krzysztof Kozlowski
2025-06-03 18:16 ` Martin Blumenstingl
2025-06-25 18:40 ` Rob Herring (Arm)
2025-06-03 11:57 ` [PATCH 2/5] dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems Krzysztof Kozlowski
` (3 subsequent siblings)
4 siblings, 2 replies; 17+ messages in thread
From: Krzysztof Kozlowski @ 2025-06-03 11:57 UTC (permalink / raw)
To: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
Nishanth Menon, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
Sven Peter, Janne Grunau, Alyssa Rosenzweig, Neal Gompa,
Hector Martin, Thierry Reding, Jonathan Hunter, Suman Anna
Cc: linux-kernel, devicetree, linux-arm-kernel, linux-amlogic,
linux-sunxi, asahi, linux-tegra, linux-arm-msm,
Krzysztof Kozlowski
Lists should have fixed constraint, so add missing maxItems to the
"interrupts" property. Since minItems=maxItems, the minItems is implied
by dtschema so can be dropped.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml b/Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml
index 385809ed1569206a7304b777ea42743321c899ad..0849799ee0c5caaeb27fe1e3e3714a630a7c2b09 100644
--- a/Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml
+++ b/Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml
@@ -27,7 +27,7 @@ properties:
maxItems: 1
interrupts:
- minItems: 3
+ maxItems: 3
description:
Contains the interrupt information corresponding to each of the 3 links
of MHU.
--
2.45.2
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 2/5] dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems
2025-06-03 11:57 [PATCH 0/5] dt-bindings: mailbox: Few cleanups Krzysztof Kozlowski
2025-06-03 11:57 ` [PATCH 1/5] dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing interrupts maxItems Krzysztof Kozlowski
@ 2025-06-03 11:57 ` Krzysztof Kozlowski
2025-06-03 15:45 ` Nishanth Menon
2025-06-25 18:40 ` Rob Herring (Arm)
2025-06-03 11:57 ` [PATCH 3/5] dt-bindings: mailbox: Correct example indentation Krzysztof Kozlowski
` (2 subsequent siblings)
4 siblings, 2 replies; 17+ messages in thread
From: Krzysztof Kozlowski @ 2025-06-03 11:57 UTC (permalink / raw)
To: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
Nishanth Menon, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
Sven Peter, Janne Grunau, Alyssa Rosenzweig, Neal Gompa,
Hector Martin, Thierry Reding, Jonathan Hunter, Suman Anna
Cc: linux-kernel, devicetree, linux-arm-kernel, linux-amlogic,
linux-sunxi, asahi, linux-tegra, linux-arm-msm,
Krzysztof Kozlowski
Lists should have fixed constraint, so add missing maxItems to the "reg"
property. Since minItems=maxItems, the minItems is implied by dtschema
so can be dropped.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
index eea822861804c259068aa8c4598188db28895518..682ccd76f5c25fc13bb3375007d39e6208cdddc0 100644
--- a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
+++ b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
@@ -36,7 +36,7 @@ properties:
- const: scfg
reg:
- minItems: 3
+ maxItems: 3
interrupt-names:
minItems: 1
--
2.45.2
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 3/5] dt-bindings: mailbox: Correct example indentation
2025-06-03 11:57 [PATCH 0/5] dt-bindings: mailbox: Few cleanups Krzysztof Kozlowski
2025-06-03 11:57 ` [PATCH 1/5] dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing interrupts maxItems Krzysztof Kozlowski
2025-06-03 11:57 ` [PATCH 2/5] dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems Krzysztof Kozlowski
@ 2025-06-03 11:57 ` Krzysztof Kozlowski
2025-06-03 15:46 ` Nishanth Menon
` (2 more replies)
2025-06-03 11:57 ` [PATCH 4/5] dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name Krzysztof Kozlowski
2025-06-03 11:57 ` [PATCH 5/5] dt-bindings: mailbox: Drop consumers example DTS Krzysztof Kozlowski
4 siblings, 3 replies; 17+ messages in thread
From: Krzysztof Kozlowski @ 2025-06-03 11:57 UTC (permalink / raw)
To: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
Nishanth Menon, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
Sven Peter, Janne Grunau, Alyssa Rosenzweig, Neal Gompa,
Hector Martin, Thierry Reding, Jonathan Hunter, Suman Anna
Cc: linux-kernel, devicetree, linux-arm-kernel, linux-amlogic,
linux-sunxi, asahi, linux-tegra, linux-arm-msm,
Krzysztof Kozlowski
DTS example in the bindings should be indented with 2- or 4-spaces, so
correct a mixture of different styles to keep consistent 4-spaces.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
.../bindings/mailbox/allwinner,sun6i-a31-msgbox.yaml | 14 +++++++-------
.../bindings/mailbox/amlogic,meson-gxbb-mhu.yaml | 8 ++++----
.../devicetree/bindings/mailbox/apple,mailbox.yaml | 16 ++++++++--------
.../devicetree/bindings/mailbox/ti,secure-proxy.yaml | 16 ++++++++--------
4 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/Documentation/devicetree/bindings/mailbox/allwinner,sun6i-a31-msgbox.yaml b/Documentation/devicetree/bindings/mailbox/allwinner,sun6i-a31-msgbox.yaml
index 75d5d97305e19f50059e61a4db2632765885e850..87d31963c1b73c956b9782f029b1a5ad2654f507 100644
--- a/Documentation/devicetree/bindings/mailbox/allwinner,sun6i-a31-msgbox.yaml
+++ b/Documentation/devicetree/bindings/mailbox/allwinner,sun6i-a31-msgbox.yaml
@@ -68,13 +68,13 @@ examples:
#include <dt-bindings/reset/sun8i-h3-ccu.h>
msgbox: mailbox@1c17000 {
- compatible = "allwinner,sun8i-h3-msgbox",
- "allwinner,sun6i-a31-msgbox";
- reg = <0x01c17000 0x1000>;
- clocks = <&ccu CLK_BUS_MSGBOX>;
- resets = <&ccu RST_BUS_MSGBOX>;
- interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
- #mbox-cells = <1>;
+ compatible = "allwinner,sun8i-h3-msgbox",
+ "allwinner,sun6i-a31-msgbox";
+ reg = <0x01c17000 0x1000>;
+ clocks = <&ccu CLK_BUS_MSGBOX>;
+ resets = <&ccu RST_BUS_MSGBOX>;
+ interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
+ #mbox-cells = <1>;
};
...
diff --git a/Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml b/Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml
index 0849799ee0c5caaeb27fe1e3e3714a630a7c2b09..79963c9878bad1684fa0810ad71554af2ceeb75d 100644
--- a/Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml
+++ b/Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml
@@ -46,8 +46,8 @@ additionalProperties: false
examples:
- |
mailbox@c883c404 {
- compatible = "amlogic,meson-gxbb-mhu";
- reg = <0xc883c404 0x4c>;
- interrupts = <208>, <209>, <210>;
- #mbox-cells = <1>;
+ compatible = "amlogic,meson-gxbb-mhu";
+ reg = <0xc883c404 0x4c>;
+ interrupts = <208>, <209>, <210>;
+ #mbox-cells = <1>;
};
diff --git a/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml b/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml
index 4c0668e5f0bdc1e03404cbd58a392465d30b0e8e..474c1a0f99f34777e1bed7fc0a34f89320a93b7c 100644
--- a/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml
+++ b/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml
@@ -78,11 +78,11 @@ additionalProperties: false
examples:
- |
- mailbox@77408000 {
- compatible = "apple,t8103-asc-mailbox", "apple,asc-mailbox-v4";
- reg = <0x77408000 0x4000>;
- interrupts = <1 583 4>, <1 584 4>, <1 585 4>, <1 586 4>;
- interrupt-names = "send-empty", "send-not-empty",
- "recv-empty", "recv-not-empty";
- #mbox-cells = <0>;
- };
+ mailbox@77408000 {
+ compatible = "apple,t8103-asc-mailbox", "apple,asc-mailbox-v4";
+ reg = <0x77408000 0x4000>;
+ interrupts = <1 583 4>, <1 584 4>, <1 585 4>, <1 586 4>;
+ interrupt-names = "send-empty", "send-not-empty",
+ "recv-empty", "recv-not-empty";
+ #mbox-cells = <0>;
+ };
diff --git a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
index 682ccd76f5c25fc13bb3375007d39e6208cdddc0..c321b69f0ccd3cdc7cedefadf46982b42cce915e 100644
--- a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
+++ b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
@@ -68,12 +68,12 @@ examples:
- |
#include <dt-bindings/interrupt-controller/arm-gic.h>
secure_proxy: mailbox@32c00000 {
- compatible = "ti,am654-secure-proxy";
- #mbox-cells = <1>;
- reg-names = "target_data", "rt", "scfg";
- reg = <0x32c00000 0x100000>,
- <0x32400000 0x100000>,
- <0x32800000 0x100000>;
- interrupt-names = "rx_011";
- interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
+ compatible = "ti,am654-secure-proxy";
+ #mbox-cells = <1>;
+ reg-names = "target_data", "rt", "scfg";
+ reg = <0x32c00000 0x100000>,
+ <0x32400000 0x100000>,
+ <0x32800000 0x100000>;
+ interrupt-names = "rx_011";
+ interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
};
--
2.45.2
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 4/5] dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name
2025-06-03 11:57 [PATCH 0/5] dt-bindings: mailbox: Few cleanups Krzysztof Kozlowski
` (2 preceding siblings ...)
2025-06-03 11:57 ` [PATCH 3/5] dt-bindings: mailbox: Correct example indentation Krzysztof Kozlowski
@ 2025-06-03 11:57 ` Krzysztof Kozlowski
2025-06-10 10:43 ` Thierry Reding
2025-06-25 18:41 ` Rob Herring (Arm)
2025-06-03 11:57 ` [PATCH 5/5] dt-bindings: mailbox: Drop consumers example DTS Krzysztof Kozlowski
4 siblings, 2 replies; 17+ messages in thread
From: Krzysztof Kozlowski @ 2025-06-03 11:57 UTC (permalink / raw)
To: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
Nishanth Menon, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
Sven Peter, Janne Grunau, Alyssa Rosenzweig, Neal Gompa,
Hector Martin, Thierry Reding, Jonathan Hunter, Suman Anna
Cc: linux-kernel, devicetree, linux-arm-kernel, linux-amlogic,
linux-sunxi, asahi, linux-tegra, linux-arm-msm,
Krzysztof Kozlowski
According to Devicetree specifications, device node names should be
generic, thus Mailbox provider should be called "mailbox", not "hsp".
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml b/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml
index 2d14fc9489998a8dbe5356e2422748a228693d7a..e1a44e4ae6f91eaa1cd81b357e9e5caeaaf0f5bb 100644
--- a/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml
+++ b/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml
@@ -59,9 +59,6 @@ description: |
<dt-bindings/mailbox/tegra186-hsp.h>
properties:
- $nodename:
- pattern: "^hsp@[0-9a-f]+$"
-
compatible:
oneOf:
- const: nvidia,tegra186-hsp
@@ -111,7 +108,7 @@ examples:
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/mailbox/tegra186-hsp.h>
- hsp_top0: hsp@3c00000 {
+ hsp_top0: mailbox@3c00000 {
compatible = "nvidia,tegra186-hsp";
reg = <0x03c00000 0xa0000>;
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
--
2.45.2
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 5/5] dt-bindings: mailbox: Drop consumers example DTS
2025-06-03 11:57 [PATCH 0/5] dt-bindings: mailbox: Few cleanups Krzysztof Kozlowski
` (3 preceding siblings ...)
2025-06-03 11:57 ` [PATCH 4/5] dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name Krzysztof Kozlowski
@ 2025-06-03 11:57 ` Krzysztof Kozlowski
2025-06-03 15:49 ` Nishanth Menon
2025-06-25 18:41 ` Rob Herring (Arm)
4 siblings, 2 replies; 17+ messages in thread
From: Krzysztof Kozlowski @ 2025-06-03 11:57 UTC (permalink / raw)
To: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
Nishanth Menon, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
Sven Peter, Janne Grunau, Alyssa Rosenzweig, Neal Gompa,
Hector Martin, Thierry Reding, Jonathan Hunter, Suman Anna
Cc: linux-kernel, devicetree, linux-arm-kernel, linux-amlogic,
linux-sunxi, asahi, linux-tegra, linux-arm-msm,
Krzysztof Kozlowski
Providers DTS examples should not contain consumer nodes, because they
are completely redundant, obvious (defined in common schema) and add
unnecessary bloat. Drop consumer examples and unneeded node labels.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
.../devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml | 6 +-----
.../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 9 +--------
Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml | 10 +++-------
3 files changed, 5 insertions(+), 20 deletions(-)
diff --git a/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml b/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml
index e1a44e4ae6f91eaa1cd81b357e9e5caeaaf0f5bb..3a387d5e4f065e6fe1bed7e402cb236f4e13ef56 100644
--- a/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml
+++ b/Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml
@@ -108,14 +108,10 @@ examples:
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/mailbox/tegra186-hsp.h>
- hsp_top0: mailbox@3c00000 {
+ mailbox@3c00000 {
compatible = "nvidia,tegra186-hsp";
reg = <0x03c00000 0xa0000>;
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "doorbell";
#mbox-cells = <2>;
};
-
- client {
- mboxes = <&hsp_top0 TEGRA_HSP_MBOX_TYPE_DB TEGRA_HSP_DB_MASTER_CCPLEX>;
- };
diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
index a58a018f3f7b9f8edd70d7c1bd137844ff2549df..ae28ba44855f75e83ea70ce3c670465ae145178e 100644
--- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
+++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
@@ -200,7 +200,7 @@ examples:
# Example apcs with msm8996
- |
#include <dt-bindings/interrupt-controller/arm-gic.h>
- apcs_glb: mailbox@9820000 {
+ mailbox@9820000 {
compatible = "qcom,msm8996-apcs-hmss-global";
reg = <0x9820000 0x1000>;
@@ -208,13 +208,6 @@ examples:
#clock-cells = <0>;
};
- rpm-glink {
- compatible = "qcom,glink-rpm";
- interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
- qcom,rpm-msg-ram = <&rpm_msg_ram>;
- mboxes = <&apcs_glb 0>;
- };
-
# Example apcs with qcs404
- |
#define GCC_APSS_AHB_CLK_SRC 1
diff --git a/Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml b/Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml
index 1a2001e58880d2fc26954b26cff8ed53e7667f33..8504ceb64806bc7e25468597acdff99624571e9f 100644
--- a/Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml
+++ b/Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml
@@ -242,7 +242,7 @@ examples:
- |
/* OMAP4 */
#include <dt-bindings/interrupt-controller/arm-gic.h>
- mailbox: mailbox@4a0f4000 {
+ mailbox@4a0f4000 {
compatible = "ti,omap4-mailbox";
reg = <0x4a0f4000 0x200>;
interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
@@ -260,13 +260,9 @@ examples:
};
};
- dsp {
- mboxes = <&mailbox &mbox_dsp>;
- };
-
- |
/* AM33xx */
- mailbox1: mailbox@480c8000 {
+ mailbox@480c8000 {
compatible = "ti,omap4-mailbox";
reg = <0x480c8000 0x200>;
interrupts = <77>;
@@ -283,7 +279,7 @@ examples:
- |
/* AM65x */
- mailbox0_cluster0: mailbox@31f80000 {
+ mailbox@31f80000 {
compatible = "ti,am654-mailbox";
reg = <0x31f80000 0x200>;
#mbox-cells = <1>;
--
2.45.2
^ permalink raw reply related [flat|nested] 17+ messages in thread
* Re: [PATCH 2/5] dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems
2025-06-03 11:57 ` [PATCH 2/5] dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems Krzysztof Kozlowski
@ 2025-06-03 15:45 ` Nishanth Menon
2025-06-25 18:40 ` Rob Herring (Arm)
1 sibling, 0 replies; 17+ messages in thread
From: Nishanth Menon @ 2025-06-03 15:45 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, Sven Peter,
Janne Grunau, Alyssa Rosenzweig, Neal Gompa, Hector Martin,
Thierry Reding, Jonathan Hunter, Suman Anna, linux-kernel,
devicetree, linux-arm-kernel, linux-amlogic, linux-sunxi, asahi,
linux-tegra, linux-arm-msm
On 13:57-20250603, Krzysztof Kozlowski wrote:
> Lists should have fixed constraint, so add missing maxItems to the "reg"
> property. Since minItems=maxItems, the minItems is implied by dtschema
> so can be dropped.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
> index eea822861804c259068aa8c4598188db28895518..682ccd76f5c25fc13bb3375007d39e6208cdddc0 100644
> --- a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
> @@ -36,7 +36,7 @@ properties:
> - const: scfg
>
> reg:
> - minItems: 3
> + maxItems: 3
>
> interrupt-names:
> minItems: 1
>
> --
> 2.45.2
>
Reviewed-by: Nishanth Menon <nm@ti.com>
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 3/5] dt-bindings: mailbox: Correct example indentation
2025-06-03 11:57 ` [PATCH 3/5] dt-bindings: mailbox: Correct example indentation Krzysztof Kozlowski
@ 2025-06-03 15:46 ` Nishanth Menon
2025-06-05 10:22 ` Sven Peter
2025-06-25 18:41 ` Rob Herring (Arm)
2 siblings, 0 replies; 17+ messages in thread
From: Nishanth Menon @ 2025-06-03 15:46 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, Sven Peter,
Janne Grunau, Alyssa Rosenzweig, Neal Gompa, Hector Martin,
Thierry Reding, Jonathan Hunter, Suman Anna, linux-kernel,
devicetree, linux-arm-kernel, linux-amlogic, linux-sunxi, asahi,
linux-tegra, linux-arm-msm
On 13:57-20250603, Krzysztof Kozlowski wrote:
> DTS example in the bindings should be indented with 2- or 4-spaces, so
> correct a mixture of different styles to keep consistent 4-spaces.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
[...]
> diff --git a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
> index 682ccd76f5c25fc13bb3375007d39e6208cdddc0..c321b69f0ccd3cdc7cedefadf46982b42cce915e 100644
> --- a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml
> @@ -68,12 +68,12 @@ examples:
> - |
> #include <dt-bindings/interrupt-controller/arm-gic.h>
> secure_proxy: mailbox@32c00000 {
> - compatible = "ti,am654-secure-proxy";
> - #mbox-cells = <1>;
> - reg-names = "target_data", "rt", "scfg";
> - reg = <0x32c00000 0x100000>,
> - <0x32400000 0x100000>,
> - <0x32800000 0x100000>;
> - interrupt-names = "rx_011";
> - interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
> + compatible = "ti,am654-secure-proxy";
> + #mbox-cells = <1>;
> + reg-names = "target_data", "rt", "scfg";
> + reg = <0x32c00000 0x100000>,
> + <0x32400000 0x100000>,
> + <0x32800000 0x100000>;
> + interrupt-names = "rx_011";
> + interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
> };
Reviewed-by: Nishanth Menon <nm@ti.com>
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 5/5] dt-bindings: mailbox: Drop consumers example DTS
2025-06-03 11:57 ` [PATCH 5/5] dt-bindings: mailbox: Drop consumers example DTS Krzysztof Kozlowski
@ 2025-06-03 15:49 ` Nishanth Menon
2025-06-25 18:41 ` Rob Herring (Arm)
1 sibling, 0 replies; 17+ messages in thread
From: Nishanth Menon @ 2025-06-03 15:49 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, Sven Peter,
Janne Grunau, Alyssa Rosenzweig, Neal Gompa, Hector Martin,
Thierry Reding, Jonathan Hunter, Suman Anna, linux-kernel,
devicetree, linux-arm-kernel, linux-amlogic, linux-sunxi, asahi,
linux-tegra, linux-arm-msm
On 13:57-20250603, Krzysztof Kozlowski wrote:
> Providers DTS examples should not contain consumer nodes, because they
> are completely redundant, obvious (defined in common schema) and add
> unnecessary bloat. Drop consumer examples and unneeded node labels.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
[...]
> diff --git a/Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml b/Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml
> index 1a2001e58880d2fc26954b26cff8ed53e7667f33..8504ceb64806bc7e25468597acdff99624571e9f 100644
> --- a/Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml
> @@ -242,7 +242,7 @@ examples:
> - |
> /* OMAP4 */
> #include <dt-bindings/interrupt-controller/arm-gic.h>
> - mailbox: mailbox@4a0f4000 {
> + mailbox@4a0f4000 {
> compatible = "ti,omap4-mailbox";
> reg = <0x4a0f4000 0x200>;
> interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
> @@ -260,13 +260,9 @@ examples:
> };
> };
>
> - dsp {
> - mboxes = <&mailbox &mbox_dsp>;
> - };
> -
> - |
> /* AM33xx */
> - mailbox1: mailbox@480c8000 {
> + mailbox@480c8000 {
> compatible = "ti,omap4-mailbox";
> reg = <0x480c8000 0x200>;
> interrupts = <77>;
> @@ -283,7 +279,7 @@ examples:
>
> - |
> /* AM65x */
> - mailbox0_cluster0: mailbox@31f80000 {
> + mailbox@31f80000 {
> compatible = "ti,am654-mailbox";
> reg = <0x31f80000 0x200>;
> #mbox-cells = <1>;
>
Reviewed-by: Nishanth Menon <nm@ti.com>
> --
> 2.45.2
>
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 1/5] dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing interrupts maxItems
2025-06-03 11:57 ` [PATCH 1/5] dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing interrupts maxItems Krzysztof Kozlowski
@ 2025-06-03 18:16 ` Martin Blumenstingl
2025-06-25 18:40 ` Rob Herring (Arm)
1 sibling, 0 replies; 17+ messages in thread
From: Martin Blumenstingl @ 2025-06-03 18:16 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Nishanth Menon,
Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, Sven Peter,
Janne Grunau, Alyssa Rosenzweig, Neal Gompa, Hector Martin,
Thierry Reding, Jonathan Hunter, Suman Anna, linux-kernel,
devicetree, linux-arm-kernel, linux-amlogic, linux-sunxi, asahi,
linux-tegra, linux-arm-msm
On Tue, Jun 3, 2025 at 1:57 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Lists should have fixed constraint, so add missing maxItems to the
> "interrupts" property. Since minItems=maxItems, the minItems is implied
> by dtschema so can be dropped.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 3/5] dt-bindings: mailbox: Correct example indentation
2025-06-03 11:57 ` [PATCH 3/5] dt-bindings: mailbox: Correct example indentation Krzysztof Kozlowski
2025-06-03 15:46 ` Nishanth Menon
@ 2025-06-05 10:22 ` Sven Peter
2025-06-25 18:41 ` Rob Herring (Arm)
2 siblings, 0 replies; 17+ messages in thread
From: Sven Peter @ 2025-06-05 10:22 UTC (permalink / raw)
To: Krzysztof Kozlowski, Jassi Brar, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Neil Armstrong, Kevin Hilman, Jerome Brunet,
Martin Blumenstingl, Nishanth Menon, Chen-Yu Tsai, Jernej Skrabec,
Samuel Holland, Janne Grunau, Alyssa Rosenzweig, Neal Gompa,
Hector Martin, Thierry Reding, Jonathan Hunter, Suman Anna
Cc: linux-kernel, devicetree, linux-arm-kernel, linux-amlogic,
linux-sunxi, asahi, linux-tegra, linux-arm-msm
On 03.06.25 13:57, Krzysztof Kozlowski wrote:
> DTS example in the bindings should be indented with 2- or 4-spaces, so
> correct a mixture of different styles to keep consistent 4-spaces.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Sven Peter <sven@kernel.org> # for apple,mailbox.yaml
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 4/5] dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name
2025-06-03 11:57 ` [PATCH 4/5] dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name Krzysztof Kozlowski
@ 2025-06-10 10:43 ` Thierry Reding
2025-06-25 18:41 ` Rob Herring (Arm)
1 sibling, 0 replies; 17+ messages in thread
From: Thierry Reding @ 2025-06-10 10:43 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Jassi Brar, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
Nishanth Menon, Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
Sven Peter, Janne Grunau, Alyssa Rosenzweig, Neal Gompa,
Hector Martin, Jonathan Hunter, Suman Anna, linux-kernel,
devicetree, linux-arm-kernel, linux-amlogic, linux-sunxi, asahi,
linux-tegra, linux-arm-msm
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
On Tue, Jun 03, 2025 at 01:57:11PM +0200, Krzysztof Kozlowski wrote:
> According to Devicetree specifications, device node names should be
> generic, thus Mailbox provider should be called "mailbox", not "hsp".
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
Acked-by: Thierry Reding <treding@nvidia.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 1/5] dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing interrupts maxItems
2025-06-03 11:57 ` [PATCH 1/5] dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing interrupts maxItems Krzysztof Kozlowski
2025-06-03 18:16 ` Martin Blumenstingl
@ 2025-06-25 18:40 ` Rob Herring (Arm)
1 sibling, 0 replies; 17+ messages in thread
From: Rob Herring (Arm) @ 2025-06-25 18:40 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: linux-sunxi, Jernej Skrabec, linux-tegra, Krzysztof Kozlowski,
Neal Gompa, Kevin Hilman, asahi, Nishanth Menon,
Alyssa Rosenzweig, Samuel Holland, Chen-Yu Tsai, linux-arm-kernel,
Janne Grunau, Jassi Brar, devicetree, Martin Blumenstingl,
Suman Anna, Jerome Brunet, linux-amlogic, Thierry Reding,
linux-kernel, linux-arm-msm, Hector Martin, Sven Peter,
Jonathan Hunter, Neil Armstrong, Conor Dooley
On Tue, 03 Jun 2025 13:57:08 +0200, Krzysztof Kozlowski wrote:
> Lists should have fixed constraint, so add missing maxItems to the
> "interrupts" property. Since minItems=maxItems, the minItems is implied
> by dtschema so can be dropped.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 2/5] dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems
2025-06-03 11:57 ` [PATCH 2/5] dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems Krzysztof Kozlowski
2025-06-03 15:45 ` Nishanth Menon
@ 2025-06-25 18:40 ` Rob Herring (Arm)
1 sibling, 0 replies; 17+ messages in thread
From: Rob Herring (Arm) @ 2025-06-25 18:40 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: devicetree, Hector Martin, linux-tegra, linux-amlogic, asahi,
Chen-Yu Tsai, Jassi Brar, Samuel Holland, Neil Armstrong,
linux-kernel, Suman Anna, Janne Grunau, Krzysztof Kozlowski,
Martin Blumenstingl, Conor Dooley, Thierry Reding, Jerome Brunet,
Sven Peter, Alyssa Rosenzweig, Jonathan Hunter, Jernej Skrabec,
linux-sunxi, linux-arm-msm, Kevin Hilman, Nishanth Menon,
linux-arm-kernel, Neal Gompa
On Tue, 03 Jun 2025 13:57:09 +0200, Krzysztof Kozlowski wrote:
> Lists should have fixed constraint, so add missing maxItems to the "reg"
> property. Since minItems=maxItems, the minItems is implied by dtschema
> so can be dropped.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 3/5] dt-bindings: mailbox: Correct example indentation
2025-06-03 11:57 ` [PATCH 3/5] dt-bindings: mailbox: Correct example indentation Krzysztof Kozlowski
2025-06-03 15:46 ` Nishanth Menon
2025-06-05 10:22 ` Sven Peter
@ 2025-06-25 18:41 ` Rob Herring (Arm)
2 siblings, 0 replies; 17+ messages in thread
From: Rob Herring (Arm) @ 2025-06-25 18:41 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Neal Gompa, linux-amlogic, Alyssa Rosenzweig, Hector Martin,
Jernej Skrabec, Nishanth Menon, linux-kernel, Jassi Brar,
Suman Anna, Janne Grunau, Jerome Brunet, Samuel Holland,
devicetree, linux-tegra, Krzysztof Kozlowski, Jonathan Hunter,
linux-arm-kernel, Sven Peter, Conor Dooley, Martin Blumenstingl,
Kevin Hilman, linux-sunxi, Neil Armstrong, asahi, Thierry Reding,
linux-arm-msm, Chen-Yu Tsai
On Tue, 03 Jun 2025 13:57:10 +0200, Krzysztof Kozlowski wrote:
> DTS example in the bindings should be indented with 2- or 4-spaces, so
> correct a mixture of different styles to keep consistent 4-spaces.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> .../bindings/mailbox/allwinner,sun6i-a31-msgbox.yaml | 14 +++++++-------
> .../bindings/mailbox/amlogic,meson-gxbb-mhu.yaml | 8 ++++----
> .../devicetree/bindings/mailbox/apple,mailbox.yaml | 16 ++++++++--------
> .../devicetree/bindings/mailbox/ti,secure-proxy.yaml | 16 ++++++++--------
> 4 files changed, 27 insertions(+), 27 deletions(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 4/5] dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name
2025-06-03 11:57 ` [PATCH 4/5] dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name Krzysztof Kozlowski
2025-06-10 10:43 ` Thierry Reding
@ 2025-06-25 18:41 ` Rob Herring (Arm)
1 sibling, 0 replies; 17+ messages in thread
From: Rob Herring (Arm) @ 2025-06-25 18:41 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Krzysztof Kozlowski, Kevin Hilman, Alyssa Rosenzweig, Neal Gompa,
devicetree, Chen-Yu Tsai, Nishanth Menon, Jerome Brunet,
Martin Blumenstingl, linux-sunxi, Neil Armstrong,
linux-arm-kernel, Hector Martin, linux-tegra, linux-amlogic,
Sven Peter, Samuel Holland, asahi, Jassi Brar, linux-arm-msm,
Jernej Skrabec, Jonathan Hunter, Thierry Reding, Conor Dooley,
linux-kernel, Janne Grunau, Suman Anna
On Tue, 03 Jun 2025 13:57:11 +0200, Krzysztof Kozlowski wrote:
> According to Devicetree specifications, device node names should be
> generic, thus Mailbox provider should be called "mailbox", not "hsp".
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 5/5] dt-bindings: mailbox: Drop consumers example DTS
2025-06-03 11:57 ` [PATCH 5/5] dt-bindings: mailbox: Drop consumers example DTS Krzysztof Kozlowski
2025-06-03 15:49 ` Nishanth Menon
@ 2025-06-25 18:41 ` Rob Herring (Arm)
1 sibling, 0 replies; 17+ messages in thread
From: Rob Herring (Arm) @ 2025-06-25 18:41 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: linux-sunxi, Jerome Brunet, asahi, Chen-Yu Tsai, linux-tegra,
Jernej Skrabec, linux-arm-msm, Conor Dooley, Jonathan Hunter,
linux-arm-kernel, Alyssa Rosenzweig, linux-amlogic,
Thierry Reding, devicetree, Kevin Hilman, linux-kernel,
Neil Armstrong, Neal Gompa, Suman Anna, Jassi Brar, Sven Peter,
Krzysztof Kozlowski, Nishanth Menon, Janne Grunau,
Martin Blumenstingl, Hector Martin, Samuel Holland
On Tue, 03 Jun 2025 13:57:12 +0200, Krzysztof Kozlowski wrote:
> Providers DTS examples should not contain consumer nodes, because they
> are completely redundant, obvious (defined in common schema) and add
> unnecessary bloat. Drop consumer examples and unneeded node labels.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> .../devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml | 6 +-----
> .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 9 +--------
> Documentation/devicetree/bindings/mailbox/ti,omap-mailbox.yaml | 10 +++-------
> 3 files changed, 5 insertions(+), 20 deletions(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2025-06-25 18:41 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-03 11:57 [PATCH 0/5] dt-bindings: mailbox: Few cleanups Krzysztof Kozlowski
2025-06-03 11:57 ` [PATCH 1/5] dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing interrupts maxItems Krzysztof Kozlowski
2025-06-03 18:16 ` Martin Blumenstingl
2025-06-25 18:40 ` Rob Herring (Arm)
2025-06-03 11:57 ` [PATCH 2/5] dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems Krzysztof Kozlowski
2025-06-03 15:45 ` Nishanth Menon
2025-06-25 18:40 ` Rob Herring (Arm)
2025-06-03 11:57 ` [PATCH 3/5] dt-bindings: mailbox: Correct example indentation Krzysztof Kozlowski
2025-06-03 15:46 ` Nishanth Menon
2025-06-05 10:22 ` Sven Peter
2025-06-25 18:41 ` Rob Herring (Arm)
2025-06-03 11:57 ` [PATCH 4/5] dt-bindings: mailbox: nvidia,tegra186-hsp: Use generic node name Krzysztof Kozlowski
2025-06-10 10:43 ` Thierry Reding
2025-06-25 18:41 ` Rob Herring (Arm)
2025-06-03 11:57 ` [PATCH 5/5] dt-bindings: mailbox: Drop consumers example DTS Krzysztof Kozlowski
2025-06-03 15:49 ` Nishanth Menon
2025-06-25 18:41 ` Rob Herring (Arm)
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).