From mboxrd@z Thu Jan 1 00:00:00 1970 From: delicious quinoa Subject: Re: [PATCH v12] gpio: add a driver for the Synopsys DesignWare APB GPIO block Date: Wed, 5 Mar 2014 09:30:23 -0600 Message-ID: References: <1393369261-17469-1-git-send-email-delicious.quinoa@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-qc0-f182.google.com ([209.85.216.182]:40984 "EHLO mail-qc0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757857AbaCEPaZ (ORCPT ); Wed, 5 Mar 2014 10:30:25 -0500 In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: Linus Walleij , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "linux-doc@vger.kernel.org" , Jamie Iles , "devicetree@vger.kernel.org" , Rob Herring , Grant Likely , Mark Rutland , Steffen Trumtrar , Sebastian Hesselbarth , Heiko Stuebner , Alan Tull , Dinh Nguyen , Yves Vandervennet On Tue, Mar 4, 2014 at 7:01 PM, Linus Walleij wrote: > On Wed, Feb 26, 2014 at 7:01 AM, Alan Tull wrote: > >> From: Jamie Iles >> >> The Synopsys DesignWare block is used in some ARM devices (picoxcell) >> and can be configured to provide multiple banks of GPIO pins. >> >> Signed-off-by: Jamie Iles >> Signed-off-by: Alan Tull >> Reviewed-by: Sebastian Hesselbarth >> >> v12: - Add irq_startup/shutdown >> - do irq_create_mapping() in probe, irq_find_mapping() in to_irq() >> - Adjust mappings to show support for 1 gpio per port. >> - gpio-cells = <1> > > Patch applied! > > You've done a tremendous work on this driver and there is > absolutely nothing controversial about the bindings, so it is > my pleasure to include this driver. > > Yours, > Linus Walleij Excellent! Thanks Linus! And thanks Jamie for originating this driver! Alan Tull aka delicious quinoa