From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingoo Han Date: Mon, 08 Dec 2014 11:06:30 +0000 Subject: Re: [PATCH] video / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM Message-Id: <000901d012d7$0509a090$0f1ce1b0$%han@samsung.com> List-Id: References: <19160360.7uJRUqlDQg@vostro.rjw.lan> <548584CC.7010603@ti.com> In-Reply-To: <548584CC.7010603@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: 'Tomi Valkeinen' , "'Rafael J. Wysocki'" Cc: 'Jean-Christophe Plagniol-Villard' , linux-fbdev@vger.kernel.org, 'Linux Kernel Mailing List' , 'Linux PM list' , 'Jingoo Han' On Monday, December 08, 2014 8:00 PM, Tomi Valkeinen wrote > > On 06/12/14 04:36, 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. > > > > The alternative of CONFIG_PM_SLEEP and CONFIG_PM_RUNTIME may be > > replaced with CONFIG_PM too. > > > > Make these changes in 2 files under drivers/video/. > > > > Signed-off-by: Rafael J. Wysocki > > --- > > > > 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. > > Does not seem to conflict with fbdev changes, so: > > Acked-by: Tomi Valkeinen For drivers/video/fbdev/s3c-fb.c, Acked-by: Jingoo Han Best regards, Jingoo Han > > Tomi >