All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mmc: sdhci-am654: Add compatible string for AM64 SoC
@ 2021-01-07  5:54 Aswath Govindraju
  2021-01-13  3:20 ` Rob Herring
  2021-01-13 10:56 ` Ulf Hansson
  0 siblings, 2 replies; 6+ messages in thread
From: Aswath Govindraju @ 2021-01-07  5:54 UTC (permalink / raw)
  Cc: Vignesh Raghavendra, Sekhar Nori, Kishon Vijay Abraham I,
	Aswath Govindraju, Ulf Hansson, Rob Herring, linux-mmc,
	devicetree, linux-kernel

Add compatible string for AM64 SoC in device tree binding of AM654 SDHCI
module as the same IP is used.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
---
 Documentation/devicetree/bindings/mmc/sdhci-am654.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
index 1ae945434c53..34e53db29428 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
+++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
@@ -21,6 +21,8 @@ properties:
       - ti,j721e-sdhci-4bit
       - ti,j7200-sdhci-8bit
       - ti,j721e-sdhci-4bit
+      - ti,am64-sdhci-8bit
+      - ti,am64-sdhci-4bit
 
   reg:
     maxItems: 2
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: mmc: sdhci-am654: Add compatible string for AM64 SoC
  2021-01-07  5:54 [PATCH] dt-bindings: mmc: sdhci-am654: Add compatible string for AM64 SoC Aswath Govindraju
@ 2021-01-13  3:20 ` Rob Herring
  2021-01-13 10:56 ` Ulf Hansson
  1 sibling, 0 replies; 6+ messages in thread
From: Rob Herring @ 2021-01-13  3:20 UTC (permalink / raw)
  To: Aswath Govindraju
  Cc: Sekhar Nori, linux-mmc, Kishon Vijay Abraham I, Ulf Hansson,
	devicetree, linux-kernel, Rob Herring, Vignesh Raghavendra

On Thu, 07 Jan 2021 11:24:57 +0530, Aswath Govindraju wrote:
> Add compatible string for AM64 SoC in device tree binding of AM654 SDHCI
> module as the same IP is used.
> 
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> ---
>  Documentation/devicetree/bindings/mmc/sdhci-am654.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: mmc: sdhci-am654: Add compatible string for AM64 SoC
  2021-01-07  5:54 [PATCH] dt-bindings: mmc: sdhci-am654: Add compatible string for AM64 SoC Aswath Govindraju
  2021-01-13  3:20 ` Rob Herring
@ 2021-01-13 10:56 ` Ulf Hansson
  2021-01-13 11:20   ` Aswath Govindraju
  1 sibling, 1 reply; 6+ messages in thread
From: Ulf Hansson @ 2021-01-13 10:56 UTC (permalink / raw)
  To: Aswath Govindraju
  Cc: Vignesh Raghavendra, Sekhar Nori, Kishon Vijay Abraham I,
	Rob Herring, linux-mmc, DTML, Linux Kernel Mailing List

On Thu, 7 Jan 2021 at 06:55, Aswath Govindraju <a-govindraju@ti.com> wrote:
>
> Add compatible string for AM64 SoC in device tree binding of AM654 SDHCI
> module as the same IP is used.
>
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>

Do you have a corresponding patch for the driver as well? I would like
to apply them together.

Kind regards
Uffe

> ---
>  Documentation/devicetree/bindings/mmc/sdhci-am654.yaml | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
> index 1ae945434c53..34e53db29428 100644
> --- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
> +++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
> @@ -21,6 +21,8 @@ properties:
>        - ti,j721e-sdhci-4bit
>        - ti,j7200-sdhci-8bit
>        - ti,j721e-sdhci-4bit
> +      - ti,am64-sdhci-8bit
> +      - ti,am64-sdhci-4bit
>
>    reg:
>      maxItems: 2
> --
> 2.17.1
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: mmc: sdhci-am654: Add compatible string for AM64 SoC
  2021-01-13 10:56 ` Ulf Hansson
@ 2021-01-13 11:20   ` Aswath Govindraju
  2021-01-13 11:27     ` Ulf Hansson
  0 siblings, 1 reply; 6+ messages in thread
From: Aswath Govindraju @ 2021-01-13 11:20 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Vignesh Raghavendra, Sekhar Nori, Kishon Vijay Abraham I,
	Rob Herring, linux-mmc, DTML, Linux Kernel Mailing List

Hi Uffe,

On 13/01/21 4:26 pm, Ulf Hansson wrote:
> On Thu, 7 Jan 2021 at 06:55, Aswath Govindraju <a-govindraju@ti.com> wrote:
>>
>> Add compatible string for AM64 SoC in device tree binding of AM654 SDHCI
>> module as the same IP is used.
>>
>> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> 
> Do you have a corresponding patch for the driver as well? I would like
> to apply them together.
> 

Yes, I do. Here is the link to the patch,
https://lore.kernel.org/patchwork/patch/1364589/

Thanks,
Aswath

> Kind regards
> Uffe
> 
>> ---
>>  Documentation/devicetree/bindings/mmc/sdhci-am654.yaml | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
>> index 1ae945434c53..34e53db29428 100644
>> --- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
>> +++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
>> @@ -21,6 +21,8 @@ properties:
>>        - ti,j721e-sdhci-4bit
>>        - ti,j7200-sdhci-8bit
>>        - ti,j721e-sdhci-4bit
>> +      - ti,am64-sdhci-8bit
>> +      - ti,am64-sdhci-4bit
>>
>>    reg:
>>      maxItems: 2
>> --
>> 2.17.1
>>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: mmc: sdhci-am654: Add compatible string for AM64 SoC
  2021-01-13 11:20   ` Aswath Govindraju
@ 2021-01-13 11:27     ` Ulf Hansson
  2021-01-13 12:02       ` Aswath Govindraju
  0 siblings, 1 reply; 6+ messages in thread
From: Ulf Hansson @ 2021-01-13 11:27 UTC (permalink / raw)
  To: Aswath Govindraju
  Cc: Vignesh Raghavendra, Sekhar Nori, Kishon Vijay Abraham I,
	Rob Herring, linux-mmc, DTML, Linux Kernel Mailing List

On Wed, 13 Jan 2021 at 12:20, Aswath Govindraju <a-govindraju@ti.com> wrote:
>
> Hi Uffe,
>
> On 13/01/21 4:26 pm, Ulf Hansson wrote:
> > On Thu, 7 Jan 2021 at 06:55, Aswath Govindraju <a-govindraju@ti.com> wrote:
> >>
> >> Add compatible string for AM64 SoC in device tree binding of AM654 SDHCI
> >> module as the same IP is used.
> >>
> >> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> >
> > Do you have a corresponding patch for the driver as well? I would like
> > to apply them together.
> >
>
> Yes, I do. Here is the link to the patch,
> https://lore.kernel.org/patchwork/patch/1364589/

Great. Can you please re-submit them together to the linux-mmc list,
then I can pick them up.

[...]

Kind regards
Uffe

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: mmc: sdhci-am654: Add compatible string for AM64 SoC
  2021-01-13 11:27     ` Ulf Hansson
@ 2021-01-13 12:02       ` Aswath Govindraju
  0 siblings, 0 replies; 6+ messages in thread
From: Aswath Govindraju @ 2021-01-13 12:02 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Vignesh Raghavendra, Sekhar Nori, Kishon Vijay Abraham I,
	Rob Herring, linux-mmc, DTML, Linux Kernel Mailing List

Hi Uffe,

On 13/01/21 4:57 pm, Ulf Hansson wrote:
> On Wed, 13 Jan 2021 at 12:20, Aswath Govindraju <a-govindraju@ti.com> wrote:
>>
>> Hi Uffe,
>>
>> On 13/01/21 4:26 pm, Ulf Hansson wrote:
>>> On Thu, 7 Jan 2021 at 06:55, Aswath Govindraju <a-govindraju@ti.com> wrote:
>>>>
>>>> Add compatible string for AM64 SoC in device tree binding of AM654 SDHCI
>>>> module as the same IP is used.
>>>>
>>>> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
>>>
>>> Do you have a corresponding patch for the driver as well? I would like
>>> to apply them together.
>>>
>>
>> Yes, I do. Here is the link to the patch,
>> https://lore.kernel.org/patchwork/patch/1364589/
> 
> Great. Can you please re-submit them together to the linux-mmc list,
> then I can pick them up.
>

Sent the patches. Here is a link to the series,
https://lore.kernel.org/patchwork/project/lkml/list/?series=479980

> [...]

Thanks,
Aswath



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-13 12:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07  5:54 [PATCH] dt-bindings: mmc: sdhci-am654: Add compatible string for AM64 SoC Aswath Govindraju
2021-01-13  3:20 ` Rob Herring
2021-01-13 10:56 ` Ulf Hansson
2021-01-13 11:20   ` Aswath Govindraju
2021-01-13 11:27     ` Ulf Hansson
2021-01-13 12:02       ` Aswath Govindraju

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.