[ARM] VIC: Add power management device
authorBen Dooks <ben-linux@fluff.org>
Tue, 24 Mar 2009 15:30:07 +0000 (15:30 +0000)
committerBen Dooks <ben-linux@fluff.org>
Thu, 7 May 2009 10:04:57 +0000 (11:04 +0100)
Add power management support to the VIC by registering
each VIC as a system device to get suspend/resume
events going.

Since the VIC registeration is done early, we need to
record the VICs in a static array which is used to add
the system devices later once the initcalls are run. This
means there is now a configuration value for the number
of VICs in the system.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>

No differences found