[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <28fa7d6a-1067-f898-a2e0-28468092a39c@ti.com>
Date: Mon, 18 Nov 2019 11:57:14 +0530
From: Faiz Abbas <faiz_abbas@...com>
To: <linux-kernel@...r.kernel.org>, <linux-mmc@...r.kernel.org>
CC: <adrian.hunter@...el.com>, <ulf.hansson@...aro.org>
Subject: Re: [PATCH] mmc: sdhci_am654: Add Support for Command Queuing Engine
to J721E
Hi,
On 15/11/19 5:10 PM, Faiz Abbas wrote:
> Add Support for CQHCI (Command Queuing Host Controller Interface)
> for each of the host controllers present in TI's J721E devices.
> Add cqhci_ops and a .irq() callback to handle cqhci specific interrupts.
>
> Signed-off-by: Faiz Abbas <faiz_abbas@...com>
> ---
> drivers/mmc/host/Kconfig | 1 +
> drivers/mmc/host/sdhci_am654.c | 71 +++++++++++++++++++++++++++++++++-
> 2 files changed, 71 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
> index 49ea02c467bf..25f12ef813ff 100644
> --- a/drivers/mmc/host/Kconfig
> +++ b/drivers/mmc/host/Kconfig
> @@ -1011,6 +1011,7 @@ config MMC_SDHCI_AM654
> tristate "Support for the SDHCI Controller in TI's AM654 SOCs"
> depends on MMC_SDHCI_PLTFM && OF && REGMAP_MMIO
> select MMC_SDHCI_IO_ACCESSORS
> + select CONFIG_MMC_CQHCI
Oops, this should just be select MMC_CQHCI. Sending v2.
Thanks,
Faiz
Powered by blists - more mailing lists