From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 1/2] MIPS: ath79: Remove the unused GPIO function API Date: Thu, 16 Jul 2015 14:43:00 +0200 Message-ID: References: <1435914709-15092-1-git-send-email-albeu@free.fr> <1435914709-15092-2-git-send-email-albeu@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-oi0-f52.google.com ([209.85.218.52]:33965 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754019AbbGPMnA (ORCPT ); Thu, 16 Jul 2015 08:43:00 -0400 Received: by oigd21 with SMTP id d21so6911208oig.1 for ; Thu, 16 Jul 2015 05:43:00 -0700 (PDT) In-Reply-To: <1435914709-15092-2-git-send-email-albeu@free.fr> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Alban Bedel Cc: "linux-gpio@vger.kernel.org" , Ralf Baechle , Alexandre Courbot , Gabor Juhos , Linux MIPS , "linux-kernel@vger.kernel.org" On Fri, Jul 3, 2015 at 11:11 AM, Alban Bedel wrote: > To prepare moving the GPIO driver to drivers/gpio remove the > platform specific pinmux API. As it is not used by any board, > and such functionality should better be implemented using the > pinmux subsystem just removing it seems to be the best option. > > Signed-off-by: Alban Bedel Reviewed-by: Linus Walleij Yours, Linus Walleij