* [PATCH 0/4] dt-bindings: treewide: don't check node names
@ 2025-10-20 6:09 Wolfram Sang
2025-10-20 6:09 ` [PATCH 1/4] dt-bindings: bus: " Wolfram Sang
` (6 more replies)
0 siblings, 7 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-10-20 6:09 UTC (permalink / raw)
To: devicetree
Cc: Wolfram Sang, Alexandre Torgue, Chen-Yu Tsai, Conor Dooley,
Fabio Estevam, Fabrice Gasnier, Gatien Chevallier, imx,
Jernej Skrabec, Krzysztof Kozlowski, Liam Girdwood,
linux-arm-kernel, linux-arm-msm, linux-sound, linux-spi,
linux-stm32, linux-sunxi, Liu Ying, Mark Brown, Maxime Coquelin,
Maxime Ripard, Pengutronix Kernel Team, Rob Herring,
Samuel Holland, Sascha Hauer, Shawn Guo, Srinivas Kandagatla
Node names are already and properly checked by the core schema. No need
to do it again.
These are all occurrences I found in linux-next as of 20251015. I did
run dt_bindings_check successfully. I haven't done a way to run
dtbs_check yet because I would need to identify the proper architecture
first, right? Is there some tool which tests all DTs of a certain
binding? At least build bot is happy, I don't know if it checks DTs as
well, though.
I'd suggest to give subsystems some time to pick these patches before
Rob applies the remaining ones?
Wolfram Sang (4):
dt-bindings: bus: don't check node names
dt-bindings: nvmem: don't check node names
ASoC: dt-bindings: don't check node names
dt-bindings: spi: don't check node names
.../devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml | 2 +-
.../devicetree/bindings/bus/fsl,imx8qxp-pixel-link-msi-bus.yaml | 2 +-
Documentation/devicetree/bindings/bus/st,stm32-etzpc.yaml | 2 +-
Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml | 2 +-
Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml | 2 +-
Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 2 +-
Documentation/devicetree/bindings/spi/spi-controller.yaml | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
--
2.47.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 1/4] dt-bindings: bus: don't check node names
2025-10-20 6:09 [PATCH 0/4] dt-bindings: treewide: don't check node names Wolfram Sang
@ 2025-10-20 6:09 ` Wolfram Sang
2025-10-20 15:18 ` Jernej Škrabec
2025-10-20 20:42 ` Rob Herring
2025-10-20 6:09 ` [PATCH 2/4] dt-bindings: nvmem: " Wolfram Sang
` (5 subsequent siblings)
6 siblings, 2 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-10-20 6:09 UTC (permalink / raw)
To: devicetree
Cc: Wolfram Sang, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Maxime Coquelin, Alexandre Torgue, Maxime Ripard, Liu Ying,
Gatien Chevallier, linux-arm-kernel, linux-sunxi, imx,
linux-stm32
Node names are already and properly checked by the core schema. No need
to do it again.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
I'd suggest to give subsystems some time to pick this patch before
Rob applies it?
.../devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml | 2 +-
.../devicetree/bindings/bus/fsl,imx8qxp-pixel-link-msi-bus.yaml | 2 +-
Documentation/devicetree/bindings/bus/st,stm32-etzpc.yaml | 2 +-
Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml b/Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml
index 24c939f59091..cd5c2a532a92 100644
--- a/Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml
+++ b/Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml
@@ -43,7 +43,7 @@ properties:
maximum: 20000000
patternProperties:
- "^.*@[0-9a-fA-F]+$":
+ "@[0-9a-f]+$":
type: object
additionalProperties: true
properties:
diff --git a/Documentation/devicetree/bindings/bus/fsl,imx8qxp-pixel-link-msi-bus.yaml b/Documentation/devicetree/bindings/bus/fsl,imx8qxp-pixel-link-msi-bus.yaml
index 4adbb7afa889..6645352c7f6b 100644
--- a/Documentation/devicetree/bindings/bus/fsl,imx8qxp-pixel-link-msi-bus.yaml
+++ b/Documentation/devicetree/bindings/bus/fsl,imx8qxp-pixel-link-msi-bus.yaml
@@ -70,7 +70,7 @@ properties:
- const: ahb
patternProperties:
- "^.*@[0-9a-f]+$":
+ "@[0-9a-f]+$":
description: Devices attached to the bus
type: object
diff --git a/Documentation/devicetree/bindings/bus/st,stm32-etzpc.yaml b/Documentation/devicetree/bindings/bus/st,stm32-etzpc.yaml
index d12b62a3a5a8..bf0af3424c9a 100644
--- a/Documentation/devicetree/bindings/bus/st,stm32-etzpc.yaml
+++ b/Documentation/devicetree/bindings/bus/st,stm32-etzpc.yaml
@@ -44,7 +44,7 @@ properties:
Contains the firewall ID associated to the peripheral.
patternProperties:
- "^.*@[0-9a-f]+$":
+ "@[0-9a-f]+$":
description: Peripherals
type: object
diff --git a/Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml b/Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml
index 20acd1a6b173..9eb0b48b4f51 100644
--- a/Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml
+++ b/Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml
@@ -60,7 +60,7 @@ properties:
Contains the firewall ID associated to the peripheral.
patternProperties:
- "^.*@[0-9a-f]+$":
+ "@[0-9a-f]+$":
description: Peripherals
type: object
--
2.47.2
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 2/4] dt-bindings: nvmem: don't check node names
2025-10-20 6:09 [PATCH 0/4] dt-bindings: treewide: don't check node names Wolfram Sang
2025-10-20 6:09 ` [PATCH 1/4] dt-bindings: bus: " Wolfram Sang
@ 2025-10-20 6:09 ` Wolfram Sang
2025-10-20 6:09 ` [PATCH 3/4] ASoC: dt-bindings: " Wolfram Sang
` (4 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-10-20 6:09 UTC (permalink / raw)
To: devicetree
Cc: Wolfram Sang, Srinivas Kandagatla, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
Alexandre Torgue, Fabrice Gasnier, linux-stm32, linux-arm-kernel
Node names are already and properly checked by the core schema. No need
to do it again.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
I'd suggest to give subsystems some time to pick this patch before
Rob applies it?
Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
index 3b2aa605a551..ab4cdc4e3614 100644
--- a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
+++ b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
@@ -31,7 +31,7 @@ properties:
maxItems: 1
patternProperties:
- "^.*@[0-9a-f]+$":
+ "@[0-9a-f]+$":
type: object
$ref: layouts/fixed-cell.yaml
unevaluatedProperties: false
--
2.47.2
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 3/4] ASoC: dt-bindings: don't check node names
2025-10-20 6:09 [PATCH 0/4] dt-bindings: treewide: don't check node names Wolfram Sang
2025-10-20 6:09 ` [PATCH 1/4] dt-bindings: bus: " Wolfram Sang
2025-10-20 6:09 ` [PATCH 2/4] dt-bindings: nvmem: " Wolfram Sang
@ 2025-10-20 6:09 ` Wolfram Sang
2025-10-20 6:09 ` [PATCH 4/4] dt-bindings: spi: " Wolfram Sang
` (3 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-10-20 6:09 UTC (permalink / raw)
To: devicetree
Cc: Wolfram Sang, Srinivas Kandagatla, Liam Girdwood, Mark Brown,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-arm-msm,
linux-sound
Node names are already and properly checked by the core schema. No need
to do it again.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
I'd suggest to give subsystems some time to pick this patch before
Rob applies it?
Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml b/Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml
index a65b1d1d5fdd..3a7334e41fd6 100644
--- a/Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml
+++ b/Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml
@@ -132,7 +132,7 @@ properties:
$ref: /schemas/gpio/qcom,wcd934x-gpio.yaml#
patternProperties:
- "^.*@[0-9a-f]+$":
+ "@[0-9a-f]+$":
type: object
additionalProperties: true
description: |
--
2.47.2
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 4/4] dt-bindings: spi: don't check node names
2025-10-20 6:09 [PATCH 0/4] dt-bindings: treewide: don't check node names Wolfram Sang
` (2 preceding siblings ...)
2025-10-20 6:09 ` [PATCH 3/4] ASoC: dt-bindings: " Wolfram Sang
@ 2025-10-20 6:09 ` Wolfram Sang
2025-10-20 17:58 ` [PATCH 0/4] dt-bindings: treewide: " Conor Dooley
` (2 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2025-10-20 6:09 UTC (permalink / raw)
To: devicetree
Cc: Wolfram Sang, Mark Brown, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, linux-spi
Node names are already and properly checked by the core schema. No need
to do it again.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
I'd suggest to give subsystems some time to pick this patch before
Rob applies it?
Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 2 +-
Documentation/devicetree/bindings/spi/spi-controller.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
index 0543c526b783..5c87fc8a845d 100644
--- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
+++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
@@ -153,7 +153,7 @@ properties:
provides an interface to override the native DWC SSI CS control.
patternProperties:
- "^.*@[0-9a-f]+$":
+ "@[0-9a-f]+$":
type: object
additionalProperties: true
diff --git a/Documentation/devicetree/bindings/spi/spi-controller.yaml b/Documentation/devicetree/bindings/spi/spi-controller.yaml
index 82d051f7bd6e..3b8e990e30c4 100644
--- a/Documentation/devicetree/bindings/spi/spi-controller.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-controller.yaml
@@ -111,7 +111,7 @@ properties:
- compatible
patternProperties:
- "^.*@[0-9a-f]+$":
+ "@[0-9a-f]+$":
type: object
$ref: spi-peripheral-props.yaml
additionalProperties: true
--
2.47.2
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 1/4] dt-bindings: bus: don't check node names
2025-10-20 6:09 ` [PATCH 1/4] dt-bindings: bus: " Wolfram Sang
@ 2025-10-20 15:18 ` Jernej Škrabec
2025-10-20 20:42 ` Rob Herring
1 sibling, 0 replies; 10+ messages in thread
From: Jernej Škrabec @ 2025-10-20 15:18 UTC (permalink / raw)
To: devicetree, Wolfram Sang
Cc: Wolfram Sang, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Chen-Yu Tsai, Samuel Holland, Shawn Guo, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, Maxime Coquelin,
Alexandre Torgue, Maxime Ripard, Liu Ying, Gatien Chevallier,
linux-arm-kernel, linux-sunxi, imx, linux-stm32
Dne ponedeljek, 20. oktober 2025 ob 08:09:50 Srednjeevropski poletni čas je Wolfram Sang napisal(a):
> Node names are already and properly checked by the core schema. No need
> to do it again.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
> I'd suggest to give subsystems some time to pick this patch before
> Rob applies it?
>
> .../devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml | 2 +-
For allwinner:
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Best regards,
Jernej
> .../devicetree/bindings/bus/fsl,imx8qxp-pixel-link-msi-bus.yaml | 2 +-
> Documentation/devicetree/bindings/bus/st,stm32-etzpc.yaml | 2 +-
> Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 0/4] dt-bindings: treewide: don't check node names
2025-10-20 6:09 [PATCH 0/4] dt-bindings: treewide: don't check node names Wolfram Sang
` (3 preceding siblings ...)
2025-10-20 6:09 ` [PATCH 4/4] dt-bindings: spi: " Wolfram Sang
@ 2025-10-20 17:58 ` Conor Dooley
2025-10-21 18:52 ` (subset) " Mark Brown
2025-10-24 10:24 ` Mark Brown
6 siblings, 0 replies; 10+ messages in thread
From: Conor Dooley @ 2025-10-20 17:58 UTC (permalink / raw)
To: Wolfram Sang
Cc: devicetree, Alexandre Torgue, Chen-Yu Tsai, Conor Dooley,
Fabio Estevam, Fabrice Gasnier, Gatien Chevallier, imx,
Jernej Skrabec, Krzysztof Kozlowski, Liam Girdwood,
linux-arm-kernel, linux-arm-msm, linux-sound, linux-spi,
linux-stm32, linux-sunxi, Liu Ying, Mark Brown, Maxime Coquelin,
Maxime Ripard, Pengutronix Kernel Team, Rob Herring,
Samuel Holland, Sascha Hauer, Shawn Guo, Srinivas Kandagatla
[-- Attachment #1: Type: text/plain, Size: 919 bytes --]
On Mon, Oct 20, 2025 at 08:09:49AM +0200, Wolfram Sang wrote:
> Node names are already and properly checked by the core schema. No need
> to do it again.
>
> These are all occurrences I found in linux-next as of 20251015. I did
> run dt_bindings_check successfully. I haven't done a way to run
> dtbs_check yet because I would need to identify the proper architecture
> first, right? Is there some tool which tests all DTs of a certain
> binding? At least build bot is happy, I don't know if it checks DTs as
> well, though.
>
> I'd suggest to give subsystems some time to pick these patches before
> Rob applies the remaining ones?
>
>
> Wolfram Sang (4):
> dt-bindings: bus: don't check node names
> dt-bindings: nvmem: don't check node names
> ASoC: dt-bindings: don't check node names
> dt-bindings: spi: don't check node names
Acked-by: Conor Dooley <conor.dooley@microchip.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 1/4] dt-bindings: bus: don't check node names
2025-10-20 6:09 ` [PATCH 1/4] dt-bindings: bus: " Wolfram Sang
2025-10-20 15:18 ` Jernej Škrabec
@ 2025-10-20 20:42 ` Rob Herring
1 sibling, 0 replies; 10+ messages in thread
From: Rob Herring @ 2025-10-20 20:42 UTC (permalink / raw)
To: Wolfram Sang
Cc: devicetree, Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, Shawn Guo, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, Maxime Coquelin,
Alexandre Torgue, Maxime Ripard, Liu Ying, Gatien Chevallier,
linux-arm-kernel, linux-sunxi, imx, linux-stm32
On Mon, Oct 20, 2025 at 08:09:50AM +0200, Wolfram Sang wrote:
> Node names are already and properly checked by the core schema. No need
> to do it again.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
> I'd suggest to give subsystems some time to pick this patch before
> Rob applies it?
Not really any subsystem for this one, so I've applied it. The rest
should go via subsystems.
>
> .../devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml | 2 +-
> .../devicetree/bindings/bus/fsl,imx8qxp-pixel-link-msi-bus.yaml | 2 +-
> Documentation/devicetree/bindings/bus/st,stm32-etzpc.yaml | 2 +-
> Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: (subset) [PATCH 0/4] dt-bindings: treewide: don't check node names
2025-10-20 6:09 [PATCH 0/4] dt-bindings: treewide: don't check node names Wolfram Sang
` (4 preceding siblings ...)
2025-10-20 17:58 ` [PATCH 0/4] dt-bindings: treewide: " Conor Dooley
@ 2025-10-21 18:52 ` Mark Brown
2025-10-24 10:24 ` Mark Brown
6 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2025-10-21 18:52 UTC (permalink / raw)
To: devicetree, Wolfram Sang
Cc: Alexandre Torgue, Chen-Yu Tsai, Conor Dooley, Fabio Estevam,
Fabrice Gasnier, Gatien Chevallier, imx, Jernej Skrabec,
Krzysztof Kozlowski, Liam Girdwood, linux-arm-kernel,
linux-arm-msm, linux-sound, linux-spi, linux-stm32, linux-sunxi,
Liu Ying, Maxime Coquelin, Maxime Ripard, Pengutronix Kernel Team,
Rob Herring, Samuel Holland, Sascha Hauer, Shawn Guo,
Srinivas Kandagatla
On Mon, 20 Oct 2025 08:09:49 +0200, Wolfram Sang wrote:
> Node names are already and properly checked by the core schema. No need
> to do it again.
>
> These are all occurrences I found in linux-next as of 20251015. I did
> run dt_bindings_check successfully. I haven't done a way to run
> dtbs_check yet because I would need to identify the proper architecture
> first, right? Is there some tool which tests all DTs of a certain
> binding? At least build bot is happy, I don't know if it checks DTs as
> well, though.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[3/4] ASoC: dt-bindings: don't check node names
commit: 6a4f29bc66294d44d61a294e5bdc623eae74587b
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: (subset) [PATCH 0/4] dt-bindings: treewide: don't check node names
2025-10-20 6:09 [PATCH 0/4] dt-bindings: treewide: don't check node names Wolfram Sang
` (5 preceding siblings ...)
2025-10-21 18:52 ` (subset) " Mark Brown
@ 2025-10-24 10:24 ` Mark Brown
6 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2025-10-24 10:24 UTC (permalink / raw)
To: devicetree, Wolfram Sang
Cc: Alexandre Torgue, Chen-Yu Tsai, Conor Dooley, Fabio Estevam,
Fabrice Gasnier, Gatien Chevallier, imx, Jernej Skrabec,
Krzysztof Kozlowski, Liam Girdwood, linux-arm-kernel,
linux-arm-msm, linux-sound, linux-spi, linux-stm32, linux-sunxi,
Liu Ying, Maxime Coquelin, Maxime Ripard, Pengutronix Kernel Team,
Rob Herring, Samuel Holland, Sascha Hauer, Shawn Guo,
Srinivas Kandagatla
On Mon, 20 Oct 2025 08:09:49 +0200, Wolfram Sang wrote:
> Node names are already and properly checked by the core schema. No need
> to do it again.
>
> These are all occurrences I found in linux-next as of 20251015. I did
> run dt_bindings_check successfully. I haven't done a way to run
> dtbs_check yet because I would need to identify the proper architecture
> first, right? Is there some tool which tests all DTs of a certain
> binding? At least build bot is happy, I don't know if it checks DTs as
> well, though.
>
> [...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
Thanks!
[4/4] dt-bindings: spi: don't check node names
commit: 7c69694cec869e3bf7c810fd94f860253aeb8053
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-10-24 10:24 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-20 6:09 [PATCH 0/4] dt-bindings: treewide: don't check node names Wolfram Sang
2025-10-20 6:09 ` [PATCH 1/4] dt-bindings: bus: " Wolfram Sang
2025-10-20 15:18 ` Jernej Škrabec
2025-10-20 20:42 ` Rob Herring
2025-10-20 6:09 ` [PATCH 2/4] dt-bindings: nvmem: " Wolfram Sang
2025-10-20 6:09 ` [PATCH 3/4] ASoC: dt-bindings: " Wolfram Sang
2025-10-20 6:09 ` [PATCH 4/4] dt-bindings: spi: " Wolfram Sang
2025-10-20 17:58 ` [PATCH 0/4] dt-bindings: treewide: " Conor Dooley
2025-10-21 18:52 ` (subset) " Mark Brown
2025-10-24 10:24 ` Mark Brown
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).