From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Date: Sun, 10 Jul 2011 20:46:04 +0000 Subject: [PATCH 0/2] PM / Domains: Add code for powering off all unused PM domains Message-Id: <201107102246.05107.rjw@sisk.pl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linux PM mailing list , Magnus Damm Cc: LKML , Linux-SH Hi, The following two patches are on top of the branch at: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6.git pm-domains and the patchset I sent earlier today: https://lkml.org/lkml/2011/7/10/27 and this patch: https://patchwork.kernel.org/patch/961202/ They introduce a mechanism allowing platforms to power off all of the PM domains that don't contain devices in use in one shot. The first patch adds core support for that and the second one makes shmobile use it instead of its own code. Thanks, Rafael