]> 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>
Wed, 15 Aug 2012 18:56:26 +0000 (20:56 +0200)
commit23f145f339e59404e66931a19cf5d339bba232f6
treed584a6e76c40ca79726602a8c49dd8c07b0210a7
parent2757eff8feb619b21c7a6cbcaa5d664bfd5447a4
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