mbox series

[U-Boot,0/8] Add Support for MMC/SD in J721e

Message ID 20191119081925.19497-1-faiz_abbas@ti.com
Headers show
Series Add Support for MMC/SD in J721e | expand

Message

Faiz Abbas Nov. 19, 2019, 8:19 a.m. UTC
The following patches add support for MMC/SD in J721e. Currently, SD
card is capped at 25 MBps and eMMC is capped at 50 MBps. Support for
higher speeds and eMMC boot support will be added in futures series.

Faiz Abbas (8):
  mmc: am654_sdhci: Get Xin clock by name
  mmc: am654_sdhci: Add Support for configuring PHY in J721e
  arm: dts: k3-j721e-common-proc-board: Remove voltage-ranges from sdhci
    nodes
  arm: dts: k3-j721e-common-proc-board: Add pinmux for SD card
  configs: j721e_evm: Add configs for ADMA Support
  configs: j721e_evm_a72: Enable FAT_WRITE
  configs: j721e_evm_a72: Add Support for GPT partitions
  configs: j721e_evm_r5: Add configs for environment in eMMC

 arch/arm/dts/k3-am654-base-board-u-boot.dtsi  |   3 +-
 .../k3-j721e-common-proc-board-u-boot.dtsi    |   4 +
 arch/arm/dts/k3-j721e-common-proc-board.dts   |  22 ++-
 .../arm/dts/k3-j721e-r5-common-proc-board.dts |  16 +++
 configs/j721e_evm_a72_defconfig               |   7 +
 configs/j721e_evm_r5_defconfig                |   1 +
 drivers/mmc/am654_sdhci.c                     | 129 ++++++++++++++----
 include/configs/j721e_evm.h                   |  15 ++
 8 files changed, 163 insertions(+), 34 deletions(-)

Comments

Faiz Abbas Jan. 7, 2020, 11:22 a.m. UTC | #1
Hi,

On 19/11/19 1:49 pm, Faiz Abbas wrote:
> The following patches add support for MMC/SD in J721e. Currently, SD
> card is capped at 25 MBps and eMMC is capped at 50 MBps. Support for
> higher speeds and eMMC boot support will be added in futures series.
> 
> Faiz Abbas (8):
>   mmc: am654_sdhci: Get Xin clock by name
>   mmc: am654_sdhci: Add Support for configuring PHY in J721e
>   arm: dts: k3-j721e-common-proc-board: Remove voltage-ranges from sdhci
>     nodes
>   arm: dts: k3-j721e-common-proc-board: Add pinmux for SD card
>   configs: j721e_evm: Add configs for ADMA Support
>   configs: j721e_evm_a72: Enable FAT_WRITE
>   configs: j721e_evm_a72: Add Support for GPT partitions
>   configs: j721e_evm_r5: Add configs for environment in eMMC
> 
>  arch/arm/dts/k3-am654-base-board-u-boot.dtsi  |   3 +-
>  .../k3-j721e-common-proc-board-u-boot.dtsi    |   4 +
>  arch/arm/dts/k3-j721e-common-proc-board.dts   |  22 ++-
>  .../arm/dts/k3-j721e-r5-common-proc-board.dts |  16 +++
>  configs/j721e_evm_a72_defconfig               |   7 +
>  configs/j721e_evm_r5_defconfig                |   1 +
>  drivers/mmc/am654_sdhci.c                     | 129 ++++++++++++++----
>  include/configs/j721e_evm.h                   |  15 ++
>  8 files changed, 163 insertions(+), 34 deletions(-)
> 

Can this series be picked up?

Thanks,
Faiz
Peng Fan Jan. 8, 2020, 1:14 a.m. UTC | #2
> Subject: Re: [PATCH 0/8] Add Support for MMC/SD in J721e
> 
> Hi,
> 
> On 19/11/19 1:49 pm, Faiz Abbas wrote:
> > The following patches add support for MMC/SD in J721e. Currently, SD
> > card is capped at 25 MBps and eMMC is capped at 50 MBps. Support for
> > higher speeds and eMMC boot support will be added in futures series.
> >
> > Faiz Abbas (8):
> >   mmc: am654_sdhci: Get Xin clock by name
> >   mmc: am654_sdhci: Add Support for configuring PHY in J721e
> >   arm: dts: k3-j721e-common-proc-board: Remove voltage-ranges from
> sdhci
> >     nodes
> >   arm: dts: k3-j721e-common-proc-board: Add pinmux for SD card
> >   configs: j721e_evm: Add configs for ADMA Support
> >   configs: j721e_evm_a72: Enable FAT_WRITE
> >   configs: j721e_evm_a72: Add Support for GPT partitions
> >   configs: j721e_evm_r5: Add configs for environment in eMMC
> >
> >  arch/arm/dts/k3-am654-base-board-u-boot.dtsi  |   3 +-
> >  .../k3-j721e-common-proc-board-u-boot.dtsi    |   4 +
> >  arch/arm/dts/k3-j721e-common-proc-board.dts   |  22 ++-
> >  .../arm/dts/k3-j721e-r5-common-proc-board.dts |  16 +++
> >  configs/j721e_evm_a72_defconfig               |   7 +
> >  configs/j721e_evm_r5_defconfig                |   1 +
> >  drivers/mmc/am654_sdhci.c                     | 129
> ++++++++++++++----
> >  include/configs/j721e_evm.h                   |  15 ++
> >  8 files changed, 163 insertions(+), 34 deletions(-)
> >
> 
> Can this series be picked up?

This patchset is not in my patchwork. TI maintainers might help.

Regards,
Peng.

> 
> Thanks,
> Faiz
Faiz Abbas Jan. 10, 2020, 8:03 a.m. UTC | #3
+Tom

On 08/01/20 6:44 am, Peng Fan wrote:
> 
> 
>> Subject: Re: [PATCH 0/8] Add Support for MMC/SD in J721e
>>
>> Hi,
>>
>> On 19/11/19 1:49 pm, Faiz Abbas wrote:
>>> The following patches add support for MMC/SD in J721e. Currently, SD
>>> card is capped at 25 MBps and eMMC is capped at 50 MBps. Support for
>>> higher speeds and eMMC boot support will be added in futures series.
>>>
>>> Faiz Abbas (8):
>>>   mmc: am654_sdhci: Get Xin clock by name
>>>   mmc: am654_sdhci: Add Support for configuring PHY in J721e
>>>   arm: dts: k3-j721e-common-proc-board: Remove voltage-ranges from
>> sdhci
>>>     nodes
>>>   arm: dts: k3-j721e-common-proc-board: Add pinmux for SD card
>>>   configs: j721e_evm: Add configs for ADMA Support
>>>   configs: j721e_evm_a72: Enable FAT_WRITE
>>>   configs: j721e_evm_a72: Add Support for GPT partitions
>>>   configs: j721e_evm_r5: Add configs for environment in eMMC
>>>
>>>  arch/arm/dts/k3-am654-base-board-u-boot.dtsi  |   3 +-
>>>  .../k3-j721e-common-proc-board-u-boot.dtsi    |   4 +
>>>  arch/arm/dts/k3-j721e-common-proc-board.dts   |  22 ++-
>>>  .../arm/dts/k3-j721e-r5-common-proc-board.dts |  16 +++
>>>  configs/j721e_evm_a72_defconfig               |   7 +
>>>  configs/j721e_evm_r5_defconfig                |   1 +
>>>  drivers/mmc/am654_sdhci.c                     | 129
>> ++++++++++++++----
>>>  include/configs/j721e_evm.h                   |  15 ++
>>>  8 files changed, 163 insertions(+), 34 deletions(-)
>>>
>>
>> Can this series be picked up?
> 
> This patchset is not in my patchwork. TI maintainers might help.
> 
> Regards,
> Peng.
> 
>>
>> Thanks,
>> Faiz
Lokesh Vutla Jan. 16, 2020, 1:16 p.m. UTC | #4
Faiz,

On 10/01/20 1:33 PM, Faiz Abbas wrote:
> +Tom
> 
> On 08/01/20 6:44 am, Peng Fan wrote:
>>
>>
>>> Subject: Re: [PATCH 0/8] Add Support for MMC/SD in J721e
>>>
>>> Hi,
>>>
>>> On 19/11/19 1:49 pm, Faiz Abbas wrote:
>>>> The following patches add support for MMC/SD in J721e. Currently, SD
>>>> card is capped at 25 MBps and eMMC is capped at 50 MBps. Support for
>>>> higher speeds and eMMC boot support will be added in futures series.
>>>>
>>>> Faiz Abbas (8):
>>>>   mmc: am654_sdhci: Get Xin clock by name
>>>>   mmc: am654_sdhci: Add Support for configuring PHY in J721e
>>>>   arm: dts: k3-j721e-common-proc-board: Remove voltage-ranges from
>>> sdhci
>>>>     nodes
>>>>   arm: dts: k3-j721e-common-proc-board: Add pinmux for SD card
>>>>   configs: j721e_evm: Add configs for ADMA Support
>>>>   configs: j721e_evm_a72: Enable FAT_WRITE
>>>>   configs: j721e_evm_a72: Add Support for GPT partitions
>>>>   configs: j721e_evm_r5: Add configs for environment in eMMC
>>>>
>>>>  arch/arm/dts/k3-am654-base-board-u-boot.dtsi  |   3 +-
>>>>  .../k3-j721e-common-proc-board-u-boot.dtsi    |   4 +
>>>>  arch/arm/dts/k3-j721e-common-proc-board.dts   |  22 ++-
>>>>  .../arm/dts/k3-j721e-r5-common-proc-board.dts |  16 +++
>>>>  configs/j721e_evm_a72_defconfig               |   7 +
>>>>  configs/j721e_evm_r5_defconfig                |   1 +
>>>>  drivers/mmc/am654_sdhci.c                     | 129
>>> ++++++++++++++----
>>>>  include/configs/j721e_evm.h                   |  15 ++
>>>>  8 files changed, 163 insertions(+), 34 deletions(-)
>>>>
>>>
>>> Can this series be picked up?
>>
>> This patchset is not in my patchwork. TI maintainers might help.

This series no longer apply cleanly on master.

Can you re-base on top of
https://gitlab.denx.de/u-boot/custodians/u-boot-ti/commits/next and re-post. Ill
pull it in.

Thanks and regards,
Lokesh

>>
>> Regards,
>> Peng.
>>
>>>
>>> Thanks,
>>> Faiz