]> rtime.felk.cvut.cz Git - linux-imx.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>
Mon, 3 Sep 2012 23:45:00 +0000 (01:45 +0200)
commitac18e02dc022a5413219f41d000bc637c7c5d957
treeef974a4084f0536fe8aec27f382b3e81f49f61a0
parentb42879e2e9b130e9ea0df3f076a0742df46e143a
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