public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Apple ADMAC driver
@ 2022-05-31 21:36 Martin Povišer
  2022-05-31 21:36 ` [PATCH v4 1/3] dt-bindings: dma: Add Apple ADMAC Martin Povišer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Martin Povišer @ 2022-05-31 21:36 UTC (permalink / raw)
  To: Hector Martin, Sven Peter, Vinod Koul, Rob Herring,
	Krzysztof Kozlowski
  Cc: Alyssa Rosenzweig, dmaengine, devicetree, linux-kernel, asahi,
	Mark Kettenis, Martin Povišer

Hi,

I am doing another push of this neglected series which adds support for
Audio DMA Controller on recent Apple SoCs.

All best,
Martin


Changes since v3:
 - collected Rob's r-b tag on binding
 - split off MAINTAINERS commit for easier merging (allegedly)

Changes since v2:
(link: https://lore.kernel.org/dmaengine/20220411222204.96860-1-povik+lin@cutebit.org/ )
 - in binding, make 'interrupts' fixed length and add a comment
 - do not use devm allocation on descriptors
 - use platform_get_irq_optional to not log errors in the course of looking for
   an usable interrupt
 - make channel no. unsigned

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)


Martin Povišer (3):
  dt-bindings: dma: Add Apple ADMAC
  dmaengine: apple-admac: Add Apple ADMAC driver
  MAINTAINERS: Add ADMAC driver under ARM/APPLE MACHINE

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

end of thread, other threads:[~2022-06-09  6:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-31 21:36 [PATCH v4 0/3] Apple ADMAC driver Martin Povišer
2022-05-31 21:36 ` [PATCH v4 1/3] dt-bindings: dma: Add Apple ADMAC Martin Povišer
2022-05-31 21:36 ` [PATCH v4 2/3] dmaengine: apple-admac: Add Apple ADMAC driver Martin Povišer
2022-05-31 21:36 ` [PATCH v4 3/3] MAINTAINERS: Add ADMAC driver under ARM/APPLE MACHINE Martin Povišer
2022-06-09  6:51 ` [PATCH v4 0/3] Apple ADMAC driver Vinod Koul

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