[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5485F26E.6050506@broadcom.com>
Date: Mon, 8 Dec 2014 10:48:14 -0800
From: Ray Jui <rjui@...adcom.com>
To: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
"Mark Rutland" <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
"Linus Walleij" <linus.walleij@...aro.org>,
Alexandre Courbot <gnurou@...il.com>,
Grant Likely <grant.likely@...aro.org>,
Christian Daudt <bcm@...thebug.org>,
Matt Porter <mporter@...aro.org>,
Florian Fainelli <f.fainelli@...il.com>,
Russell King <linux@....linux.org.uk>,
Joe Perches <joe@...ches.com>, "Arnd Bergmann" <arnd@...db.de>
CC: Scott Branden <sbranden@...adcom.com>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-gpio@...r.kernel.org>,
<bcm-kernel-feedback-list@...adcom.com>,
<devicetree@...r.kernel.org>
Subject: Re: [PATCH v2 0/5] Add gpio support to Broadcom Cygnus SoC
Sorry. Please ignore this particular cover letter. It accidentally got
sent along with other v3 patches.
On 12/8/2014 10:47 AM, 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
>
> Changes from v1:
> - Get rid of inline qualifier
> - Get rid of redundant check in the ISR
> - Other minor fixes to imrove code readability
>
> Ray Jui (5):
> gpio: Cygnus: define Broadcom Cygnus GPIO binding
> gpio: Cygnus: add GPIO driver
> ARM: mach-bcm: Enable GPIO support for Cygnus
> ARM: dts: enable GPIO for Broadcom Cygnus
> MAINTAINERS: Entry for Cygnus GPIO driver
>
> .../devicetree/bindings/gpio/brcm,cygnus-gpio.txt | 85 +++
> MAINTAINERS | 7 +
> arch/arm/boot/dts/bcm-cygnus.dtsi | 30 +
> arch/arm/mach-bcm/Kconfig | 1 +
> drivers/gpio/Kconfig | 11 +
> drivers/gpio/Makefile | 1 +
> drivers/gpio/gpio-bcm-cygnus.c | 712 ++++++++++++++++++++
> 7 files changed, 847 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/gpio/brcm,cygnus-gpio.txt
> create mode 100644 drivers/gpio/gpio-bcm-cygnus.c
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists