linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mmc: ingenic: Support bi-directional DMA channel
@ 2021-12-20 19:08 Paul Cercueil
  2021-12-20 19:08 ` [PATCH 1/2] dt-bindings: mmc: ingenic: Support using " Paul Cercueil
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Cercueil @ 2021-12-20 19:08 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring
  Cc: list, linux-mmc, devicetree, linux-kernel, linux-mips, Paul Cercueil

Hi Ulf,

This patchset adds support for using a single DMA channel for both RX
and TX operations, instead of using separate DMA channels for each
operation.

As some older Ingenic SoCs offer only a handful of DMA channels,
supporting bi-directional channels allow more hardware to use the
channels that would otherwise be used for the MMC/SD operation.

Note that the Device Tree binding for the DMA controller has been
updated in a (already merged) patchset, so that it accepts a 3 cells
(#dma-cells == 3) instead of just 2. It was merged in the DMA tree, so I
am not sure the autobuilders will like this YAML - but it was checked
without errors.

I also removed the descriptions of the "dmas" property in the YAML, as
they really weren't adding anything and were getting in my way.

There are patches touching the driver file merged in the PM tree (the
ones that use the new PM macros) but I expect no problem here, they
touch different parts of the file.

Cheers,
-Paul

Paul Cercueil (2):
  dt-bindings: mmc: ingenic: Support using bi-directional DMA channel
  mmc: jz4740: Support using a bi-directional DMA channel

 .../devicetree/bindings/mmc/ingenic,mmc.yaml  | 37 ++++++++++++++++---
 drivers/mmc/host/jz4740_mmc.c                 | 19 +++++++++-
 2 files changed, 48 insertions(+), 8 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2021-12-21 13:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 19:08 [PATCH 0/2] mmc: ingenic: Support bi-directional DMA channel Paul Cercueil
2021-12-20 19:08 ` [PATCH 1/2] dt-bindings: mmc: ingenic: Support using " Paul Cercueil
2021-12-20 19:08 ` [PATCH 2/2] mmc: jz4740: Support using a " Paul Cercueil
2021-12-21 13:03 ` [PATCH 0/2] mmc: ingenic: Support " Ulf Hansson

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