From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH v2 2/4] gpio: remove GENERIC_GPIO config option Date: Tue, 16 Apr 2013 10:33:28 +0100 Message-ID: <20130416093328.BBB543E14C0@localhost> References: <1365445950-5736-1-git-send-email-gnurou@gmail.com> <1365445950-5736-3-git-send-email-gnurou@gmail.com> Return-path: Received: from mail-wg0-f42.google.com ([74.125.82.42]:61719 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754908Ab3DPJdc (ORCPT ); Tue, 16 Apr 2013 05:33:32 -0400 Received: by mail-wg0-f42.google.com with SMTP id m15so954912wgh.5 for ; Tue, 16 Apr 2013 02:33:31 -0700 (PDT) In-Reply-To: <1365445950-5736-3-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:28 -0700, Alexandre Courbot wrote: > From: Alexandre Courbot > > GENERIC_GPIO has been made equivalent to GPIOLIB in architecture code > and all driver code has been switch to depend on GPIOLIB. It is thus > safe to have GENERIC_GPIO removed. > > Signed-off-by: Alexandre Courbot > Acked-by: Linus Walleij Acked-by: Grant Likely From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f42.google.com ([74.125.82.42]:61719 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754908Ab3DPJdc (ORCPT ); Tue, 16 Apr 2013 05:33:32 -0400 Received: by mail-wg0-f42.google.com with SMTP id m15so954912wgh.5 for ; Tue, 16 Apr 2013 02:33:31 -0700 (PDT) From: Grant Likely Subject: Re: [PATCH v2 2/4] gpio: remove GENERIC_GPIO config option In-Reply-To: <1365445950-5736-3-git-send-email-gnurou@gmail.com> References: <1365445950-5736-1-git-send-email-gnurou@gmail.com> <1365445950-5736-3-git-send-email-gnurou@gmail.com> Date: Tue, 16 Apr 2013 10:33:28 +0100 Message-ID: <20130416093328.BBB543E14C0@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: <20130416093328.VMb0aWpSQMVTt69f4PXVEXBgsuZEQYgs7SL5cUGlZMY@z> On Mon, 8 Apr 2013 11:32:28 -0700, Alexandre Courbot wrote: > From: Alexandre Courbot > > GENERIC_GPIO has been made equivalent to GPIOLIB in architecture code > and all driver code has been switch to depend on GPIOLIB. It is thus > safe to have GENERIC_GPIO removed. > > Signed-off-by: Alexandre Courbot > Acked-by: Linus Walleij Acked-by: Grant Likely