From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alban Subject: Re: [PATCH] gpio: ath79: Convert to the state container design pattern Date: Fri, 2 Oct 2015 08:52:54 +0200 Message-ID: <20151002085254.6a929c58@tock> References: <1441100282-13584-1-git-send-email-albeu@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtpfb1-g21.free.fr ([212.27.42.9]:46222 "EHLO smtpfb1-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751189AbbJBGxM (ORCPT ); Fri, 2 Oct 2015 02:53:12 -0400 Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by smtpfb1-g21.free.fr (Postfix) with ESMTP id 8C32177C9E4 for ; Fri, 2 Oct 2015 08:53:06 +0200 (CEST) In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: Aban Bedel , "linux-gpio@vger.kernel.org" , Alexandre Courbot , Ralf Baechle , Gabor Juhos , Linux MIPS , "linux-kernel@vger.kernel.org" On Fri, 25 Sep 2015 09:39:51 -0700 Linus Walleij wrote: > On Tue, Sep 1, 2015 at 2:38 AM, Alban Bedel wrote: > > > Turn the ath79 driver into a true driver supporting multiple > > instances. While at it also removed unneed includes and make use of > > the BIT() macro. > > > > Signed-off-by: Alban Bedel > > --- > > > > This patch apply on top of my previous MIPS GPIO patches that are > > pending for 4.3, so it might be better to take it thru the MIPS > > tree. > > Patch applied (for v4.4). > > Would you consider sending a patch adding yourself as maintainer > for this file in MAINTAINERS? Yes, I'll send that soon. However while looking at adding IRQ support I stumbled upon the bgpio API from the generic gpio driver. I think it might make more sense to simply move to this API instead of doing the above cleanup. I'll send a patch for this in the next days. Alban