Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752198Ab1BASkP (ORCPT ); Tue, 1 Feb 2011 13:40:15 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:33266 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751432Ab1BASkO (ORCPT ); Tue, 1 Feb 2011 13:40:14 -0500 From: "Rafael J. Wysocki" To: Kevin Hilman Subject: Re: [RFC][PATCH] Power domains for platform bus type Date: Tue, 1 Feb 2011 19:39:49 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.38-rc2+; KDE/4.4.4; x86_64; ; ) Cc: Grant Likely , "Linux-pm mailing list" , Greg KH , LKML , Magnus Damm , Alan Stern , Len Brown References: <201101300107.19389.rjw@sisk.pl> <201102011158.46312.rjw@sisk.pl> <87sjw7wvjl.fsf@ti.com> In-Reply-To: <87sjw7wvjl.fsf@ti.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102011939.49793.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 34 On Tuesday, February 01, 2011, Kevin Hilman wrote: > "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'. Fine by me. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/