From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756637Ab2HFXLN (ORCPT ); Mon, 6 Aug 2012 19:11:13 -0400 Received: from ogre.sisk.pl ([193.178.161.156]:44935 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751697Ab2HFXLK (ORCPT ); Mon, 6 Aug 2012 19:11:10 -0400 From: "Rafael J. Wysocki" To: "Linux-sh list" Subject: [PATCH 0/12] PM: Make ARM/shmobile PM domains initialization more straightforward Date: Tue, 7 Aug 2012 01:05:22 +0200 User-Agent: KMail/1.13.6 (Linux/3.5.0+; KDE/4.6.0; x86_64; ; ) Cc: LKML , Linux PM list , Magnus Damm MIME-Version: 1.0 Message-Id: <201208070105.23262.rjw@sisk.pl> Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, The majority of patches in this series were sent previously in this RFC: http://marc.info/?l=linux-pm&m=134247432010192&w=4 but they do not have anything to do with DTs and clean up the code quite a bit, so I thought they are worth resending in a different context. Patch [8/12] is new and replaces a patch that removed some code I thought could never be used, which was wrong. [1/12] - Make it possible to use domain names for adding devices to PM domains. [2/12] - Make ARM/shmobile use domain names for adding devices to PM domains. [3/12] - Drop the r8a7779's "add device to domain" function. [4/12] - Make it possible to use domain names for adding subdomains to PM domains. [5/12] - Make ARM/shmobile use domain names for adding subdomains to PM domains. [6/12] - Add ARM/shmobile function for "batch" initialization of PM domains. [7/12] - Make it possible to power on a PM domain using its name. [8/12] - Avoid accessing A4S internals directly in the SH7372 system suspend code. [9/12] - Put SH7372 PM domain objects into a table and initialize them in a loop. [10/12] - Put R8A7740 PM domain objects into a table and initialize them in a loop. [11/12] - Put R8A7779 PM domain objects into a table and initialize them in a loop. [12/12] - Unexport rmobile_init_pm_domain() which may be a static function now. The present series is on top of this patch set sent yesterday: http://marc.info/?l=linux-pm&m=134421084022735&w=4 Thanks, Rafael