RE: [PATCH] arm: imx: suspend/resume: use outer_disable/resume

From: Peng Fan
Date: Tue Dec 26 2017 - 04:49:36 EST


Hi Shawn

> -----Original Message-----
> From: Shawn Guo [mailto:shawnguo@xxxxxxxxxx]
> Sent: Tuesday, December 26, 2017 5:13 PM
> To: Peng Fan <peng.fan@xxxxxxx>
> Cc: A.s. Dong <aisheng.dong@xxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx; Russell
> King <linux@xxxxxxxxxxxxxxx>; Fabio Estevam <fabio.estevam@xxxxxxx>;
> Sascha Hauer <kernel@xxxxxxxxxxxxxx>; van.freenix@xxxxxxxxx; linux-arm-
> kernel@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [PATCH] arm: imx: suspend/resume: use outer_disable/resume
>
> On Sun, Dec 10, 2017 at 08:07:18PM +0800, Peng Fan wrote:
> > Use outer_disable/resume for suspend/resume.
> > With the two APIs used, code could be simplified and easy to extend to
> > introduce l2c_write_sec for i.MX platforms when moving Linux Kernel
> > runs in non-secure world.
> >
> > Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> > Cc: Shawn Guo <shawnguo@xxxxxxxxxx>
> > Cc: Sascha Hauer <kernel@xxxxxxxxxxxxxx>
> > Cc: Fabio Estevam <fabio.estevam@xxxxxxx>
> > Cc: Russell King <linux@xxxxxxxxxxxxxxx>
> > Cc: Dong Aisheng <aisheng.dong@xxxxxxx>
>
> Changed 'arm: ' prefix to 'ARM: ', and applied patch.

I just tested it on 6sx-sdb, seems this patch breaks 6sx. Could you first drop this
patch? I'll send out v2 fix the 6sx issue soon.

Thanks,
Peng.

>
> Shawn