From: Rafael J. Wysocki Date: Thu, 14 Jul 2011 18:59:35 +0000 (+0200) Subject: ARM / shmobile: Return -EBUSY from A4LC power off if A3RV is active X-Git-Tag: v3.1-rc1~304^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ca80817e231723f1399bff495854ba2171103ca;p=pandora-kernel.git ARM / shmobile: Return -EBUSY from A4LC power off if A3RV is active Since the A4LC should only be powered off if the A3RV is off, make the A4LC's power down routine return -EBUSY if A3RV is not off to indicate to the core that it doesn't want to power off the domain in that case. This will cause the core to regard A4LC as active, so the pm_genpd_poweron() in pd_power_down_a3rv() is not necessary any more. Signed-off-by: Rafael J. Wysocki Acked-by: Magnus Damm --- Reading git-diff-tree failed