[PATCH 0/3] ARM: PM: Drop useless checks for PM_SUSPEND_STANDBY
From: tony@atomide.com (Tony Lindgren)
Date: 2017-03-06 18:38:57
Also in:
linux-omap, linux-pm
From: tony@atomide.com (Tony Lindgren)
Date: 2017-03-06 18:38:57
Also in:
linux-omap, linux-pm
* Tony Lindgren [off-list ref] [170217 08:41]:
* Geert Uytterhoeven [off-list ref] [170217 08:12]:quoted
Hi all, The system suspend implementations for DaVinci, OMAP, and SoCFPGA use the standard suspend_valid_only_mem() for their platform_suspend_ops.valid() callbacks. Hence their platform_suspend_ops.enter() callbacks will never be called with state equal to PM_SUSPEND_STANDBY, and checks for this can thus be removed. Thanks for your comments!Seems safe to remove: Acked-by: Tony Lindgren <tony@atomide.com>
Sounds like you wanted me to pick this up so applying the omap related patch into omap-for-v4.12/soc. Thanks, Tony