From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Wed, 27 Dec 2017 09:36:23 +0800 Subject: [PATCH] arm: imx: suspend/resume: use outer_disable/resume In-Reply-To: References: <20171210120718.15197-1-peng.fan@nxp.com> <20171226091230.GP23070@X250> Message-ID: <20171227013622.GT23070@X250> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Dec 26, 2017 at 09:49:01AM +0000, Peng Fan wrote: > Hi Shawn > > > -----Original Message----- > > From: Shawn Guo [mailto:shawnguo at kernel.org] > > Sent: Tuesday, December 26, 2017 5:13 PM > > To: Peng Fan > > Cc: A.s. Dong ; linux-kernel at vger.kernel.org; Russell > > King ; Fabio Estevam ; > > Sascha Hauer ; van.freenix at gmail.com; linux-arm- > > kernel at lists.infradead.org > > 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 > > > Cc: Shawn Guo > > > Cc: Sascha Hauer > > > Cc: Fabio Estevam > > > Cc: Russell King > > > Cc: Dong Aisheng > > > > 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. Patch dropped.