From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751990AbbJBGxI (ORCPT ); Fri, 2 Oct 2015 02:53:08 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:11425 "EHLO smtp1-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751189AbbJBGxF (ORCPT ); Fri, 2 Oct 2015 02:53:05 -0400 Date: Fri, 2 Oct 2015 08:52:54 +0200 From: Alban To: Linus Walleij Cc: Aban Bedel , "linux-gpio@vger.kernel.org" , Alexandre Courbot , Ralf Baechle , Gabor Juhos , Linux MIPS , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] gpio: ath79: Convert to the state container design pattern Message-ID: <20151002085254.6a929c58@tock> In-Reply-To: References: <1441100282-13584-1-git-send-email-albeu@free.fr> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: 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