diff mbox

[v3,1/4] ASoC: fsl_sai: Add driver suspend and resume to support MEGA Fast

Message ID 20150811095014.GD28723@shlinux2 (mailing list archive)
State New, archived
Headers show

Commit Message

Zidan Wang Aug. 11, 2015, 9:50 a.m. UTC
On Tue, Aug 11, 2015 at 07:46:40AM -0300, Fabio Estevam wrote:
> On Tue, Aug 11, 2015 at 6:34 AM, Zidan Wang <zidan.wang@freescale.com> wrote:
> 
> > I have sent the SDMA remap patch to community, but have no response now. I can share the patch for you.
> 
> Please share the link to your patch, thanks.

https://patchwork.kernel.org/patch/6850431/

The other patch i can't find the link:

Comments

Nicolin Chen Aug. 11, 2015, 7:29 p.m. UTC | #1
On Tue, Aug 11, 2015 at 05:50:15PM +0800, Zidan Wang wrote:
> On Tue, Aug 11, 2015 at 07:46:40AM -0300, Fabio Estevam wrote:
> > On Tue, Aug 11, 2015 at 6:34 AM, Zidan Wang <zidan.wang@freescale.com> wrote:
> > 
> > > I have sent the SDMA remap patch to community, but have no response now. I can share the patch for you.

I've sent a similar patch a few months ago. And got comment from Sascha:
https://lkml.org/lkml/2015/4/27/87

I haven't got time to move forward though...

> > 
> > Please share the link to your patch, thanks.
> 
> https://patchwork.kernel.org/patch/6850431/
> 
> The other patch i can't find the link:
> diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
> index e391d63..73b28a1 100644
> --- a/arch/arm/boot/dts/imx6sx.dtsi
> +++ b/arch/arm/boot/dts/imx6sx.dtsi
> @@ -934,7 +934,7 @@
>                                          <&clks 0>, <&clks 0>;
>                                 clock-names = "bus", "mclk1", "mclk2", "mclk3";
>                                 dma-names = "rx", "tx";
> -                               dmas = <&sdma 31 23 0>, <&sdma 32 23 0>;
> +                               dmas = <&sdma 31 24 0>, <&sdma 32 24 0>;
>                                 dma-source = <&gpr 0 15 0 16>;
>                                 status = "disabled";
>                         };
> 
>
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index e391d63..73b28a1 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -934,7 +934,7 @@ 
                                         <&clks 0>, <&clks 0>;
                                clock-names = "bus", "mclk1", "mclk2", "mclk3";
                                dma-names = "rx", "tx";
-                               dmas = <&sdma 31 23 0>, <&sdma 32 23 0>;
+                               dmas = <&sdma 31 24 0>, <&sdma 32 24 0>;
                                dma-source = <&gpr 0 15 0 16>;
                                status = "disabled";
                        };