Re: [PATCH v4 1/3] mmc: sdhci: add adma_table_cnt member to struct sdhci_host

2018-08-23 Thread Adrian Hunter
On 23/08/18 13:07, Jisheng Zhang wrote: > 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 Acked-by: Adrian H

[PATCH v4 1/3] mmc: sdhci: add adma_table_cnt member to struct sdhci_host

2018-08-23 Thread Jisheng Zhang
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 --- drivers/mmc/host/sdhci.c | 17 + drivers/mmc/host/