* [linux][PATCH v2 11/20] dt-bindings: mmc: cdns: document Microchip PIC64GX MMC/SDHCI controller [not found] <20240930095449.1813195-1-pierre-henry.moussay@microchip.com> @ 2024-09-30 9:54 ` pierre-henry.moussay 2024-09-30 13:49 ` Conor Dooley 2024-10-08 14:36 ` Ulf Hansson 2024-09-30 9:54 ` [linux][PATCH v2 16/20] dt-bindings: mmc: cdns,sdhci: ref sdhci-common.yaml pierre-henry.moussay 1 sibling, 2 replies; 5+ messages in thread From: pierre-henry.moussay @ 2024-09-30 9:54 UTC (permalink / raw) To: Linux4Microchip, Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Masahiro Yamada Cc: Pierre-Henry Moussay, linux-mmc, devicetree, linux-kernel From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> PIC64GX is compatible with cdns,sd4hc without any additional feature Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> --- Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml index 6c40611405a0..ee3a838f7f06 100644 --- a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml @@ -15,6 +15,7 @@ properties: - enum: - amd,pensando-elba-sd4hc - microchip,mpfs-sd4hc + - microchip,pic64gx-sd4hc - socionext,uniphier-sd4hc - const: cdns,sd4hc -- 2.30.2 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [linux][PATCH v2 11/20] dt-bindings: mmc: cdns: document Microchip PIC64GX MMC/SDHCI controller 2024-09-30 9:54 ` [linux][PATCH v2 11/20] dt-bindings: mmc: cdns: document Microchip PIC64GX MMC/SDHCI controller pierre-henry.moussay @ 2024-09-30 13:49 ` Conor Dooley 2024-10-08 14:36 ` Ulf Hansson 1 sibling, 0 replies; 5+ messages in thread From: Conor Dooley @ 2024-09-30 13:49 UTC (permalink / raw) To: pierre-henry.moussay Cc: Linux4Microchip, Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Masahiro Yamada, linux-mmc, devicetree, linux-kernel [-- Attachment #1: Type: text/plain, Size: 363 bytes --] On Mon, Sep 30, 2024 at 10:54:40AM +0100, pierre-henry.moussay@microchip.com wrote: > From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> > > PIC64GX is compatible with cdns,sd4hc without any additional feature > > Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux][PATCH v2 11/20] dt-bindings: mmc: cdns: document Microchip PIC64GX MMC/SDHCI controller 2024-09-30 9:54 ` [linux][PATCH v2 11/20] dt-bindings: mmc: cdns: document Microchip PIC64GX MMC/SDHCI controller pierre-henry.moussay 2024-09-30 13:49 ` Conor Dooley @ 2024-10-08 14:36 ` Ulf Hansson 1 sibling, 0 replies; 5+ messages in thread From: Ulf Hansson @ 2024-10-08 14:36 UTC (permalink / raw) To: pierre-henry.moussay Cc: Linux4Microchip, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Masahiro Yamada, linux-mmc, devicetree, linux-kernel On Mon, 30 Sept 2024 at 11:55, <pierre-henry.moussay@microchip.com> wrote: > > From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> > > PIC64GX is compatible with cdns,sd4hc without any additional feature > > Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml > index 6c40611405a0..ee3a838f7f06 100644 > --- a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml > @@ -15,6 +15,7 @@ properties: > - enum: > - amd,pensando-elba-sd4hc > - microchip,mpfs-sd4hc > + - microchip,pic64gx-sd4hc > - socionext,uniphier-sd4hc > - const: cdns,sd4hc > > -- > 2.30.2 > ^ permalink raw reply [flat|nested] 5+ messages in thread
* [linux][PATCH v2 16/20] dt-bindings: mmc: cdns,sdhci: ref sdhci-common.yaml [not found] <20240930095449.1813195-1-pierre-henry.moussay@microchip.com> 2024-09-30 9:54 ` [linux][PATCH v2 11/20] dt-bindings: mmc: cdns: document Microchip PIC64GX MMC/SDHCI controller pierre-henry.moussay @ 2024-09-30 9:54 ` pierre-henry.moussay 2024-10-08 14:36 ` Ulf Hansson 1 sibling, 1 reply; 5+ messages in thread From: pierre-henry.moussay @ 2024-09-30 9:54 UTC (permalink / raw) To: Linux4Microchip, Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Masahiro Yamada Cc: Pierre-Henry Moussay, linux-mmc, devicetree, linux-kernel From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> Since the Cadence sdhci controller is sdhci compatible, the cdns,sdhci.yaml should ref sdhci-common.yaml to use 'sdhci-caps-mask' property. Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> --- Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml index ee3a838f7f06..0432cc96f7ca 100644 --- a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml @@ -121,7 +121,7 @@ required: - clocks allOf: - - $ref: mmc-controller.yaml + - $ref: sdhci-common.yaml - if: properties: compatible: -- 2.30.2 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [linux][PATCH v2 16/20] dt-bindings: mmc: cdns,sdhci: ref sdhci-common.yaml 2024-09-30 9:54 ` [linux][PATCH v2 16/20] dt-bindings: mmc: cdns,sdhci: ref sdhci-common.yaml pierre-henry.moussay @ 2024-10-08 14:36 ` Ulf Hansson 0 siblings, 0 replies; 5+ messages in thread From: Ulf Hansson @ 2024-10-08 14:36 UTC (permalink / raw) To: pierre-henry.moussay Cc: Linux4Microchip, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Masahiro Yamada, linux-mmc, devicetree, linux-kernel On Mon, 30 Sept 2024 at 11:55, <pierre-henry.moussay@microchip.com> wrote: > > From: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> > > Since the Cadence sdhci controller is sdhci compatible, the cdns,sdhci.yaml > should ref sdhci-common.yaml to use 'sdhci-caps-mask' property. > > Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml > index ee3a838f7f06..0432cc96f7ca 100644 > --- a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml > @@ -121,7 +121,7 @@ required: > - clocks > > allOf: > - - $ref: mmc-controller.yaml > + - $ref: sdhci-common.yaml > - if: > properties: > compatible: > -- > 2.30.2 > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-08 14:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240930095449.1813195-1-pierre-henry.moussay@microchip.com>
2024-09-30 9:54 ` [linux][PATCH v2 11/20] dt-bindings: mmc: cdns: document Microchip PIC64GX MMC/SDHCI controller pierre-henry.moussay
2024-09-30 13:49 ` Conor Dooley
2024-10-08 14:36 ` Ulf Hansson
2024-09-30 9:54 ` [linux][PATCH v2 16/20] dt-bindings: mmc: cdns,sdhci: ref sdhci-common.yaml pierre-henry.moussay
2024-10-08 14:36 ` Ulf Hansson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox