Re: [PATCH 03/29] powerpc/rtas: complete ibm,suspend-me status codes

2020-12-04 Thread Nathan Lynch
Michael Ellerman writes: > Nathan Lynch writes: >> We don't completely account for the possible return codes for >> ibm,suspend-me. Add definitions for these. >> >> Signed-off-by: Nathan Lynch >> --- >> arch/powerpc/include/asm/rtas.h | 7 ++- >> 1 file changed, 6 insertions(+), 1

Re: [PATCH 03/29] powerpc/rtas: complete ibm,suspend-me status codes

2020-12-04 Thread Michael Ellerman
Nathan Lynch writes: > We don't completely account for the possible return codes for > ibm,suspend-me. Add definitions for these. > > Signed-off-by: Nathan Lynch > --- > arch/powerpc/include/asm/rtas.h | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git

[PATCH 03/29] powerpc/rtas: complete ibm,suspend-me status codes

2020-10-29 Thread Nathan Lynch
We don't completely account for the possible return codes for ibm,suspend-me. Add definitions for these. Signed-off-by: Nathan Lynch --- arch/powerpc/include/asm/rtas.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/include/asm/rtas.h