From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v6 0/3] Add gpio support to Broadcom Cygnus SoC Date: Tue, 16 Dec 2014 09:56:10 +0100 Message-ID: <6058985.1pSGN9OVHq@wuerfel> References: <1418696307-19392-1-git-send-email-rjui@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1418696307-19392-1-git-send-email-rjui@broadcom.com> Sender: linux-gpio-owner@vger.kernel.org To: Ray Jui Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Linus Walleij , Alexandre Courbot , Grant Likely , Christian Daudt , Matt Porter , Florian Fainelli , Russell King , Joe Perches , Scott Branden , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Monday 15 December 2014 18:18:24 Ray Jui wrote: > This patchset contains the initial GPIO support for the Broadcom Cygnus SoC. > Cygnus has 3 GPIO controllers: 1) the ASIU GPIO; 2) the chipCommonG GPIO; > and 3) the ALWAYS-ON GPIO. All 3 types of GPIO controllers are supported by > the same Cygnus GPIO driver > > Looks good to me now. Arnd