From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tien Hock Loh Subject: Re: [PATCH V7 1/1] drivers/gpio: Altera soft IP GPIO driver and devicetree binding Date: Thu, 24 Apr 2014 08:55:31 +0800 Message-ID: References: <1393842463-5206-1-git-send-email-thloh@altera.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org To: Linus Walleij Cc: Tien Hock Loh , Rob Herring , Pawel Moll , Mark Rutland , "ijc+devicetree@hellion.org.uk" , Kumar Gala , Rob Landley , Alexandre Courbot , Grant Likely , "devicetree@vger.kernel.org" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , Dinh Nguyen , "lftan@altera.com" List-Id: devicetree@vger.kernel.org On Wed, Apr 23, 2014 at 9:32 PM, Linus Walleij wrote: > On Mon, Mar 3, 2014 at 11:27 AM, wrote: > >> From: Tien Hock Loh >> >> Add driver support for Altera GPIO soft IP, including interrupts and I/O. >> Tested on Altera CV SoC board using dipsw and LED using LED framework. >> >> Signed-off-by: Tien Hock Loh > > Some time has passed since this was posted and we now have > GPIO irqchip helpers in the gpiolib core. > > If you repost this, please reform this driver to use the gpiochip > irqchip helpers in the manner of e.g. drivers/gpio/gpio-pl061.c. > > More examples and documentation is available on the "devel" > branch in the gpio git tree (also in linux-next). OK noted. I'll do that. Thanks for the info. > > Yours, > Linus Walleij