Message ID | 20231206110807.35882-3-ajones@ventanamicro.com (mailing list archive) |
---|---|
Headers | show |
Series | riscv: Introduce system suspend support | expand |
Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt <palmer@rivosinc.com>: On Wed, 6 Dec 2023 12:08:08 +0100 you wrote: > OpenSBI v1.3 and later supports the SUSP SBI extension which has recently > been frozen with the freezing of SBI 2.0. This one patch series adds > system suspend support to Linux, which implements "suspend-to-RAM". To > use it, build the kernel with CONFIG_SUSPEND, boot on a platform which > supports system suspend, and then issue 'echo mem > /sys/power/state'. > It's also possible to test this Linux support on a platform without > system suspend by using OpenSBI's system suspend test support. To enable > test support add > > [...] Here is the summary with links: - [v3,1/1] riscv: sbi: Introduce system suspend support https://git.kernel.org/riscv/c/99cc514d444c You are awesome, thank you!