From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 4/4] PM: Eliminate CONFIG_PM_RUNTIME Date: Fri, 19 Dec 2014 13:49:34 -0800 Message-ID: <7h1tnv2tu9.fsf@deeprootsystems.com> References: <472992175.g1ArEYGFPo@vostro.rjw.lan> <2635409.SWsBMlb9s4@vostro.rjw.lan> <9470157.PyHoGoSGz1@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <9470157.PyHoGoSGz1@vostro.rjw.lan> (Rafael J. Wysocki's message of "Fri, 19 Dec 2014 22:41:54 +0100") Sender: linux-samsung-soc-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: Geert Uytterhoeven , Linux PM list , Linux Kernel Mailing List , Ulf Hansson , Greg Kroah-Hartman , Simon Horman , Magnus Damm , Russell King , Christian Daudt , Matt Porter , Kukjin Kim , Shawn Guo , Sascha Hauer , Maxime Ripard , Stephen Warren , Thierry Reding , Alexandre Courbot , Tony Lindgren , Ralf Baechle , Benjamin Herrenschmidt , Mark Brown , Olof Johansson List-Id: linux-pm@vger.kernel.org "Rafael J. Wysocki" writes: [...] > Fixed up patch is appended, thanks! > > > --- > From: Rafael J. Wysocki > Subject: PM: Eliminate CONFIG_PM_RUNTIME > > Having switched over all of the users of CONFIG_PM_RUNTIME to use > CONFIG_PM directly, turn the latter into a user-selectable option > and drop the former entirely from the tree. > > Signed-off-by: Rafael J. Wysocki > Reviewed-by: Ulf Hansson Acked-by: Kevin Hilman I assume you're planning to get this in early in the v3.19-rc cycle, correct? That way we can hopefully avoid conflicts with the various defconfig changes we're taking through the arm-soc tree. Also, thanks for taking care of all the tree-wide changes. This is a great change. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@kernel.org (Kevin Hilman) Date: Fri, 19 Dec 2014 13:49:34 -0800 Subject: [PATCH 4/4] PM: Eliminate CONFIG_PM_RUNTIME In-Reply-To: <9470157.PyHoGoSGz1@vostro.rjw.lan> (Rafael J. Wysocki's message of "Fri, 19 Dec 2014 22:41:54 +0100") References: <472992175.g1ArEYGFPo@vostro.rjw.lan> <2635409.SWsBMlb9s4@vostro.rjw.lan> <9470157.PyHoGoSGz1@vostro.rjw.lan> Message-ID: <7h1tnv2tu9.fsf@deeprootsystems.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org "Rafael J. Wysocki" writes: [...] > Fixed up patch is appended, thanks! > > > --- > From: Rafael J. Wysocki > Subject: PM: Eliminate CONFIG_PM_RUNTIME > > Having switched over all of the users of CONFIG_PM_RUNTIME to use > CONFIG_PM directly, turn the latter into a user-selectable option > and drop the former entirely from the tree. > > Signed-off-by: Rafael J. Wysocki > Reviewed-by: Ulf Hansson Acked-by: Kevin Hilman I assume you're planning to get this in early in the v3.19-rc cycle, correct? That way we can hopefully avoid conflicts with the various defconfig changes we're taking through the arm-soc tree. Also, thanks for taking care of all the tree-wide changes. This is a great change. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752684AbaLSVtk (ORCPT ); Fri, 19 Dec 2014 16:49:40 -0500 Received: from mail-pd0-f169.google.com ([209.85.192.169]:39060 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752643AbaLSVth (ORCPT ); Fri, 19 Dec 2014 16:49:37 -0500 From: Kevin Hilman To: "Rafael J. Wysocki" Cc: Geert Uytterhoeven , Linux PM list , Linux Kernel Mailing List , Ulf Hansson , Greg Kroah-Hartman , Simon Horman , Magnus Damm , Russell King , Christian Daudt , Matt Porter , Kukjin Kim , Shawn Guo , Sascha Hauer , Maxime Ripard , Stephen Warren , Thierry Reding , Alexandre Courbot , Tony Lindgren , Ralf Baechle , Benjamin Herrenschmidt , Mark Brown , Olof Johansson , "linux-arm-kernel@lists.infradead.org" , USB list , "lin ux-samsung-soc@vger.kernel.org" Subject: Re: [PATCH 4/4] PM: Eliminate CONFIG_PM_RUNTIME References: <472992175.g1ArEYGFPo@vostro.rjw.lan> <2635409.SWsBMlb9s4@vostro.rjw.lan> <9470157.PyHoGoSGz1@vostro.rjw.lan> Date: Fri, 19 Dec 2014 13:49:34 -0800 In-Reply-To: <9470157.PyHoGoSGz1@vostro.rjw.lan> (Rafael J. Wysocki's message of "Fri, 19 Dec 2014 22:41:54 +0100") Message-ID: <7h1tnv2tu9.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "Rafael J. Wysocki" writes: [...] > Fixed up patch is appended, thanks! > > > --- > From: Rafael J. Wysocki > Subject: PM: Eliminate CONFIG_PM_RUNTIME > > Having switched over all of the users of CONFIG_PM_RUNTIME to use > CONFIG_PM directly, turn the latter into a user-selectable option > and drop the former entirely from the tree. > > Signed-off-by: Rafael J. Wysocki > Reviewed-by: Ulf Hansson Acked-by: Kevin Hilman I assume you're planning to get this in early in the v3.19-rc cycle, correct? That way we can hopefully avoid conflicts with the various defconfig changes we're taking through the arm-soc tree. Also, thanks for taking care of all the tree-wide changes. This is a great change. Kevin