mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] MMC: SDHCI: Add and use common DMA helpers
@ 2021-06-10 14:47 Sascha Hauer
  2021-06-10 14:47 ` [PATCH 1/3] mci: sdhci: Add DMA transfer helpers Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sascha Hauer @ 2021-06-10 14:47 UTC (permalink / raw)
  To: Barebox List

So far the SDHCI common code can only do PIO data transfers. This series
pimps that up to allow DMA data transfers. The imx-esdhc driver is
converted to use these new helpers and also the new Rockchip SDHCI
support which I resend here converted to use the helpers.

Sascha

Sascha Hauer (3):
  mci: sdhci: Add DMA transfer helpers
  mci: Add support for Rockchip variant of the dwcmshc
  mci: imx-esdhc: Use common DMA helpers

 drivers/mci/Kconfig                  |   7 +
 drivers/mci/Makefile                 |   1 +
 drivers/mci/arasan-sdhci.c           |   2 +-
 drivers/mci/atmel-sdhci-common.c     |   2 +-
 drivers/mci/imx-esdhc-common.c       |  88 ++-----
 drivers/mci/mci-bcm2835.c            |   2 +-
 drivers/mci/rockchip-dwcmshc-sdhci.c | 377 +++++++++++++++++++++++++++
 drivers/mci/sdhci.c                  | 118 ++++++++-
 drivers/mci/sdhci.h                  |  10 +-
 9 files changed, 538 insertions(+), 69 deletions(-)
 create mode 100644 drivers/mci/rockchip-dwcmshc-sdhci.c

-- 
2.29.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2021-06-10 14:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 14:47 [PATCH 0/3] MMC: SDHCI: Add and use common DMA helpers Sascha Hauer
2021-06-10 14:47 ` [PATCH 1/3] mci: sdhci: Add DMA transfer helpers Sascha Hauer
2021-06-10 14:47 ` [PATCH 2/3] mci: Add support for Rockchip variant of the dwcmshc Sascha Hauer
2021-06-10 14:47 ` [PATCH 3/3] mci: imx-esdhc: Use common DMA helpers Sascha Hauer

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