Message ID | 20240507-loongson64-suspend-v1-0-534d92a4e09a@flygoat.com (mailing list archive) |
---|---|
Headers | show |
Series | MIPS: Loongson64: Implement PM suspend for LEFI firmware | expand |
On Tue, May 07, 2024 at 04:21:58PM +0100, Jiaxun Yang wrote: > Hi all, > > This series implemented PM suspend for LEFI firmware. > We missed this for long in upstream kernel... > > Please review > Thanks > > Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> > --- > Jiaxun Yang (3): > MIPS: asm/pm.h: Use platform agnostic macros > MIPS: select CPU_PM with SUSPEND > MIPS: Loongson64: Implement PM suspend for LEFI firmware > > arch/mips/Kconfig | 2 +- > arch/mips/include/asm/pm.h | 22 +++++------ > arch/mips/loongson64/Makefile | 2 +- > arch/mips/loongson64/pm.c | 88 +++++++++--------------------------------- > arch/mips/loongson64/sleeper.S | 17 ++++++++ > 5 files changed, 48 insertions(+), 83 deletions(-) series applied to mips-next. Thomas.
Hi all, This series implemented PM suspend for LEFI firmware. We missed this for long in upstream kernel... Please review Thanks Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> --- Jiaxun Yang (3): MIPS: asm/pm.h: Use platform agnostic macros MIPS: select CPU_PM with SUSPEND MIPS: Loongson64: Implement PM suspend for LEFI firmware arch/mips/Kconfig | 2 +- arch/mips/include/asm/pm.h | 22 +++++------ arch/mips/loongson64/Makefile | 2 +- arch/mips/loongson64/pm.c | 88 +++++++++--------------------------------- arch/mips/loongson64/sleeper.S | 17 ++++++++ 5 files changed, 48 insertions(+), 83 deletions(-) --- base-commit: 93a39e4766083050ca0ecd6a3548093a3b9eb60c change-id: 20240507-loongson64-suspend-7535521cd01e Best regards,