]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: Rework adding devices to PM domains on Mackerel
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 15 Aug 2012 18:56:26 +0000 (20:56 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 17 Aug 2012 17:40:09 +0000 (19:40 +0200)
commit330c35181acb95a0dc016aa9f26bdafa5c190873
tree5ca9764c872d21e6f727ba4d5b951ca55de883bc
parent58a68aeefdfaa3210d24db8aba73e3cc36baf862
ARM: shmobile: Rework adding devices to PM domains on Mackerel

On SH7372 and Mackerel devices are added to PM domains through a
series of rmobile_add_device_to_domain_td() calls where the last
argument is always the same.  This is quite inefficient, so add
a common function for adding devices to PM domains that reads the
domain-device pairs information from a table and use it during SH7372
and Mackerel initialization.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Magnus Damm <damm@opensource.se>
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-sh7372.c