bus: ti-sysc: Defer suspend as needed
authorTony Lindgren <tony@atomide.com>
Mon, 24 Sep 2018 19:16:54 +0000 (12:16 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 24 Sep 2018 19:16:54 +0000 (12:16 -0700)
commit40d9f9124822013331367fb4ab59936c3ac944d6
treef4173f2fd0469a011d0beb4bfdad376c03aa95c8
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
bus: ti-sysc: Defer suspend as needed

We don't care when we suspend but some our children do. In order to
avoid tagging various modules with SYSC_QUIRK_RESOURCE_PROVIDER, let's
do it automatically by tagging modules that are busy on suspend for
noirq suspend. This way we can just do module detection on define DEBUG.

Note that we still need to keep SYSC_QUIRK_LEGACY_IDLE flag around so
the our legacy single-child devices that set pm_runtime_irq_safe() can
manage the interconnect target module themselves.

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c
include/linux/platform_data/ti-sysc.h