[PATCH 0/3] MIPS: Loongson64: Implement PM suspend for LEFI firmware

Jiaxun Yang posted 3 patches 1 week, 4 days ago
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(-)
[PATCH 0/3] MIPS: Loongson64: Implement PM suspend for LEFI firmware
Posted by Jiaxun Yang 1 week, 4 days ago
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,
-- 
Jiaxun Yang <jiaxun.yang@flygoat.com>