mbox series

[0/3] Fixes for Am65x controllers

Message ID 20200108143301.1929-1-faiz_abbas@ti.com (mailing list archive)
Headers show
Series Fixes for Am65x controllers | expand

Message

Faiz Abbas Jan. 8, 2020, 2:32 p.m. UTC
The following are some fixes for sdhci_am654 driver.

Patch 3 depends on patch 2.

v1 of patch 2 was posted:
https://patchwork.kernel.org/project/linux-mmc/list/?series=222279

Faiz Abbas (3):
  mmc: sdhci_am654: Remove Inverted Write Protect flag
  mmc: sdhci_am654: Reset Command and Data line after tuning
  mmc: sdhci_am654: Fix Command Queuing in AM65x

 drivers/mmc/host/sdhci_am654.c | 54 ++++++++++++++++++++++------------
 1 file changed, 35 insertions(+), 19 deletions(-)

Comments

Ulf Hansson Jan. 16, 2020, 2:39 p.m. UTC | #1
On Wed, 8 Jan 2020 at 15:31, Faiz Abbas <faiz_abbas@ti.com> wrote:
>
> The following are some fixes for sdhci_am654 driver.
>
> Patch 3 depends on patch 2.
>
> v1 of patch 2 was posted:
> https://patchwork.kernel.org/project/linux-mmc/list/?series=222279
>
> Faiz Abbas (3):
>   mmc: sdhci_am654: Remove Inverted Write Protect flag
>   mmc: sdhci_am654: Reset Command and Data line after tuning
>   mmc: sdhci_am654: Fix Command Queuing in AM65x
>
>  drivers/mmc/host/sdhci_am654.c | 54 ++++++++++++++++++++++------------
>  1 file changed, 35 insertions(+), 19 deletions(-)
>
> --
> 2.19.2
>

Applied for fixes, thanks!

Kind regards
Uffe