[v10,0/2] dmaengine: sdma support hdmi audio

Message ID 20221115093823.2879128-1-joy.zou@nxp.com
Headers
Series dmaengine: sdma support hdmi audio |

Message

Joy Zou Nov. 15, 2022, 9:38 a.m. UTC
  The patchset supports sdma hdmi audio.
For the details, please check the patch commit log.

Joy Zou (2):
  dt-bindings: fsl-imx-sdma: Convert imx sdma to DT schema
  dmaengine: imx-sdma: support hdmi in sdma

 .../devicetree/bindings/dma/fsl,imx-sdma.yaml | 149 ++++++++++++++++++
 .../devicetree/bindings/dma/fsl-imx-sdma.txt  | 118 --------------
 drivers/dma/imx-sdma.c                        |  38 ++++-
 include/linux/dma/imx-dma.h                   |   1 +
 4 files changed, 180 insertions(+), 126 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml
 delete mode 100644 Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
  

Comments

Vinod Koul Dec. 28, 2022, 11:20 a.m. UTC | #1
On 15-11-22, 17:38, Joy Zou wrote:
> The patchset supports sdma hdmi audio.
> For the details, please check the patch commit log.

Applied, thanks