Hi, On Tue, Aug 11, 2020 at 12:03 PM Sibi Sankar <sibis@xxxxxxxxxxxxxx> wrote: > > This is for power domains which needs to stay powered on for suspend > but can be powered on/off as part of runtime PM. This flag is aimed at > power domains coupled to remote processors which enter suspend states > independent to that of the application processor. Such power domains > are turned off only on remote processor crash/shutdown. > > Signed-off-by: Sibi Sankar <sibis@xxxxxxxxxxxxxx> > --- > drivers/base/power/domain.c | 3 ++- > include/linux/pm_domain.h | 5 +++++ > 2 files changed, 7 insertions(+), 1 deletion(-) Seems sane to me. Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx> Tested-by: Douglas Anderson <dianders@xxxxxxxxxxxx>