From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 16 Dec 2014 09:56:10 +0100 Subject: [PATCH v6 0/3] Add gpio support to Broadcom Cygnus SoC In-Reply-To: <1418696307-19392-1-git-send-email-rjui@broadcom.com> References: <1418696307-19392-1-git-send-email-rjui@broadcom.com> Message-ID: <6058985.1pSGN9OVHq@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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