Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1701880

[PATCH v2 0/2] mmc: sdhci: Add sdma_buffer_boundary_arg to sdhci_host

From srinivas.kandagatla@linaro.org
Newsgroups linux.kernel
Subject [PATCH v2 0/2] mmc: sdhci: Add sdma_buffer_boundary_arg to sdhci_host
Date 2017-08-02 10:40 +0200
Message-ID <u9Xma-7tc-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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_buffer_boundary_arg to zero in msm sdhci driver.

Tested on DB410c with WLAN SDIO card.

thanks,
srini

Changes since RFC(https://lkml.org/lkml/2017/6/28/321)
	- Removed Quirk and added member to sdhci_host as suggested by Adrian

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

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

-- 
2.11.0

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] mmc: sdhci: Add sdma_buffer_boundary_arg to sdhci_host srinivas.kandagatla@linaro.org - 2017-08-02 10:40 +0200
  [PATCH v2 1/2] mmc: sdhci: add sdma_buffer_boundary_arg member to sdhci_host srinivas.kandagatla@linaro.org - 2017-08-02 10:40 +0200
    Re: [PATCH v2 1/2] mmc: sdhci: add sdma_buffer_boundary_arg member to  sdhci_host Adrian Hunter <adrian.hunter@intel.com> - 2017-08-03 13:50 +0200
      Re: [PATCH v2 1/2] mmc: sdhci: add sdma_buffer_boundary_arg member to  sdhci_host Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2017-08-03 14:00 +0200

csiph-web