mbox series

[0/7] Add support for SD card in AM654x-evm

Message ID 20200619125801.9530-1-faiz_abbas@ti.com
Headers show
Series Add support for SD card in AM654x-evm | expand

Message

Faiz Abbas June 19, 2020, 12:57 p.m. UTC
The following patches add driver support for SD card on the
am654x-evm. It only enables high speed mode with UHS mode
support coming in a future series.

DTS support will be added in another series as well.

Faiz Abbas (7):
  dt-bindings: mmc: sdhci-am654: Add ti,clkbuf-sel binding
  mmc: sdhci_am654: Add flag for PHY calibration
  mmc: sdhci_am654: Add Support for SR2.0
  mmc: sdhci_am654: Fix conditions for enabling dll
  mmc: sdhci_am654: Update delay chain configuration
  mmc: sdhci_am654: Add support for clkbuf_sel property
  arm64: defconfig: Enable AM654x SDHCI controller

 .../devicetree/bindings/mmc/sdhci-am654.txt   |  1 +
 arch/arm64/configs/defconfig                  |  1 +
 drivers/mmc/host/sdhci_am654.c                | 86 ++++++++++++++-----
 3 files changed, 65 insertions(+), 23 deletions(-)

Comments

Faiz Abbas July 3, 2020, 7:27 a.m. UTC | #1
Hi,

On 19/06/20 6:27 pm, Faiz Abbas wrote:
> The following patches add driver support for SD card on the

> am654x-evm. It only enables high speed mode with UHS mode

> support coming in a future series.

> 

> DTS support will be added in another series as well.

> 

> Faiz Abbas (7):

>   dt-bindings: mmc: sdhci-am654: Add ti,clkbuf-sel binding

>   mmc: sdhci_am654: Add flag for PHY calibration

>   mmc: sdhci_am654: Add Support for SR2.0

>   mmc: sdhci_am654: Fix conditions for enabling dll

>   mmc: sdhci_am654: Update delay chain configuration

>   mmc: sdhci_am654: Add support for clkbuf_sel property

>   arm64: defconfig: Enable AM654x SDHCI controller

> 

>  .../devicetree/bindings/mmc/sdhci-am654.txt   |  1 +

>  arch/arm64/configs/defconfig                  |  1 +

>  drivers/mmc/host/sdhci_am654.c                | 86 ++++++++++++++-----

>  3 files changed, 65 insertions(+), 23 deletions(-)

> 


Gentle ping.

Thanks,
Faiz
Ulf Hansson July 6, 2020, 2:48 p.m. UTC | #2
On Fri, 19 Jun 2020 at 14:58, Faiz Abbas <faiz_abbas@ti.com> wrote:
>

> The following patches add driver support for SD card on the

> am654x-evm. It only enables high speed mode with UHS mode

> support coming in a future series.

>

> DTS support will be added in another series as well.

>

> Faiz Abbas (7):

>   dt-bindings: mmc: sdhci-am654: Add ti,clkbuf-sel binding

>   mmc: sdhci_am654: Add flag for PHY calibration

>   mmc: sdhci_am654: Add Support for SR2.0

>   mmc: sdhci_am654: Fix conditions for enabling dll

>   mmc: sdhci_am654: Update delay chain configuration

>   mmc: sdhci_am654: Add support for clkbuf_sel property

>   arm64: defconfig: Enable AM654x SDHCI controller

>

>  .../devicetree/bindings/mmc/sdhci-am654.txt   |  1 +

>  arch/arm64/configs/defconfig                  |  1 +

>  drivers/mmc/host/sdhci_am654.c                | 86 ++++++++++++++-----

>  3 files changed, 65 insertions(+), 23 deletions(-)

>

> --

> 2.17.1

>


Patch 1 to 6, applied for next, thanks!

Kind regards
Uffe