OSDN Git Service

mmc: sdhci_am654: Fix Command Queuing in AM65x
authorFaiz Abbas <faiz_abbas@ti.com>
Wed, 8 Jan 2020 14:33:01 +0000 (20:03 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 16 Jan 2020 11:29:16 +0000 (12:29 +0100)
commit27f4e1e9425e1e98d8e1b690edf06b56cd018bef
tree6df350629e45341b95195f5dde308fdd6561b7e9
parentde31f6ab68a3f548d88686d53514f252d78f61d5
mmc: sdhci_am654: Fix Command Queuing in AM65x

Command Queuing was enabled completely for J721e controllers which lead
to partial enablement even for Am65x. Complete CQ implementation for
AM65x by adding the irq callback.

Fixes: f545702b74f9 ("mmc: sdhci_am654: Add Support for Command Queuing Engine to J721E")
Cc: stable@vger.kernel.org
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20200108143301.1929-4-faiz_abbas@ti.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci_am654.c