linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Apple ADMAC driver
@ 2022-03-30 16:44 Martin Povišer
  2022-03-30 16:44 ` [PATCH 1/2] dt-bindings: dma: Add Apple ADMAC Martin Povišer
  2022-03-30 16:44 ` [PATCH 2/2] dmaengine: apple-admac: Add Apple ADMAC driver Martin Povišer
  0 siblings, 2 replies; 14+ messages in thread
From: Martin Povišer @ 2022-03-30 16:44 UTC (permalink / raw)
  To: Hector Martin, Sven Peter, Vinod Koul, Rob Herring, Krzysztof Kozlowski
  Cc: Alyssa Rosenzweig, linux-arm-kernel, dmaengine, devicetree,
	linux-kernel, Mark Kettenis, Martin Povišer

Hi,

for your review I am submitting a driver for Audio DMA Controller on
recent Apple SoCs.

One note I want to leave: The docs appear to be wrong on the residue
semantics of device_tx_status. They say "In the case of a cyclic
transfer, it should only take into account the current period."
But e.g. ALSA expects the residue to be of the full buffer.

Martin

Martin Povišer (2):
  dt-bindings: dma: Add apple,admac binding
  dmaengine: apple-admac: Add Apple ADMAC driver

 .../devicetree/bindings/dma/apple,admac.yaml  |  73 ++
 MAINTAINERS                                   |   2 +
 drivers/dma/Kconfig                           |   8 +
 drivers/dma/Makefile                          |   1 +
 drivers/dma/apple-admac.c                     | 799 ++++++++++++++++++
 5 files changed, 883 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/apple,admac.yaml
 create mode 100644 drivers/dma/apple-admac.c

-- 
2.33.0


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

end of thread, other threads:[~2022-03-31 19:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 16:44 [PATCH 0/2] Apple ADMAC driver Martin Povišer
2022-03-30 16:44 ` [PATCH 1/2] dt-bindings: dma: Add Apple ADMAC Martin Povišer
2022-03-30 18:32   ` Rob Herring
2022-03-31  5:23   ` Vinod Koul
2022-03-31  6:50     ` Martin Povišer
2022-03-31  7:06       ` Martin Povišer
2022-03-31 14:10         ` Vinod Koul
2022-03-31 16:13           ` Martin Povišer
2022-03-31 17:21             ` Rob Herring
2022-03-31 19:09               ` Martin Povišer
2022-03-30 16:44 ` [PATCH 2/2] dmaengine: apple-admac: Add Apple ADMAC driver Martin Povišer
2022-03-31  6:25   ` Krzysztof Kozlowski
2022-03-31  9:42     ` Martin Povišer
2022-03-31  9:49       ` Krzysztof Kozlowski

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