Dave, On Fri, Feb 16, 2018 at 10:40 PM, Dave Gerlach <d-gerlach@xxxxxx> wrote: > Although similar to AM33XX, introduce a new low-level asm file for > suspend containing new context save and restore paths for EMIF and l2 > cache disabling and enabling. > > Signed-off-by: Dave Gerlach <d-gerlach@xxxxxx> > --- > arch/arm/mach-omap2/sleep43xx.S | 393 ++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 393 insertions(+) > create mode 100644 arch/arm/mach-omap2/sleep43xx.S > > diff --git a/arch/arm/mach-omap2/sleep43xx.S b/arch/arm/mach-omap2/sleep43xx.S > new file mode 100644 > index 000000000000..3a8bfd62a33c > --- /dev/null > +++ b/arch/arm/mach-omap2/sleep43xx.S > @@ -0,0 +1,393 @@ > +/* > + * Low level suspend code for AM43XX SoCs > + * > + * Copyright (C) 2013-2018 Texas Instruments Incorporated - http://www.ti.com/ > + * Dave Gerlach, Vaibhav Bedia > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License as > + * published by the Free Software Foundation version 2. > + * > + * This program is distributed "as is" WITHOUT ANY WARRANTY of any > + * kind, whether express or implied; without even the implied warranty > + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ Do you mind using SPDX tags per [1] rather that this fine but long legalese here and in the whole patch set? Unless you are a legalese lover of course! [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/license-rules.rst -- Cordially Philippe Ombredanne -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html