public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mmc: sdhci: Add sdma_boundary to sdhci_host
@ 2017-08-03 12:46 srinivas.kandagatla
  2017-08-03 12:46 ` [PATCH v3 1/2] mmc: sdhci: add sdma_boundary member to struct sdhci_host srinivas.kandagatla
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: srinivas.kandagatla @ 2017-08-03 12:46 UTC (permalink / raw)
  To: adrian.hunter, ulf.hansson
  Cc: linux-mmc, linux-kernel, linux-arm-msm, Srinivas Kandagatla

From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

This patchset adds fix to support sdhci controller which have issues
when sdma boundary buffer bits are programmed in Block Size Register (0x04)
when using ADMA.

First patch adds member to struct sdhci_host to allow drivers to
specify sdma_buffer_boundary value that it can support and second
one sets sdma_boundary to zero in msm sdhci driver.

Tested on DB410c with WLAN SDIO card.

thanks,
srini

Changes since v2:
	- Chanaged local variable to fix line wrap.
	- Changed sdma_buffer_boundary_arg to sdma_boundary suggested by Adrian

Srinivas Kandagatla (2):
  mmc: sdhci: add sdma_boundary member to struct sdhci_host
  mmc: sdhci-msm: set sdma_boundary to zero

 drivers/mmc/host/sdhci-msm.c |  1 +
 drivers/mmc/host/sdhci.c     | 13 ++++++++-----
 drivers/mmc/host/sdhci.h     |  3 +++
 3 files changed, 12 insertions(+), 5 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-08-08 10:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-03 12:46 [PATCH v3 0/2] mmc: sdhci: Add sdma_boundary to sdhci_host srinivas.kandagatla
2017-08-03 12:46 ` [PATCH v3 1/2] mmc: sdhci: add sdma_boundary member to struct sdhci_host srinivas.kandagatla
2017-08-03 13:14   ` Adrian Hunter
2017-08-03 12:46 ` [PATCH v3 2/2] mmc: sdhci-msm: set sdma_boundary to zero srinivas.kandagatla
2017-08-03 13:14   ` Adrian Hunter
2017-08-08 10:38 ` [PATCH v3 0/2] mmc: sdhci: Add sdma_boundary to sdhci_host Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox