commit | e93be38af15524a43437b23b01bcfe9cb789f4e3 | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | Tue Aug 28 17:46:35 2018 +0800 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Oct 08 11:40:43 2018 +0200 |
tree | 5120015c9f2f0bc8f3154677bf51efd34da5375b | |
parent | 1ff537bd5d7b7d608d61cadae28224202781ba5b [diff] |
mmc: sdhci: add adma_table_cnt member to struct sdhci_host This patch adds adma_table_cnt member to struct sdhci_host to give more flexibility to drivers to control the ADMA table count. Default value of adma_table_cnt is set to (SDHCI_MAX_SEGS * 2 + 1). Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>