Re: [PATCH 0/7] Port am335 and am437 devices to sdhci-omap

From: Faiz Abbas
Date: Thu Jan 24 2019 - 04:41:21 EST


Hi,

On 11/01/19 4:38 PM, Faiz Abbas wrote:
> The following add driver patches for porting TI's am335x and am437x
> devices to the sdhci-omap driver.
>
> This involves adding external DMA support to sdhci (first 3 patches from
> Chunyan) plus some miscellaneous patches to take care of deviations of
> the controllers from the sdhci model.
>
> DT changes will be posted in a separate series.
>
> Untested versions of Chunyan's patches were posted before[1].
>
> Tested on: am335x-evm, am335x-boneblack, am335x-sk, am437x-gpevm,
> am43xx-gpevm, am437x-idk, dra7xx-evm, dra72x-evm
>
> [1] https://patchwork.kernel.org/project/linux-mmc/list/?series=54897
>
> Chunyan Zhang (3):
> mmc: sdhci: add support for using external DMA devices
> mmc: sdhci-omap: Add using external dma
> dt-bindings: sdhci-omap: Add example for using external dma
>
> Faiz Abbas (4):
> mmc: sdhci: Add quirk for disabling DTO during erase command
> mmc: sdhci_omap: Add DISABLE_DTO_FOR_ERASE Quirk
> dt-bindings: sdhci-omap: Add am335x and am437x specific bindings
> mmc: sdhci-omap: Add am335x and am437x specific compatibles
>
> .../devicetree/bindings/mmc/sdhci-omap.txt | 9 +
> drivers/mmc/host/Kconfig | 4 +
> drivers/mmc/host/sdhci-omap.c | 27 +-
> drivers/mmc/host/sdhci.c | 274 +++++++++++++++++-
> drivers/mmc/host/sdhci.h | 10 +
> 5 files changed, 319 insertions(+), 5 deletions(-)
>

Gentle ping.

Thanks,
Faiz