linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] GPIO support for BRCMSTB
@ 2015-06-18  1:00 Gregory Fong
  2015-06-18  1:00 ` [PATCH v3 1/4] gpio: brcmstb: fix null ptr dereference in driver remove Gregory Fong
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Gregory Fong @ 2015-06-18  1:00 UTC (permalink / raw)
  To: linux-gpio
  Cc: Gregory Fong, Alexandre Courbot, bcm-kernel-feedback-list,
	Brian Norris, devicetree, Florian Fainelli, Ian Campbell,
	Kumar Gala, Linus Walleij, linux-arm-kernel, linux-kernel,
	Mark Rutland, Pawel Moll, Rob Herring, Russell King

Adds interrupt support for the GPIO controller (UPG GIO) used on Broadcom's
various BRCMSTB SoCs (BCM7XXX and others).  For all existing hardware, this
block hooks up to the BCM7120 L2 IRQ controller and so will require
CONFIG_BCM7120_L2_IRQ=y.

New in v3:
- fix a null pointer dereference noticed by Tim Ross
- use the gpiolib irqchip helpers as recommended by Linus Walleij
- update device tree bindings as suggested by Brian Norris:
  https://lkml.org/lkml/2015/5/29/802
- add S5 (cold boot) support

The following are not included in this patchset:
- Initial device tree bindings (merged from v1 to GPIO tree)
- Initial GPIO support w/o interrupts (merged from v2 to GPIO tree)
- ARM Kconfig changes (merged from v2 to arm-soc tree)

Previous revisions:
v1: https://lkml.org/lkml/2015/5/6/199
v2: https://lkml.org/lkml/2015/5/28/853

Gregory Fong (4):
  gpio: brcmstb: fix null ptr dereference in driver remove
  dt-bindings: brcmstb-gpio: document properties for wakeup
  gpio: brcmstb: Add interrupt and wakeup source support
  gpio: brcmstb: support wakeup from S5 cold boot

 .../devicetree/bindings/gpio/brcm,brcmstb-gpio.txt |  35 ++-
 drivers/gpio/Kconfig                               |   1 +
 drivers/gpio/gpio-brcmstb.c                        | 321 ++++++++++++++++++++-
 3 files changed, 341 insertions(+), 16 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-07-14  2:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-18  1:00 [PATCH v3 0/4] GPIO support for BRCMSTB Gregory Fong
2015-06-18  1:00 ` [PATCH v3 1/4] gpio: brcmstb: fix null ptr dereference in driver remove Gregory Fong
2015-07-13 12:24   ` Linus Walleij
2015-06-18  1:00 ` [PATCH v3 2/4] dt-bindings: brcmstb-gpio: document properties for wakeup Gregory Fong
     [not found]   ` <1434589243-502-3-git-send-email-gregory.0xf0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-07-13 12:29     ` Linus Walleij
     [not found]       ` <CACRpkdY5YH7MwGxA_UFg1bzwojT6XouBErBm86PtL_8RCSej0Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-13 17:35         ` Florian Fainelli
2015-06-18  1:00 ` [PATCH v3 3/4] gpio: brcmstb: Add interrupt and wakeup source support Gregory Fong
2015-07-13 12:58   ` Linus Walleij
     [not found]     ` <CACRpkdYNGdWHk1kqhFWHziLPy3mZXTcUjYFBCVo5dRCh60bQ_A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-14  2:29       ` Gregory Fong
2015-06-18  1:00 ` [PATCH v3 4/4] gpio: brcmstb: support wakeup from S5 cold boot Gregory Fong
     [not found]   ` <1434589243-502-5-git-send-email-gregory.0xf0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-07-13 13:03     ` Linus Walleij
2015-07-14  2:31       ` Gregory Fong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).