* [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles
@ 2023-06-15 21:31 Rob Herring
2023-06-15 22:22 ` Marek Vasut
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Rob Herring @ 2023-06-15 21:31 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Krzysztof Kozlowski,
Conor Dooley, Abel Vesa, Peng Fan, Shawn Guo, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
Sebastian Reichel, Bjorn Andersson, Mathieu Poirier,
Fernández Rojas, Marek Vasut, Suman Anna, -
Cc: linux-clk-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-pm-u79uwXL29TY76Z2rM5mHXA,
linux-remoteproc-u79uwXL29TY76Z2rM5mHXA
The Devicetree bindings document does not have to say in the title that
it is a "Devicetree binding", but instead just describe the hardware.
Most of these have been fixed already, so fix the handful that snuck in.
With this, a meta-schema check can be enabled to catch these
automatically.
Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
.../devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml | 2 +-
Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml | 2 +-
.../devicetree/bindings/power/reset/restart-handler.yaml | 2 +-
.../devicetree/bindings/remoteproc/ti,pru-consumer.yaml | 2 +-
.../devicetree/bindings/reserved-memory/framebuffer.yaml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml b/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml
index 199818b2fb6d..cd0d763ce2f3 100644
--- a/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml
+++ b/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml
@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/clock/brcm,bcm63268-timer-clocks.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: Broadcom BCM63268 Timer Clock and Reset Device Tree Bindings
+title: Broadcom BCM63268 Timer Clock and Reset
maintainers:
- Álvaro Fernández Rojas <noltari-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
diff --git a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
index ff9600474df2..0a6dc1a6e122 100644
--- a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
+++ b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/clock/imx8mp-audiomix.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: NXP i.MX8MP AudioMIX Block Control Binding
+title: NXP i.MX8MP AudioMIX Block Control
maintainers:
- Marek Vasut <marex-ynQEQJNshbs@public.gmane.org>
diff --git a/Documentation/devicetree/bindings/power/reset/restart-handler.yaml b/Documentation/devicetree/bindings/power/reset/restart-handler.yaml
index 1f9a2aac53c0..f2ffdd29d52a 100644
--- a/Documentation/devicetree/bindings/power/reset/restart-handler.yaml
+++ b/Documentation/devicetree/bindings/power/reset/restart-handler.yaml
@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/power/reset/restart-handler.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: Restart and shutdown handler generic binding
+title: Restart and shutdown handler Common Properties
maintainers:
- Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml
index c6d86964b72a..35f0bb38f7b2 100644
--- a/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml
@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/remoteproc/ti,pru-consumer.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: Common TI PRU Consumer Binding
+title: TI PRU Consumer Common Properties
maintainers:
- Suman Anna <s-anna-l0cyMroinI0@public.gmane.org>
diff --git a/Documentation/devicetree/bindings/reserved-memory/framebuffer.yaml b/Documentation/devicetree/bindings/reserved-memory/framebuffer.yaml
index 05b6648b3458..851ec24d6142 100644
--- a/Documentation/devicetree/bindings/reserved-memory/framebuffer.yaml
+++ b/Documentation/devicetree/bindings/reserved-memory/framebuffer.yaml
@@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/reserved-memory/framebuffer.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: /reserved-memory framebuffer node bindings
+title: /reserved-memory framebuffer node
maintainers:
- devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
--
2.39.2
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles
2023-06-15 21:31 [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles Rob Herring
@ 2023-06-15 22:22 ` Marek Vasut
2023-06-15 23:19 ` Suman Anna
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Marek Vasut @ 2023-06-15 22:22 UTC (permalink / raw)
To: Rob Herring, Michael Turquette, Stephen Boyd, Krzysztof Kozlowski,
Conor Dooley, Abel Vesa, Peng Fan, Shawn Guo, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
Sebastian Reichel, Bjorn Andersson, Mathieu Poirier,
Fernández Rojas, Suman Anna, -
Cc: linux-clk, devicetree, linux-kernel, linux-arm-kernel, linux-pm,
linux-remoteproc
On 6/15/23 23:31, Rob Herring wrote:
> The Devicetree bindings document does not have to say in the title that
> it is a "Devicetree binding", but instead just describe the hardware.
>
> Most of these have been fixed already, so fix the handful that snuck in.
> With this, a meta-schema check can be enabled to catch these
> automatically.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> .../devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml | 2 +-
> Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml | 2 +-
> .../devicetree/bindings/power/reset/restart-handler.yaml | 2 +-
> .../devicetree/bindings/remoteproc/ti,pru-consumer.yaml | 2 +-
> .../devicetree/bindings/reserved-memory/framebuffer.yaml | 2 +-
> 5 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml b/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml
> index 199818b2fb6d..cd0d763ce2f3 100644
> --- a/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml
> +++ b/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml
> @@ -4,7 +4,7 @@
> $id: http://devicetree.org/schemas/clock/brcm,bcm63268-timer-clocks.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: Broadcom BCM63268 Timer Clock and Reset Device Tree Bindings
> +title: Broadcom BCM63268 Timer Clock and Reset
>
> maintainers:
> - Álvaro Fernández Rojas <noltari@gmail.com>
> diff --git a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> index ff9600474df2..0a6dc1a6e122 100644
> --- a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> +++ b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> @@ -4,7 +4,7 @@
> $id: http://devicetree.org/schemas/clock/imx8mp-audiomix.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: NXP i.MX8MP AudioMIX Block Control Binding
> +title: NXP i.MX8MP AudioMIX Block Control
For AudioMIX:
Reviewed-by: Marek Vasut <marex@denx.de>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles
[not found] ` <20230615213154.1753313-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
@ 2023-06-15 23:07 ` Conor Dooley
2023-06-16 18:34 ` Stephen Boyd
2023-06-16 19:56 ` Rob Herring
2 siblings, 0 replies; 8+ messages in thread
From: Conor Dooley @ 2023-06-15 23:07 UTC (permalink / raw)
To: Rob Herring
Cc: Michael Turquette, Stephen Boyd, Krzysztof Kozlowski,
Conor Dooley, Abel Vesa, Peng Fan, Shawn Guo, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
Sebastian Reichel, Bjorn Andersson, Mathieu Poirier,
Fernández Rojas, Marek Vasut, Suman Anna, -,
linux-clk-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 429 bytes --]
On Thu, Jun 15, 2023 at 03:31:54PM -0600, Rob Herring wrote:
> -title: Restart and shutdown handler generic binding
> +title: Restart and shutdown handler Common Properties
With the new caps for Common Properties, the title here looks a bit odd.
Should probably be s/shutdown handler/Shutdown Handler/ for title case,
but w/e...
Reviewed-by: Conor Dooley <conor.dooley-UWL1GkI3JZL3oGB3hsPCZA@public.gmane.org>
Cheers,
Conor.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles
2023-06-15 21:31 [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles Rob Herring
2023-06-15 22:22 ` Marek Vasut
@ 2023-06-15 23:19 ` Suman Anna
2023-06-16 0:37 ` Sebastian Reichel
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Suman Anna @ 2023-06-15 23:19 UTC (permalink / raw)
To: Rob Herring, Michael Turquette, Stephen Boyd, Krzysztof Kozlowski,
Conor Dooley, Abel Vesa, Peng Fan, Shawn Guo, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
Sebastian Reichel, Bjorn Andersson, Mathieu Poirier,
Fernández Rojas, Marek Vasut, -
Cc: linux-clk, devicetree, linux-kernel, linux-arm-kernel, linux-pm,
linux-remoteproc
On 6/15/23 16:31, Rob Herring wrote:
> The Devicetree bindings document does not have to say in the title that
> it is a "Devicetree binding", but instead just describe the hardware.
>
> Most of these have been fixed already, so fix the handful that snuck in.
> With this, a meta-schema check can be enabled to catch these
> automatically.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> .../devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml | 2 +-
> Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml | 2 +-
> .../devicetree/bindings/power/reset/restart-handler.yaml | 2 +-
> .../devicetree/bindings/remoteproc/ti,pru-consumer.yaml | 2 +-
> .../devicetree/bindings/reserved-memory/framebuffer.yaml | 2 +-
> 5 files changed, 5 insertions(+), 5 deletions(-)
>
...
> diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml
> index c6d86964b72a..35f0bb38f7b2 100644
> --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml
> +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml
> @@ -4,7 +4,7 @@
> $id: http://devicetree.org/schemas/remoteproc/ti,pru-consumer.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: Common TI PRU Consumer Binding
> +title: TI PRU Consumer Common Properties
>
> maintainers:
> - Suman Anna <s-anna@ti.com>
For PRU Consumer binding,
Reviewed-by: Suman Anna <s-anna@ti.com>
regards
Suman
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles
2023-06-15 21:31 [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles Rob Herring
2023-06-15 22:22 ` Marek Vasut
2023-06-15 23:19 ` Suman Anna
@ 2023-06-16 0:37 ` Sebastian Reichel
2023-06-16 15:20 ` Mathieu Poirier
[not found] ` <20230615213154.1753313-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
4 siblings, 0 replies; 8+ messages in thread
From: Sebastian Reichel @ 2023-06-16 0:37 UTC (permalink / raw)
To: Rob Herring
Cc: Michael Turquette, Stephen Boyd, Krzysztof Kozlowski,
Conor Dooley, Abel Vesa, Peng Fan, Shawn Guo, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
Bjorn Andersson, Mathieu Poirier, Fernández Rojas,
Marek Vasut, Suman Anna, -, linux-clk, devicetree, linux-kernel,
linux-arm-kernel
[-- Attachment #1: Type: text/plain, Size: 1621 bytes --]
Hi,
On Thu, Jun 15, 2023 at 03:31:54PM -0600, Rob Herring wrote:
> The Devicetree bindings document does not have to say in the title that
> it is a "Devicetree binding", but instead just describe the hardware.
>
> Most of these have been fixed already, so fix the handful that snuck in.
> With this, a meta-schema check can be enabled to catch these
> automatically.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> .../devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml | 2 +-
> Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml | 2 +-
> .../devicetree/bindings/power/reset/restart-handler.yaml | 2 +-
> .../devicetree/bindings/remoteproc/ti,pru-consumer.yaml | 2 +-
> .../devicetree/bindings/reserved-memory/framebuffer.yaml | 2 +-
> 5 files changed, 5 insertions(+), 5 deletions(-)
...
> diff --git a/Documentation/devicetree/bindings/power/reset/restart-handler.yaml b/Documentation/devicetree/bindings/power/reset/restart-handler.yaml
> index 1f9a2aac53c0..f2ffdd29d52a 100644
> --- a/Documentation/devicetree/bindings/power/reset/restart-handler.yaml
> +++ b/Documentation/devicetree/bindings/power/reset/restart-handler.yaml
> @@ -4,7 +4,7 @@
> $id: http://devicetree.org/schemas/power/reset/restart-handler.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: Restart and shutdown handler generic binding
> +title: Restart and shutdown handler Common Properties
>
> maintainers:
> - Sebastian Reichel <sre@kernel.org>
Acked-by: Sebastian Reichel <sre@kernel.org>
-- Sebastian
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles
2023-06-15 21:31 [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles Rob Herring
` (2 preceding siblings ...)
2023-06-16 0:37 ` Sebastian Reichel
@ 2023-06-16 15:20 ` Mathieu Poirier
[not found] ` <20230615213154.1753313-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
4 siblings, 0 replies; 8+ messages in thread
From: Mathieu Poirier @ 2023-06-16 15:20 UTC (permalink / raw)
To: Rob Herring
Cc: Michael Turquette, Stephen Boyd, Krzysztof Kozlowski,
Conor Dooley, Abel Vesa, Peng Fan, Shawn Guo, Sascha Hauer,
Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
Sebastian Reichel, Bjorn Andersson, Fernández Rojas,
Marek Vasut, Suman Anna, -, linux-clk, devicetree, linux-kernel,
linux-arm-kernel
On Thu, 15 Jun 2023 at 15:32, Rob Herring <robh@kernel.org> wrote:
>
> The Devicetree bindings document does not have to say in the title that
> it is a "Devicetree binding", but instead just describe the hardware.
>
> Most of these have been fixed already, so fix the handful that snuck in.
> With this, a meta-schema check can be enabled to catch these
> automatically.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> .../devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml | 2 +-
> Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml | 2 +-
> .../devicetree/bindings/power/reset/restart-handler.yaml | 2 +-
> .../devicetree/bindings/remoteproc/ti,pru-consumer.yaml | 2 +-
> .../devicetree/bindings/reserved-memory/framebuffer.yaml | 2 +-
> 5 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml b/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml
> index 199818b2fb6d..cd0d763ce2f3 100644
> --- a/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml
> +++ b/Documentation/devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml
> @@ -4,7 +4,7 @@
> $id: http://devicetree.org/schemas/clock/brcm,bcm63268-timer-clocks.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: Broadcom BCM63268 Timer Clock and Reset Device Tree Bindings
> +title: Broadcom BCM63268 Timer Clock and Reset
>
> maintainers:
> - Álvaro Fernández Rojas <noltari@gmail.com>
> diff --git a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> index ff9600474df2..0a6dc1a6e122 100644
> --- a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> +++ b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
> @@ -4,7 +4,7 @@
> $id: http://devicetree.org/schemas/clock/imx8mp-audiomix.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: NXP i.MX8MP AudioMIX Block Control Binding
> +title: NXP i.MX8MP AudioMIX Block Control
>
> maintainers:
> - Marek Vasut <marex@denx.de>
> diff --git a/Documentation/devicetree/bindings/power/reset/restart-handler.yaml b/Documentation/devicetree/bindings/power/reset/restart-handler.yaml
> index 1f9a2aac53c0..f2ffdd29d52a 100644
> --- a/Documentation/devicetree/bindings/power/reset/restart-handler.yaml
> +++ b/Documentation/devicetree/bindings/power/reset/restart-handler.yaml
> @@ -4,7 +4,7 @@
> $id: http://devicetree.org/schemas/power/reset/restart-handler.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: Restart and shutdown handler generic binding
> +title: Restart and shutdown handler Common Properties
>
> maintainers:
> - Sebastian Reichel <sre@kernel.org>
> diff --git a/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml b/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml
> index c6d86964b72a..35f0bb38f7b2 100644
> --- a/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml
> +++ b/Documentation/devicetree/bindings/remoteproc/ti,pru-consumer.yaml
> @@ -4,7 +4,7 @@
> $id: http://devicetree.org/schemas/remoteproc/ti,pru-consumer.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: Common TI PRU Consumer Binding
> +title: TI PRU Consumer Common Properties
>
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
> maintainers:
> - Suman Anna <s-anna@ti.com>
> diff --git a/Documentation/devicetree/bindings/reserved-memory/framebuffer.yaml b/Documentation/devicetree/bindings/reserved-memory/framebuffer.yaml
> index 05b6648b3458..851ec24d6142 100644
> --- a/Documentation/devicetree/bindings/reserved-memory/framebuffer.yaml
> +++ b/Documentation/devicetree/bindings/reserved-memory/framebuffer.yaml
> @@ -4,7 +4,7 @@
> $id: http://devicetree.org/schemas/reserved-memory/framebuffer.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> -title: /reserved-memory framebuffer node bindings
> +title: /reserved-memory framebuffer node
>
> maintainers:
> - devicetree-spec@vger.kernel.org
> --
> 2.39.2
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles
[not found] ` <20230615213154.1753313-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2023-06-15 23:07 ` Conor Dooley
@ 2023-06-16 18:34 ` Stephen Boyd
2023-06-16 19:56 ` Rob Herring
2 siblings, 0 replies; 8+ messages in thread
From: Stephen Boyd @ 2023-06-16 18:34 UTC (permalink / raw)
To: -, Abel Vesa, Bjorn Andersson, Conor Dooley, Fabio Estevam,
Fernández Rojas, Krzysztof Kozlowski, Marek Vasut,
Mathieu Poirier, Michael Turquette, NXP Linux Team, Peng Fan,
Pengutronix Kernel Team, Rob Herring, Sascha Hauer,
Sebastian Reichel, Shawn Guo, Suman Anna
Cc: linux-clk-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-pm-u79uwXL29TY76Z2rM5mHXA,
linux-remoteproc-u79uwXL29TY76Z2rM5mHXA
Quoting Rob Herring (2023-06-15 14:31:54)
> The Devicetree bindings document does not have to say in the title that
> it is a "Devicetree binding", but instead just describe the hardware.
>
> Most of these have been fixed already, so fix the handful that snuck in.
> With this, a meta-schema check can be enabled to catch these
> automatically.
>
> Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> ---
Acked-by: Stephen Boyd <sboyd-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles
[not found] ` <20230615213154.1753313-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2023-06-15 23:07 ` Conor Dooley
2023-06-16 18:34 ` Stephen Boyd
@ 2023-06-16 19:56 ` Rob Herring
2 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2023-06-16 19:56 UTC (permalink / raw)
To: Rob Herring
Cc: Fernández Rojas, Peng Fan, Bjorn Andersson, Marek Vasut,
Pengutronix Kernel Team, Sascha Hauer, Suman Anna,
Michael Turquette,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-remoteproc-u79uwXL29TY76Z2rM5mHXA, Stephen Boyd,
Conor Dooley, linux-pm-u79uwXL29TY76Z2rM5mHXA, Mathieu Poirier,
linux-clk-u79uwXL29TY76Z2rM5mHXA, Abel Vesa,
devicetree-u79uwXL29TY76Z2rM5mHXA, Shawn Guo, Fabio Estevam, -,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
On Thu, 15 Jun 2023 15:31:54 -0600, Rob Herring wrote:
> The Devicetree bindings document does not have to say in the title that
> it is a "Devicetree binding", but instead just describe the hardware.
>
> Most of these have been fixed already, so fix the handful that snuck in.
> With this, a meta-schema check can be enabled to catch these
> automatically.
>
> Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> ---
> .../devicetree/bindings/clock/brcm,bcm63268-timer-clocks.yaml | 2 +-
> Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml | 2 +-
> .../devicetree/bindings/power/reset/restart-handler.yaml | 2 +-
> .../devicetree/bindings/remoteproc/ti,pru-consumer.yaml | 2 +-
> .../devicetree/bindings/reserved-memory/framebuffer.yaml | 2 +-
> 5 files changed, 5 insertions(+), 5 deletions(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-06-16 19:56 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-15 21:31 [PATCH] dt-bindings: Remove last usage of "binding" or "schema" in titles Rob Herring
2023-06-15 22:22 ` Marek Vasut
2023-06-15 23:19 ` Suman Anna
2023-06-16 0:37 ` Sebastian Reichel
2023-06-16 15:20 ` Mathieu Poirier
[not found] ` <20230615213154.1753313-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2023-06-15 23:07 ` Conor Dooley
2023-06-16 18:34 ` Stephen Boyd
2023-06-16 19:56 ` 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).