* [PATCH] dt-bindings: Drop empty and unreferenced binding .txt files
@ 2022-04-22 19:19 Rob Herring
2022-04-22 19:37 ` Alexandre Belloni
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Rob Herring @ 2022-04-22 19:19 UTC (permalink / raw)
To: Krzysztof Kozlowski, Miquel Raynal, Richard Weinberger,
Vignesh Raghavendra, Alessandro Zummo, Alexandre Belloni
Cc: devicetree, linux-kernel, linux-mtd, linux-rtc
Drop a couple of old, empty .txt binding files which are no longer
referenced.
Signed-off-by: Rob Herring <robh@kernel.org>
---
Documentation/devicetree/bindings/eeprom/at24.txt | 1 -
Documentation/devicetree/bindings/mtd/common.txt | 1 -
Documentation/devicetree/bindings/rtc/rtc.txt | 1 -
3 files changed, 3 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/eeprom/at24.txt
delete mode 100644 Documentation/devicetree/bindings/mtd/common.txt
delete mode 100644 Documentation/devicetree/bindings/rtc/rtc.txt
diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
deleted file mode 100644
index c94acbb8cb0c..000000000000
--- a/Documentation/devicetree/bindings/eeprom/at24.txt
+++ /dev/null
@@ -1 +0,0 @@
-This file has been moved to at24.yaml.
diff --git a/Documentation/devicetree/bindings/mtd/common.txt b/Documentation/devicetree/bindings/mtd/common.txt
deleted file mode 100644
index ae16f9ea8606..000000000000
--- a/Documentation/devicetree/bindings/mtd/common.txt
+++ /dev/null
@@ -1 +0,0 @@
-This file has been moved to mtd.yaml.
diff --git a/Documentation/devicetree/bindings/rtc/rtc.txt b/Documentation/devicetree/bindings/rtc/rtc.txt
deleted file mode 100644
index b8d36fce5e2d..000000000000
--- a/Documentation/devicetree/bindings/rtc/rtc.txt
+++ /dev/null
@@ -1 +0,0 @@
-This file has been moved to rtc.yaml.
--
2.32.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: Drop empty and unreferenced binding .txt files
2022-04-22 19:19 [PATCH] dt-bindings: Drop empty and unreferenced binding .txt files Rob Herring
@ 2022-04-22 19:37 ` Alexandre Belloni
2022-04-25 7:47 ` Miquel Raynal
2022-04-26 14:06 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2022-04-22 19:37 UTC (permalink / raw)
To: Rob Herring
Cc: Krzysztof Kozlowski, Miquel Raynal, Richard Weinberger,
Vignesh Raghavendra, Alessandro Zummo, devicetree, linux-kernel,
linux-mtd, linux-rtc
On 22/04/2022 14:19:57-0500, Rob Herring wrote:
> Drop a couple of old, empty .txt binding files which are no longer
> referenced.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> ---
> Documentation/devicetree/bindings/eeprom/at24.txt | 1 -
> Documentation/devicetree/bindings/mtd/common.txt | 1 -
> Documentation/devicetree/bindings/rtc/rtc.txt | 1 -
> 3 files changed, 3 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/eeprom/at24.txt
> delete mode 100644 Documentation/devicetree/bindings/mtd/common.txt
> delete mode 100644 Documentation/devicetree/bindings/rtc/rtc.txt
>
> diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
> deleted file mode 100644
> index c94acbb8cb0c..000000000000
> --- a/Documentation/devicetree/bindings/eeprom/at24.txt
> +++ /dev/null
> @@ -1 +0,0 @@
> -This file has been moved to at24.yaml.
> diff --git a/Documentation/devicetree/bindings/mtd/common.txt b/Documentation/devicetree/bindings/mtd/common.txt
> deleted file mode 100644
> index ae16f9ea8606..000000000000
> --- a/Documentation/devicetree/bindings/mtd/common.txt
> +++ /dev/null
> @@ -1 +0,0 @@
> -This file has been moved to mtd.yaml.
> diff --git a/Documentation/devicetree/bindings/rtc/rtc.txt b/Documentation/devicetree/bindings/rtc/rtc.txt
> deleted file mode 100644
> index b8d36fce5e2d..000000000000
> --- a/Documentation/devicetree/bindings/rtc/rtc.txt
> +++ /dev/null
> @@ -1 +0,0 @@
> -This file has been moved to rtc.yaml.
> --
> 2.32.0
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: Drop empty and unreferenced binding .txt files
2022-04-22 19:19 [PATCH] dt-bindings: Drop empty and unreferenced binding .txt files Rob Herring
2022-04-22 19:37 ` Alexandre Belloni
@ 2022-04-25 7:47 ` Miquel Raynal
2022-04-26 14:06 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Miquel Raynal @ 2022-04-25 7:47 UTC (permalink / raw)
To: Rob Herring
Cc: Krzysztof Kozlowski, Richard Weinberger, Vignesh Raghavendra,
Alessandro Zummo, Alexandre Belloni, devicetree, linux-kernel,
linux-mtd, linux-rtc
Hi Rob,
robh@kernel.org wrote on Fri, 22 Apr 2022 14:19:57 -0500:
> Drop a couple of old, empty .txt binding files which are no longer
> referenced.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
For the MTD file:
Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>
Thanks,
Miquèl
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: Drop empty and unreferenced binding .txt files
2022-04-22 19:19 [PATCH] dt-bindings: Drop empty and unreferenced binding .txt files Rob Herring
2022-04-22 19:37 ` Alexandre Belloni
2022-04-25 7:47 ` Miquel Raynal
@ 2022-04-26 14:06 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-04-26 14:06 UTC (permalink / raw)
To: Rob Herring
Cc: linux-kernel, Miquel Raynal, linux-rtc, Vignesh Raghavendra,
Krzysztof Kozlowski, devicetree, Alessandro Zummo,
Richard Weinberger, linux-mtd, Alexandre Belloni
On Fri, 22 Apr 2022 14:19:57 -0500, Rob Herring wrote:
> Drop a couple of old, empty .txt binding files which are no longer
> referenced.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/eeprom/at24.txt | 1 -
> Documentation/devicetree/bindings/mtd/common.txt | 1 -
> Documentation/devicetree/bindings/rtc/rtc.txt | 1 -
> 3 files changed, 3 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/eeprom/at24.txt
> delete mode 100644 Documentation/devicetree/bindings/mtd/common.txt
> delete mode 100644 Documentation/devicetree/bindings/rtc/rtc.txt
>
Applied, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-04-26 14:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-22 19:19 [PATCH] dt-bindings: Drop empty and unreferenced binding .txt files Rob Herring
2022-04-22 19:37 ` Alexandre Belloni
2022-04-25 7:47 ` Miquel Raynal
2022-04-26 14:06 ` 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).