[PATCH V3] ARM: imx: use outer_disable/resume for low power
Fabio Estevam
festevam at gmail.com
Tue Jan 2 18:43:35 PST 2018
Hi Peng,
On Tue, Jan 2, 2018 at 10:53 PM, Peng Fan <peng.fan at nxp.com> wrote:
>
> A better solution maybe
>
> if (outer_cache.write_sec)
> outer_disable();
>
> .....
>
> if (outer_cache.write_sec)
> outer_resume();
>
> Then, nothing changed for secure linux. The outer_disable/outer_resume only effects
> When linunx running in non-secure world.
>
> Any comments?
Looks like a better solution, indeed.
More information about the linux-arm-kernel
mailing list