soc: rockchip: power-domain: allow domains only handling idle requests
authorElaine Zhang <zhangqing@rock-chips.com>
Wed, 9 Mar 2016 21:22:54 +0000 (05:22 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 28 Mar 2016 10:06:43 +0000 (12:06 +0200)
commit1fe767a56c32730a947fc2bfcac5d14490bde6ff
treeaa3f55c6cbecce00eced5ea88e362fc4da17728b
parent6aa841c8097fee1b17b343719c45694e3166ca34
soc: rockchip: power-domain: allow domains only handling idle requests

On some Rockchip SoC there exist child-domains only handling their
idle state with the actual power-state handled by a (shared) parent-
domain.

So allow such types of domains. For them, we can determine their
state (on/off) by checking the inverse idle-state instead.

There exist one special case if both idle as well power handling
were set as not present, but as the domain-data is defined in the
code itself, we can expect the reasonable developer to define them
in a correct way, without adding more checks.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/soc/rockchip/pm_domains.c