OSDN Git Service

ARM: ux500: Initial support for PM domains
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 14 Oct 2014 09:12:56 +0000 (11:12 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 28 Oct 2014 09:48:23 +0000 (10:48 +0100)
commitcd931dcfda5e5e5e2c55bd243919b1820105cdde
tree362ad49ad2488ed5a0d4e0a65539b13fd3fe1a09
parent5dcb10159b1848b2c91ac2a11745d229f16fc26b
ARM: ux500: Initial support for PM domains

The ux500 SoC uses the generic PM domain and requires the domains to be
specified through DT.

Currently the genpd callbacks for handling power gating|ungating are
implemented as dummy functions. To be able to enable those to perform
PM domain gating/ungating, each device that resides in the VAPE domain
must be properly handled from a runtime PM perspective.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/Makefile
arch/arm/mach-ux500/pm.c
arch/arm/mach-ux500/pm_domains.c [new file with mode: 0644]
arch/arm/mach-ux500/pm_domains.h [new file with mode: 0644]