linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mmc: sdhci: Set DMA mask if specified
@ 2016-03-01  4:32 Alexandre Courbot
  2016-03-01  4:32 ` [PATCH v2 1/2] mmc: sdhci: Set DMA mask Alexandre Courbot
  2016-03-01  4:32 ` [PATCH v2 2/2] mmc: sdhci-tegra: Specify valid " Alexandre Courbot
  0 siblings, 2 replies; 11+ messages in thread
From: Alexandre Courbot @ 2016-03-01  4:32 UTC (permalink / raw)
  To: Ulf Hansson, Arnd Bergmann, Stephen Warren, Thierry Reding
  Cc: linux-mmc, linux-tegra, linux-kernel, gnurou, Alexandre Courbot

Allow host drivers to set the sdhci_host's dma_mask in order to specify the
supported DMA range of a device. Without this, devices that are capable of
64-bit addressing might end up using bounce buffers because the default DMA mask
is 32-bit.

Changes since v1:
- Set the DMA mask in the common code
- Set the capabilities of the various Tegra controllers

Alexandre Courbot (2):
  mmc: sdhci: Set DMA mask
  mmc: sdhci-tegra: Specify valid DMA mask

 drivers/mmc/host/sdhci-tegra.c | 8 ++++++++
 drivers/mmc/host/sdhci.c       | 8 +++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

-- 
2.7.2

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

end of thread, other threads:[~2016-03-04  8:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01  4:32 [PATCH v2 0/2] mmc: sdhci: Set DMA mask if specified Alexandre Courbot
2016-03-01  4:32 ` [PATCH v2 1/2] mmc: sdhci: Set DMA mask Alexandre Courbot
2016-03-01 21:30   ` Arnd Bergmann
2016-03-04  6:09     ` Alexandre Courbot
2016-03-01  4:32 ` [PATCH v2 2/2] mmc: sdhci-tegra: Specify valid " Alexandre Courbot
2016-03-01 21:34   ` Arnd Bergmann
2016-03-02 10:36     ` Alexandre Courbot
2016-03-02 11:25       ` Arnd Bergmann
2016-03-04  6:08         ` Alexandre Courbot
2016-03-04  6:43           ` Alexandre Courbot
2016-03-04  8:38             ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).