[PATCH 5/5] mmc: sdhci: add SW CMDQ support for CHT SDHCI host

2015-03-17 Thread Chuanxiao Dong
Add the CMDQ support to SDHCI host interface and CHT SDHCI host interface Signed-off-by: Chuanxiao Dong --- drivers/mmc/host/sdhci.c | 121 -- drivers/mmc/host/sdhci.h |1 + 2 files changed, 108 insertions(+), 14 deletions(-) diff --git a/drivers

[RFC PATCH 5/5] mmc: sdhci: add SW CMDQ support for CHT SDHCI host

2014-12-19 Thread Chuanxiao Dong
Add the CMDQ support to SDHCI host interface and CHT SDHCI host interface Signed-off-by: Chuanxiao Dong --- drivers/mmc/host/sdhci.c | 121 +++-- include/linux/mmc/sdhci.h |1 + 2 files changed, 108 insertions(+), 14 deletions(-) diff --git a/drive