Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752572AbaLCNyL (ORCPT ); Wed, 3 Dec 2014 08:54:11 -0500 Received: from mail-ig0-f178.google.com ([209.85.213.178]:56731 "EHLO mail-ig0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750891AbaLCNyI (ORCPT ); Wed, 3 Dec 2014 08:54:08 -0500 MIME-Version: 1.0 In-Reply-To: <1655942.O63mJN07or@vostro.rjw.lan> References: <1655942.O63mJN07or@vostro.rjw.lan> Date: Wed, 3 Dec 2014 14:54:07 +0100 Message-ID: Subject: Re: [PATCH] gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM From: Linus Walleij To: "Rafael J. Wysocki" Cc: Kevin Hilman , Javier Martinez Canillas , Santosh Shilimkar , Alexandre Courbot , Linux-OMAP , "linux-gpio@vger.kernel.org" , Linux Kernel Mailing List , Linux PM list Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 3, 2014 at 2:50 AM, 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 in drivers/gpio/gpio-omap.c. > > 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. Go ahead. Should be no collissions. Reviewed-by: Linus Walleij Yours, Linus Walleij -- 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/