linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer
@ 2021-10-21  5:20 Joy Zou
  2021-10-25  4:44 ` Vinod Koul
  0 siblings, 1 reply; 4+ messages in thread
From: Joy Zou @ 2021-10-21  5:20 UTC (permalink / raw)
  To: vkoul, yibin.gong, shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, dmaengine, devicetree,
	linux-arm-kernel, linux-kernel

Add HDMI Audio transfer type.

Signed-off-by: Joy Zou <joy.zou@nxp.com>
---
 Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
index 12c316ff4834..ffa61264a214 100644
--- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
+++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
@@ -55,6 +55,7 @@ The full ID of peripheral types can be found below.
 	22	SSI Dual FIFO	(needs firmware ver >= 2)
 	23	Shared ASRC
 	24	SAI
+	25	HDMI Audio
 
 The third cell specifies the transfer priority as below.
 
-- 
2.25.1


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

* Re: [PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer
  2021-10-21  5:20 [PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer Joy Zou
@ 2021-10-25  4:44 ` Vinod Koul
  2021-10-25 10:54   ` [EXT] " Joy Zou
  2022-05-24  7:56   ` Joy Zou
  0 siblings, 2 replies; 4+ messages in thread
From: Vinod Koul @ 2021-10-25  4:44 UTC (permalink / raw)
  To: Joy Zou
  Cc: yibin.gong, shawnguo, s.hauer, kernel, festevam, linux-imx,
	dmaengine, devicetree, linux-arm-kernel, linux-kernel

On 21-10-21, 13:20, Joy Zou wrote:
> Add HDMI Audio transfer type.

Convert to yaml?

> 
> Signed-off-by: Joy Zou <joy.zou@nxp.com>
> ---
>  Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
> index 12c316ff4834..ffa61264a214 100644
> --- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
> +++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
> @@ -55,6 +55,7 @@ The full ID of peripheral types can be found below.
>  	22	SSI Dual FIFO	(needs firmware ver >= 2)
>  	23	Shared ASRC
>  	24	SAI
> +	25	HDMI Audio
>  
>  The third cell specifies the transfer priority as below.
>  
> -- 
> 2.25.1

-- 
~Vinod

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

* RE: [EXT] Re: [PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer
  2021-10-25  4:44 ` Vinod Koul
@ 2021-10-25 10:54   ` Joy Zou
  2022-05-24  7:56   ` Joy Zou
  1 sibling, 0 replies; 4+ messages in thread
From: Joy Zou @ 2021-10-25 10:54 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Robin Gong, shawnguo, s.hauer, kernel, festevam, dl-linux-imx,
	dmaengine, devicetree, linux-arm-kernel, linux-kernel



-----Original Message-----
From: Vinod Koul <vkoul@kernel.org> 
Sent: 2021年10月25日 12:45
To: Joy Zou <joy.zou@nxp.com>
Cc: Robin Gong <yibin.gong@nxp.com>; shawnguo@kernel.org; s.hauer@pengutronix.de; kernel@pengutronix.de; festevam@gmail.com; dl-linux-imx <linux-imx@nxp.com>; dmaengine@vger.kernel.org; devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org
Subject: [EXT] Re: [PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer

Caution: EXT Email

On 21-10-21, 13:20, Joy Zou wrote:
> Add HDMI Audio transfer type.

Convert to yaml?
Will be converted in v2.
>
> Signed-off-by: Joy Zou <joy.zou@nxp.com>
> ---
>  Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
> index 12c316ff4834..ffa61264a214 100644
> --- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
> +++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
> @@ -55,6 +55,7 @@ The full ID of peripheral types can be found below.
>       22      SSI Dual FIFO   (needs firmware ver >= 2)
>       23      Shared ASRC
>       24      SAI
> +     25      HDMI Audio
>
>  The third cell specifies the transfer priority as below.
>
> --
> 2.25.1

--
~Vinod

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

* RE: [EXT] Re: [PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer
  2021-10-25  4:44 ` Vinod Koul
  2021-10-25 10:54   ` [EXT] " Joy Zou
@ 2022-05-24  7:56   ` Joy Zou
  1 sibling, 0 replies; 4+ messages in thread
From: Joy Zou @ 2022-05-24  7:56 UTC (permalink / raw)
  To: Vinod Koul
  Cc: S.J. Wang, shawnguo, s.hauer, kernel, festevam, dl-linux-imx,
	dmaengine, devicetree, linux-arm-kernel, linux-kernel


> -----Original Message-----
> From: Vinod Koul <vkoul@kernel.org>
> Sent: 2021年10月25日 12:45
> To: Joy Zou <joy.zou@nxp.com>
> Cc: Robin Gong <yibin.gong@nxp.com>; shawnguo@kernel.org;
> s.hauer@pengutronix.de; kernel@pengutronix.de; festevam@gmail.com;
> dl-linux-imx <linux-imx@nxp.com>; dmaengine@vger.kernel.org;
> devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org;
> linux-kernel@vger.kernel.org
> Subject: [EXT] Re: [PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio'
> transfer
> 
> 
> On 21-10-21, 13:20, Joy Zou wrote:
> > Add HDMI Audio transfer type.
> 
> Convert to yaml?
Will be converted in v2.
> 
> >
> > Signed-off-by: Joy Zou <joy.zou@nxp.com>
> > ---
> >  Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
> b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
> > index 12c316ff4834..ffa61264a214 100644
> > --- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
> > +++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt
> > @@ -55,6 +55,7 @@ The full ID of peripheral types can be found below.
> >       22      SSI Dual FIFO   (needs firmware ver >= 2)
> >       23      Shared ASRC
> >       24      SAI
> > +     25      HDMI Audio
> >
> >  The third cell specifies the transfer priority as below.
> >
> > --
> > 2.25.1
> 
> --
> ~Vinod

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

end of thread, other threads:[~2022-05-24  7:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21  5:20 [PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer Joy Zou
2021-10-25  4:44 ` Vinod Koul
2021-10-25 10:54   ` [EXT] " Joy Zou
2022-05-24  7:56   ` Joy Zou

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