From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH v2 3/4] gpio: rename CONFIG_GPIOLIB to CONFIG_GPIO Date: Tue, 16 Apr 2013 10:39:46 +0100 Message-ID: <20130416093946.0DB503E14C0@localhost> References: <1365445950-5736-1-git-send-email-gnurou@gmail.com> <1365445950-5736-4-git-send-email-gnurou@gmail.com> Return-path: Received: from mail-wi0-f172.google.com ([209.85.212.172]:53205 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752042Ab3DPJju (ORCPT ); Tue, 16 Apr 2013 05:39:50 -0400 Received: by mail-wi0-f172.google.com with SMTP id hq17so1655918wib.5 for ; Tue, 16 Apr 2013 02:39:49 -0700 (PDT) In-Reply-To: <1365445950-5736-4-git-send-email-gnurou@gmail.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Linus Walleij Cc: Arnd Bergmann , linux-arch@vger.kernel.org, gnurou@gmail.com, Alexandre Courbot On Mon, 8 Apr 2013 11:32:29 -0700, Alexandre Courbot wrote: > From: Alexandre Courbot > > The removal of CONFIG_GENERIC_GPIO turned gpiolib into the only way to > implement the generic GPIO API, effectively making it the "GPIO > framework". > > This patch tries to reflect this reality by changing occurences of > GPIOLIB into the simpler GPIO in various places (notable configuration > options) and updating the documentation. > > Signed-off-by: Alexandre Courbot > Acked-by: Linus Walleij This just ends up being painful and extra churn. I don't think it is worth it to change the config symbol name. g. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com ([209.85.212.172]:53205 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752042Ab3DPJju (ORCPT ); Tue, 16 Apr 2013 05:39:50 -0400 Received: by mail-wi0-f172.google.com with SMTP id hq17so1655918wib.5 for ; Tue, 16 Apr 2013 02:39:49 -0700 (PDT) From: Grant Likely Subject: Re: [PATCH v2 3/4] gpio: rename CONFIG_GPIOLIB to CONFIG_GPIO In-Reply-To: <1365445950-5736-4-git-send-email-gnurou@gmail.com> References: <1365445950-5736-1-git-send-email-gnurou@gmail.com> <1365445950-5736-4-git-send-email-gnurou@gmail.com> Date: Tue, 16 Apr 2013 10:39:46 +0100 Message-ID: <20130416093946.0DB503E14C0@localhost> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Alexandre Courbot , Linus Walleij Cc: Arnd Bergmann , linux-arch@vger.kernel.org, Alexandre Courbot Message-ID: <20130416093946.Rf8eaqj1D6ipKowZEdoPw803KYu86buOrxEkRJvGqJ4@z> On Mon, 8 Apr 2013 11:32:29 -0700, Alexandre Courbot wrote: > From: Alexandre Courbot > > The removal of CONFIG_GENERIC_GPIO turned gpiolib into the only way to > implement the generic GPIO API, effectively making it the "GPIO > framework". > > This patch tries to reflect this reality by changing occurences of > GPIOLIB into the simpler GPIO in various places (notable configuration > options) and updating the documentation. > > Signed-off-by: Alexandre Courbot > Acked-by: Linus Walleij This just ends up being painful and extra churn. I don't think it is worth it to change the config symbol name. g.