From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Tue, 29 Mar 2011 03:13:08 +0000 Subject: Re: [RFC][PATCH] PM / Platform: Remove __weak definitions of runtime PM callbacks Message-Id: <20110329031308.GC7338@linux-sh.org> List-Id: References: <201103270058.41632.rjw@sisk.pl> In-Reply-To: <201103270058.41632.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Rafael J. Wysocki" Cc: Linux PM mailing list , LKML , Magnus Damm , linux-sh@vger.kernel.org On Sun, Mar 27, 2011 at 12:58:41AM +0100, Rafael J. Wysocki wrote: > Remove the __weak definitions of platform bus type runtime PM > callbacks, make platform_dev_pm_ops point to the generic routines > as appropriate and allow architectures using platform_dev_pm_ops to > replace the runtime PM callbacks in that structure with their own > set. > > Convert architectures providing its own definitions of the platform > runtime PM callbacks to use the new mechanism. > > Signed-off-by: Rafael J. Wysocki Acked-by: Paul Mundt