Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757798Ab3ILJT1 (ORCPT ); Thu, 12 Sep 2013 05:19:27 -0400 Received: from mga11.intel.com ([192.55.52.93]:11817 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757674Ab3ILJTX (ORCPT ); Thu, 12 Sep 2013 05:19:23 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.90,890,1371106800"; d="scan'208";a="400487505" Date: Thu, 12 Sep 2013 12:24:47 +0300 From: Mika Westerberg To: Samuel Ortiz Cc: linux-i2c@vger.kernel.org, Wolfram Sang , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Lv Zheng , Aaron Lu , linux-arm-kernel@lists.infradead.org, Mark Brown , Dmitry Torokhov , Mauro Carvalho Chehab , Lee Jones , Arnd Bergmann , Greg Kroah-Hartman , Liam Girdwood , Kyungmin Park Subject: Re: [PATCH v2 6/9] mfd: wm8994: convert to use I2C core runtime PM Message-ID: <20130912092447.GJ7393@intel.com> References: <1378913560-2752-1-git-send-email-mika.westerberg@linux.intel.com> <1378913560-2752-7-git-send-email-mika.westerberg@linux.intel.com> <20130911161242.GA13015@zurbaran> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130911161242.GA13015@zurbaran> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1000 Lines: 25 On Wed, Sep 11, 2013 at 06:12:43PM +0200, Samuel Ortiz wrote: > Hi Mika, > > On Wed, Sep 11, 2013 at 06:32:37PM +0300, Mika Westerberg wrote: > > The I2C core now prepares runtime PM on behalf of the I2C client device, so > > only thing the driver needs to do is to call pm_runtime_put() at the end of > > its ->probe(). > > > > This patch converts wm8994 driver to use this model. > > > > Signed-off-by: Mika Westerberg > Acked-by: Samuel Ortiz Thanks! > I think it would make more sense for you to merge that one together with > the related i2c changes. If you prefer that I take it through MFD, > please let me know. I'm hoping that Wolfram takes all the I2C related patches to his tree. -- 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/