Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752101Ab3JWIOf (ORCPT ); Wed, 23 Oct 2013 04:14:35 -0400 Received: from mail-oa0-f44.google.com ([209.85.219.44]:64968 "EHLO mail-oa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751622Ab3JWIOe (ORCPT ); Wed, 23 Oct 2013 04:14:34 -0400 MIME-Version: 1.0 In-Reply-To: References: <1382307299-22587-1-git-send-email-acourbot@nvidia.com> <1382307299-22587-4-git-send-email-acourbot@nvidia.com> Date: Wed, 23 Oct 2013 10:14:33 +0200 Message-ID: Subject: Re: [PATCH 3/3] gpiolib: make GPIO_DEVRES depend on GPIOLIB From: Linus Walleij To: Alexandre Courbot Cc: "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Alexandre Courbot Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 961 Lines: 24 On Wed, Oct 23, 2013 at 10:13 AM, Linus Walleij wrote: > On Mon, Oct 21, 2013 at 12:14 AM, Alexandre Courbot wrote: > >> Current Kconfig allows GPIO_DEVRES to be selected and compiled without >> GPIOLIB. This does not make sense anymore since GPIOLIB has become the >> exclusive way to deal with GPIOs. This patch makes GPIO_DEVRES available >> only if GPIOLIB is selected. >> >> Signed-off-by: Alexandre Courbot > > Hm, I wonder about this. Are, or where there ever consumers of generic > GPIO using devres without gpiolib? However I've applied the patch so we can see what happens, what other way is there to test it... 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/