[PATCH v3 2/3] mmc: sdhci-omap: Add OMAP SDHCI driver
From: adrian.hunter@intel.com (Adrian Hunter)
Date: 2017-09-14 07:33:19
Also in:
linux-devicetree, linux-mmc, linux-omap, lkml
From: adrian.hunter@intel.com (Adrian Hunter)
Date: 2017-09-14 07:33:19
Also in:
linux-devicetree, linux-mmc, linux-omap, lkml
On 06/09/17 14:45, Kishon Vijay Abraham I wrote:
Create a new sdhci-omap driver to configure the eMMC/SD/SDIO controller in TI's OMAP SoCs making use of the SDHCI core library. For OMAP specific configurations, populate sdhci_ops with OMAP specific callbacks and use SDHCI quirks. Enable only high speed mode for both SD and eMMC here and add other UHS mode support later. Signed-off-by: Kishon Vijay Abraham I <redacted>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>