From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH] iio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM Date: Fri, 12 Dec 2014 15:26:22 +0000 Message-ID: <548B091E.9070303@kernel.org> References: <202529361.GBbZ7zGgn8@vostro.rjw.lan> <548ADFBA.6000303@kernel.org> <36391107.O5xXXLZB0Z@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <36391107.O5xXXLZB0Z@vostro.rjw.lan> Sender: linux-kernel-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: linux-iio@vger.kernel.org, Srinivas Pandruvada , Lars-Peter Clausen , Hartmut Knaack , Linux PM list , Linux Kernel Mailing List List-Id: linux-pm@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. > >