From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [RFC][PATCH] Power domains for platform bus type Date: Tue, 01 Feb 2011 08:48:14 -0800 Message-ID: <87sjw7wvjl.fsf__15283.6859146648$1296579229$gmane$org@ti.com> References: <201101300107.19389.rjw@sisk.pl> <871v3s3ahe.fsf@ti.com> <201102011158.46312.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201102011158.46312.rjw@sisk.pl> (Rafael J. Wysocki's message of "Tue, 1 Feb 2011 11:58:46 +0100") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: "Rafael J. Wysocki" Cc: LKML , Grant Likely , Linux-pm mailing list List-Id: linux-pm@vger.kernel.org "Rafael J. Wysocki" writes: [...] > Also, I'm going to move the power domain hook to the struct device level, so > that we have: > > struct device { > ... > struct power_domain *domain; > ... > }; > > struct power_domain { > struct dev_pm_ops ops; > }; > Great, thanks. Any opinion on my idea to name this 'struct dev_power_domain' to avoid confusion with existing powerdomain structs in SoC code? For example, on OMAP we already have a 'struct powerdomain'. Kevin