]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: Use names of power domains for adding devices to them
authorRafael J. Wysocki <rjw@sisk.pl>
Mon, 6 Aug 2012 23:07:01 +0000 (01:07 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 17 Aug 2012 17:40:04 +0000 (19:40 +0200)
commitaa995fdeaeaf546acea2b07a6349296ff4b6cab3
tree3addbec31d11d2b51d5aaf16d49d1016724c9378
parent2f0d2b8bcac57a59829a773674ffe0bd09361b88
ARM: shmobile: Use names of power domains for adding devices to them

Make the power management code under arch/arm/mach-shmobile/ use
names of power domains instead of pointers to domain objects for
adding devices to the domains.  This will allow us to put the
domain objects into tables and register them all in one shot
going forward.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Magnus Damm <damm@opensource.se>
arch/arm/mach-shmobile/board-ap4evb.c
arch/arm/mach-shmobile/board-armadillo800eva.c
arch/arm/mach-shmobile/board-mackerel.c
arch/arm/mach-shmobile/include/mach/pm-rmobile.h
arch/arm/mach-shmobile/pm-rmobile.c
arch/arm/mach-shmobile/setup-r8a7740.c
arch/arm/mach-shmobile/setup-sh7372.c