mbox series

[v3,0/2] Support for eMMC in AM65x-evm

Message ID 20190117094424.7683-1-faiz_abbas@ti.com (mailing list archive)
Headers show
Series Support for eMMC in AM65x-evm | expand

Message

Faiz Abbas Jan. 17, 2019, 9:44 a.m. UTC
The following patches add eMMC support on TI's AM65x-evm.

v3:
 1. Fixed patch titles to only include eMMC
 2. Added dma-coherent to the sdhci0 node.

v2:
 1. The SD card node is under debug for some usecases.
    Only upstreaming eMMC support for now.
 2. Rebased to latest mainline.
 3. Removed status = "disabled" from dtsi patch
 4. Fixed node name to not include '_'s

Faiz Abbas (2):
  arm64: dts: ti: k3-am654: Add Support for eMMC host controller
  arm64: dts: ti: k3-am654-base-board: Add eMMC Support

 arch/arm64/boot/dts/ti/k3-am65-main.dtsi      | 14 +++++++++++
 .../arm64/boot/dts/ti/k3-am654-base-board.dts | 25 +++++++++++++++++++
 2 files changed, 39 insertions(+)

Comments

Faiz Abbas Jan. 24, 2019, 8:13 a.m. UTC | #1
Hi,

On 17/01/19 3:14 PM, Faiz Abbas wrote:
> The following patches add eMMC support on TI's AM65x-evm.
> 
> v3:
>  1. Fixed patch titles to only include eMMC
>  2. Added dma-coherent to the sdhci0 node.
> 
> v2:
>  1. The SD card node is under debug for some usecases.
>     Only upstreaming eMMC support for now.
>  2. Rebased to latest mainline.
>  3. Removed status = "disabled" from dtsi patch
>  4. Fixed node name to not include '_'s
> 
> Faiz Abbas (2):
>   arm64: dts: ti: k3-am654: Add Support for eMMC host controller
>   arm64: dts: ti: k3-am654-base-board: Add eMMC Support
> 
>  arch/arm64/boot/dts/ti/k3-am65-main.dtsi      | 14 +++++++++++
>  .../arm64/boot/dts/ti/k3-am654-base-board.dts | 25 +++++++++++++++++++
>  2 files changed, 39 insertions(+)
> 

Gentle ping.

Thanks,
Faiz
Nishanth Menon Jan. 24, 2019, 12:40 p.m. UTC | #2
On 13:43-20190124, Faiz Abbas wrote:
> Hi,
> 
> On 17/01/19 3:14 PM, Faiz Abbas wrote:
> > The following patches add eMMC support on TI's AM65x-evm.
> > 
> > v3:
> >  1. Fixed patch titles to only include eMMC
> >  2. Added dma-coherent to the sdhci0 node.
> > 
> > v2:
> >  1. The SD card node is under debug for some usecases.
> >     Only upstreaming eMMC support for now.
> >  2. Rebased to latest mainline.
> >  3. Removed status = "disabled" from dtsi patch
> >  4. Fixed node name to not include '_'s
> > 
> > Faiz Abbas (2):
> >   arm64: dts: ti: k3-am654: Add Support for eMMC host controller
> >   arm64: dts: ti: k3-am654-base-board: Add eMMC Support
> > 
> >  arch/arm64/boot/dts/ti/k3-am65-main.dtsi      | 14 +++++++++++
> >  .../arm64/boot/dts/ti/k3-am654-base-board.dts | 25 +++++++++++++++++++
> >  2 files changed, 39 insertions(+)
> > 
> 
> Gentle ping.


OK With me. Tero: are you publishing a next branch? could you
pick this up please?
Tero Kristo Jan. 24, 2019, 7:45 p.m. UTC | #3
On 24/01/2019 14:40, Nishanth Menon wrote:
> On 13:43-20190124, Faiz Abbas wrote:
>> Hi,
>>
>> On 17/01/19 3:14 PM, Faiz Abbas wrote:
>>> The following patches add eMMC support on TI's AM65x-evm.
>>>
>>> v3:
>>>   1. Fixed patch titles to only include eMMC
>>>   2. Added dma-coherent to the sdhci0 node.
>>>
>>> v2:
>>>   1. The SD card node is under debug for some usecases.
>>>      Only upstreaming eMMC support for now.
>>>   2. Rebased to latest mainline.
>>>   3. Removed status = "disabled" from dtsi patch
>>>   4. Fixed node name to not include '_'s
>>>
>>> Faiz Abbas (2):
>>>    arm64: dts: ti: k3-am654: Add Support for eMMC host controller
>>>    arm64: dts: ti: k3-am654-base-board: Add eMMC Support
>>>
>>>   arch/arm64/boot/dts/ti/k3-am65-main.dtsi      | 14 +++++++++++
>>>   .../arm64/boot/dts/ti/k3-am654-base-board.dts | 25 +++++++++++++++++++
>>>   2 files changed, 39 insertions(+)
>>>
>>
>> Gentle ping.
> 
> 
> OK With me. Tero: are you publishing a next branch? could you
> pick this up please?
> 

Yeah, series looks fine so I'll queue it up for 5.1.

I am not currently publishing -next branch, but I can start tracking one.

-Tero
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
Tony Lindgren Jan. 24, 2019, 7:49 p.m. UTC | #4
* Tero Kristo <t-kristo@ti.com> [190124 19:46]:
> I am not currently publishing -next branch, but I can start tracking one.

Yes please do as the patches should be sitting in
Linux next for at least two weeks before merging.
And there can be often delays of multiple days with
getting patches merged to armsoc next branch.

Regards,

Tony
Tero Kristo Feb. 1, 2019, 9 a.m. UTC | #5
On 24/01/2019 14:40, Nishanth Menon wrote:
> On 13:43-20190124, Faiz Abbas wrote:
>> Hi,
>>
>> On 17/01/19 3:14 PM, Faiz Abbas wrote:
>>> The following patches add eMMC support on TI's AM65x-evm.
>>>
>>> v3:
>>>   1. Fixed patch titles to only include eMMC
>>>   2. Added dma-coherent to the sdhci0 node.
>>>
>>> v2:
>>>   1. The SD card node is under debug for some usecases.
>>>      Only upstreaming eMMC support for now.
>>>   2. Rebased to latest mainline.
>>>   3. Removed status = "disabled" from dtsi patch
>>>   4. Fixed node name to not include '_'s
>>>
>>> Faiz Abbas (2):
>>>    arm64: dts: ti: k3-am654: Add Support for eMMC host controller
>>>    arm64: dts: ti: k3-am654-base-board: Add eMMC Support
>>>
>>>   arch/arm64/boot/dts/ti/k3-am65-main.dtsi      | 14 +++++++++++
>>>   .../arm64/boot/dts/ti/k3-am654-base-board.dts | 25 +++++++++++++++++++
>>>   2 files changed, 39 insertions(+)
>>>
>>
>> Gentle ping.
> 
> 
> OK With me. Tero: are you publishing a next branch? could you
> pick this up please?
> 

Ok, queued up for 5.1.

I also pushed an am654-next branch to git.kernel.org. This is not 
tracked in linux-next yet though, I am not quite sure if anybody is 
doing any am654 testing with linux-next, and I only push DT patches via 
this branch anyway which are kind of special.

-Tero
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki