linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] mmc: mmci_sdmmc: fixes and improvements
@ 2020-02-26  8:40 Ludovic Barre
  2020-02-26  8:40 ` [PATCH 1/4] mmc: mmci_sdmmc: fix DMA API warning max segment size Ludovic Barre
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ludovic Barre @ 2020-02-26  8:40 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring
  Cc: srinivas.kandagatla, Maxime Coquelin, Alexandre Torgue,
	linux-arm-kernel, linux-kernel, devicetree, linux-mmc,
	linux-stm32, Ludovic Barre

This patch series fixes some problems:
-dma api debug warning to segment size check.
-dma_unmap_sg missing on not prepared request.
-Clear busyd0end irq flag when a R1B busy is completed.
-Initialize pwr|clk|datactrl_reg with their hardware values at probe.

Ludovic Barre (4):
  mmc: mmci_sdmmc: fix DMA API warning max segment size
  mmc: mmci_sdmmc: fix DMA API warning overlapping mappings
  mmc: mmci_sdmmc: fix clear busyd0end irq flag
  mmc: mmci: initialize pwr|clk|datactrl_reg with their hardware values

 drivers/mmc/host/mmci.c             |  4 ++++
 drivers/mmc/host/mmci_stm32_sdmmc.c | 21 +++++++++++++--------
 2 files changed, 17 insertions(+), 8 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-02-26  8:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-26  8:40 [PATCH 0/4] mmc: mmci_sdmmc: fixes and improvements Ludovic Barre
2020-02-26  8:40 ` [PATCH 1/4] mmc: mmci_sdmmc: fix DMA API warning max segment size Ludovic Barre
2020-02-26  8:40 ` [PATCH 2/4] mmc: mmci_sdmmc: fix DMA API warning overlapping mappings Ludovic Barre
2020-02-26  8:40 ` [PATCH 3/4] mmc: mmci_sdmmc: fix clear busyd0end irq flag Ludovic Barre
2020-02-26  8:40 ` [PATCH 4/4] mmc: mmci: initialize pwr|clk|datactrl_reg with their hardware values Ludovic Barre

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).