From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934968AbaLLP2X (ORCPT ); Fri, 12 Dec 2014 10:28:23 -0500 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:48904 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759878AbaLLP0a (ORCPT ); Fri, 12 Dec 2014 10:26:30 -0500 Message-ID: <548B091E.9070303@kernel.org> Date: Fri, 12 Dec 2014 15:26:22 +0000 From: Jonathan Cameron User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "Rafael J. Wysocki" CC: linux-iio@vger.kernel.org, Srinivas Pandruvada , Lars-Peter Clausen , Hartmut Knaack , Linux PM list , Linux Kernel Mailing List Subject: Re: [PATCH] iio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM References: <202529361.GBbZ7zGgn8@vostro.rjw.lan> <548ADFBA.6000303@kernel.org> <36391107.O5xXXLZB0Z@vostro.rjw.lan> In-Reply-To: <36391107.O5xXXLZB0Z@vostro.rjw.lan> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/12/14 14:59, Rafael J. Wysocki wrote: > On Friday, December 12, 2014 12:29:46 PM Jonathan Cameron wrote: >> On 03/12/14 02:06, Rafael J. Wysocki wrote: >>> From: Rafael J. Wysocki >>> >>> After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is >>> selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks >>> depending on CONFIG_PM_RUNTIME may now be changed to depend on >>> CONFIG_PM. >>> >>> Replace CONFIG_PM_RUNTIME with CONFIG_PM everywhere under >>> drivers/iio/. >>> >>> Signed-off-by: Rafael J. Wysocki >> Acked-by: Jonathan Cameron > > Thanks! > >>> --- >>> >>> Note: This depends on commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if >>> PM_SLEEP is selected) which is only in linux-next at the moment (via the >>> linux-pm tree). >>> >>> Please let me know if it is OK to take this one into linux-pm. >> It is. If I took too long to reply and the dependency merged >> in the current window, I can take these through IIO if you'd prefer? > > I guess it still will be more convenient to take them through linux-pm, > as I'm going to follow up with a patch that removes CONFIG_PM_RUNTIME > entirely when I'm done with all of the users of it. Fine with me. > >