linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Apple ADMAC driver
@ 2022-04-11 22:22 Martin Povišer
  2022-04-11 22:22 ` [PATCH v2 1/2] dt-bindings: dma: Add Apple ADMAC Martin Povišer
  2022-04-11 22:22 ` [PATCH v2 2/2] dmaengine: apple-admac: Add Apple ADMAC driver Martin Povišer
  0 siblings, 2 replies; 8+ messages in thread
From: Martin Povišer @ 2022-04-11 22:22 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 all,

I am submitting v2 of driver for Audio DMA Controller on recent Apple SoCs.

Changes since v1:
(link: https://lore.kernel.org/dmaengine/20220330164458.93055-1-povik+lin@cutebit.org/ )
 - in binding, drop 'apple,internal-irq-destination' in favor of
   prepending entries to 'interrupts'
 - drop admac_peek/poke helpers
 - use special versions of dev_err/WARN_ON where desirable, fix %pad
   formatter invocation
 - bring implementation of terminate_all up to dmaengine spec, add
   device_synchronize
 - minor fixes (comments, formatting)

Thanks,
Martin

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

 .../devicetree/bindings/dma/apple,admac.yaml  |  68 ++
 MAINTAINERS                                   |   2 +
 drivers/dma/Kconfig                           |   8 +
 drivers/dma/Makefile                          |   1 +
 drivers/dma/apple-admac.c                     | 818 ++++++++++++++++++
 5 files changed, 897 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] 8+ messages in thread

end of thread, other threads:[~2022-04-20 13:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 22:22 [PATCH v2 0/2] Apple ADMAC driver Martin Povišer
2022-04-11 22:22 ` [PATCH v2 1/2] dt-bindings: dma: Add Apple ADMAC Martin Povišer
2022-04-14 15:43   ` Rob Herring
2022-04-14 17:23     ` Martin Povišer
2022-04-14 17:52       ` Martin Povišer
2022-04-11 22:22 ` [PATCH v2 2/2] dmaengine: apple-admac: Add Apple ADMAC driver Martin Povišer
2022-04-20 12:40   ` Vinod Koul
2022-04-20 13:41     ` Martin Povišer

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