* [PATCH] dt-bindings: mmc: Remove redundant sdhci.txt
@ 2025-03-20 21:19 Rob Herring (Arm)
2025-03-21 16:18 ` Conor Dooley
2025-04-07 16:04 ` Ulf Hansson
0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-03-20 21:19 UTC (permalink / raw)
To: Ulf Hansson, Krzysztof Kozlowski, Conor Dooley
Cc: linux-mmc, devicetree, linux-kernel
The properties in sdhci.txt are documented in sdhci-common.yaml, too.
Remove the txt binding.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
Documentation/devicetree/bindings/mmc/sdhci.txt | 13 -------------
1 file changed, 13 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci.txt
diff --git a/Documentation/devicetree/bindings/mmc/sdhci.txt b/Documentation/devicetree/bindings/mmc/sdhci.txt
deleted file mode 100644
index 0e9923a64024..000000000000
--- a/Documentation/devicetree/bindings/mmc/sdhci.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-The properties specific for SD host controllers. For properties shared by MMC
-host controllers refer to the mmc[1] bindings.
-
- [1] Documentation/devicetree/bindings/mmc/mmc.txt
-
-Optional properties:
-- sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit
- property corresponds to the bits in the sdhci capability register. If the bit
- is on in the mask then the bit is incorrect in the register and should be
- turned off, before applying sdhci-caps.
-- sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
- property corresponds to the bits in the sdhci capability register. If the
- bit is on in the property then the bit should be turned on.
--
2.47.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: mmc: Remove redundant sdhci.txt
2025-03-20 21:19 [PATCH] dt-bindings: mmc: Remove redundant sdhci.txt Rob Herring (Arm)
@ 2025-03-21 16:18 ` Conor Dooley
2025-04-07 16:04 ` Ulf Hansson
1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2025-03-21 16:18 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Ulf Hansson, Krzysztof Kozlowski, Conor Dooley, linux-mmc,
devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1503 bytes --]
On Thu, Mar 20, 2025 at 04:19:21PM -0500, Rob Herring (Arm) wrote:
> The properties in sdhci.txt are documented in sdhci-common.yaml, too.
> Remove the txt binding.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
> ---
> Documentation/devicetree/bindings/mmc/sdhci.txt | 13 -------------
> 1 file changed, 13 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci.txt
>
> diff --git a/Documentation/devicetree/bindings/mmc/sdhci.txt b/Documentation/devicetree/bindings/mmc/sdhci.txt
> deleted file mode 100644
> index 0e9923a64024..000000000000
> --- a/Documentation/devicetree/bindings/mmc/sdhci.txt
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -The properties specific for SD host controllers. For properties shared by MMC
> -host controllers refer to the mmc[1] bindings.
> -
> - [1] Documentation/devicetree/bindings/mmc/mmc.txt
> -
> -Optional properties:
> -- sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit
> - property corresponds to the bits in the sdhci capability register. If the bit
> - is on in the mask then the bit is incorrect in the register and should be
> - turned off, before applying sdhci-caps.
> -- sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
> - property corresponds to the bits in the sdhci capability register. If the
> - bit is on in the property then the bit should be turned on.
> --
> 2.47.2
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: mmc: Remove redundant sdhci.txt
2025-03-20 21:19 [PATCH] dt-bindings: mmc: Remove redundant sdhci.txt Rob Herring (Arm)
2025-03-21 16:18 ` Conor Dooley
@ 2025-04-07 16:04 ` Ulf Hansson
1 sibling, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2025-04-07 16:04 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Krzysztof Kozlowski, Conor Dooley, linux-mmc, devicetree,
linux-kernel
On Thu, 20 Mar 2025 at 22:19, Rob Herring (Arm) <robh@kernel.org> wrote:
>
> The properties in sdhci.txt are documented in sdhci-common.yaml, too.
> Remove the txt binding.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Applied for next, thanks!
Kind regards
Uffe
> ---
> Documentation/devicetree/bindings/mmc/sdhci.txt | 13 -------------
> 1 file changed, 13 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci.txt
>
> diff --git a/Documentation/devicetree/bindings/mmc/sdhci.txt b/Documentation/devicetree/bindings/mmc/sdhci.txt
> deleted file mode 100644
> index 0e9923a64024..000000000000
> --- a/Documentation/devicetree/bindings/mmc/sdhci.txt
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -The properties specific for SD host controllers. For properties shared by MMC
> -host controllers refer to the mmc[1] bindings.
> -
> - [1] Documentation/devicetree/bindings/mmc/mmc.txt
> -
> -Optional properties:
> -- sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit
> - property corresponds to the bits in the sdhci capability register. If the bit
> - is on in the mask then the bit is incorrect in the register and should be
> - turned off, before applying sdhci-caps.
> -- sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
> - property corresponds to the bits in the sdhci capability register. If the
> - bit is on in the property then the bit should be turned on.
> --
> 2.47.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-07 16:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-20 21:19 [PATCH] dt-bindings: mmc: Remove redundant sdhci.txt Rob Herring (Arm)
2025-03-21 16:18 ` Conor Dooley
2025-04-07 16:04 ` Ulf Hansson
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).