From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751385Ab1AEI3Z (ORCPT ); Wed, 5 Jan 2011 03:29:25 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:60874 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750959Ab1AEI3Y (ORCPT ); Wed, 5 Jan 2011 03:29:24 -0500 From: "Rafael J. Wysocki" To: Mark Brown Subject: Re: [PATCH] i2c: Factor out runtime suspend checks from PM operations Date: Wed, 5 Jan 2011 09:28:53 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.37-rc8+; KDE/4.4.4; x86_64; ; ) Cc: Abhijeet Dharmapurikar , Jean Delvare , linux-kernel@vger.kernel.org, linux-pm@lists.linux-foundation.org, linux-i2c@vger.kernel.org, Rabin Vincent , Ben Dooks References: <1293712813-4090-1-git-send-email-broonie@opensource.wolfsonmicro.com> <4D23A839.6030205@codeaurora.org> <20110104231021.GA18024@sirena.org.uk> In-Reply-To: <20110104231021.GA18024@sirena.org.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201101050928.53979.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, January 05, 2011, Mark Brown wrote: > On Tue, Jan 04, 2011 at 03:07:37PM -0800, Abhijeet Dharmapurikar wrote: > > Mark Brown wrote: > > >> device op. The PM core provides pm_generic_ functions implementing this > >> behaviour - use them to reduce coupling with future PM updates. > > > pm_generic_suspend() and others needs to be externed in linux/pm_runtime.h? > > Yes, there's a patch in -next for this already so this patch would need > to either wait for later in the merge window or go in via the PM tree > with the preceeding one (the original version of this patch was posted > as part of a series with the export patch). I would take it, but I'm still waiting for a word from Jean. Thanks, Rafael