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

Joy Zou posted 2 patches 3 years, 4 months ago
.../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
[PATCH v10 0/2] dmaengine: sdma support hdmi audio
Posted by Joy Zou 3 years, 4 months ago
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

-- 
2.37.1
Re: [PATCH v10 0/2] dmaengine: sdma support hdmi audio
Posted by Vinod Koul 3 years, 3 months ago
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

-- 
~Vinod