All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] dmaengine: sdma support hdmi audio
@ 2022-09-06  9:42 ` Joy Zou
  0 siblings, 0 replies; 24+ messages in thread
From: Joy Zou @ 2022-09-06  9:42 UTC (permalink / raw)
  To: vkoul, robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer, kernel,
	festevam
  Cc: shengjiu.wang, martink, dev, alexander.stein, peng.fan, david,
	aford173, hongxing.zhu, linux-imx, dmaengine, devicetree,
	linux-arm-kernel, linux-kernel

The patchset supports sdma hdmi audio.
For the details, please check the patch commit log.

Joy Zou (4):
  dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema
  dmaengine: imx-sdma: support hdmi audio
  ARM: dts: imx: update sdma node name format
  arm64: dts: imx8mq: update sdma node name format

 .../devicetree/bindings/dma/fsl,imx-sdma.yaml | 147 ++++++++++++++++++
 .../devicetree/bindings/dma/fsl-imx-sdma.txt  | 118 --------------
 arch/arm/boot/dts/imx25.dtsi                  |   2 +-
 arch/arm/boot/dts/imx31.dtsi                  |   2 +-
 arch/arm/boot/dts/imx35.dtsi                  |   2 +-
 arch/arm/boot/dts/imx50.dtsi                  |   2 +-
 arch/arm/boot/dts/imx51.dtsi                  |   2 +-
 arch/arm/boot/dts/imx53.dtsi                  |   2 +-
 arch/arm/boot/dts/imx6qdl.dtsi                |   2 +-
 arch/arm/boot/dts/imx6sl.dtsi                 |   2 +-
 arch/arm/boot/dts/imx6sx.dtsi                 |   2 +-
 arch/arm/boot/dts/imx6ul.dtsi                 |   2 +-
 arch/arm/boot/dts/imx7s.dtsi                  |   2 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi     |   4 +-
 drivers/dma/imx-sdma.c                        |  38 ++++-
 include/linux/dma/imx-dma.h                   |   1 +
 16 files changed, 191 insertions(+), 139 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml
 delete mode 100644 Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt

-- 
2.37.1


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

end of thread, other threads:[~2022-10-20 10:54 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-06  9:42 [PATCH v6 0/4] dmaengine: sdma support hdmi audio Joy Zou
2022-09-06  9:42 ` Joy Zou
2022-09-06  9:42 ` [PATCH v6 1/4] dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema Joy Zou
2022-09-06  9:42   ` Joy Zou
2022-09-06 10:55   ` Alexander Stein
2022-09-06 10:55     ` Alexander Stein
2022-09-06 11:13     ` [EXT] " Joy Zou
2022-09-06 11:13       ` Joy Zou
2022-09-06 16:25       ` Rob Herring
2022-09-06 16:25         ` Rob Herring
2022-09-07  6:48         ` Joy Zou
2022-09-07  6:48           ` Joy Zou
2022-09-07 11:12     ` Krzysztof Kozlowski
2022-09-07 11:12       ` Krzysztof Kozlowski
2022-09-06  9:42 ` [PATCH v6 2/4] dmaengine: imx-sdma: support hdmi audio Joy Zou
2022-09-06  9:42   ` Joy Zou
2022-10-19 14:24   ` Vinod Koul
2022-10-19 14:24     ` Vinod Koul
2022-10-20 10:19     ` [EXT] " Joy Zou
2022-10-20 10:19       ` Joy Zou
2022-09-06  9:42 ` [PATCH v6 3/4] ARM: dts: imx: update sdma node name format Joy Zou
2022-09-06  9:42   ` Joy Zou
2022-09-06  9:42 ` [PATCH v6 4/4] arm64: dts: imx8mq: " Joy Zou
2022-09-06  9:42   ` Joy Zou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.