Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1742510
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/7] gpio: brcmstb: improved interrupt and wake support |
| Date | 2017-09-30 07:40 +0200 |
| Message-ID | <uviFj-8kJ-11@gated-at.bofh.it> (permalink) |
| References | <uvgWR-78I-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 09/29/2017 08:40 PM, Doug Berger wrote: > This patch set collects a number of improvements to the GPIO driver > used by Broadcom Set-Top-Box devices. > > Primarily they are aimed at correcting problems with the interrupt > controller implementation, but they also extend the functionality for > waking on GPIO interrupts. This all looks good to me, thanks a lot for sending those patches out! Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> > > Doug Berger (7): > gpio: brcmstb: allow all instances to be wakeup sources > gpio: brcmstb: release the bgpio lock during irq handlers > gpio: brcmstb: switch to handle_level_irq flow > gpio: brcmstb: correct the configuration of level interrupts > gpio: brcmstb: enable masking of interrupts when changing type > gpio: brcmstb: consolidate interrupt domains > gpio: brcmstb: implement suspend/resume/shutdown > > drivers/gpio/Kconfig | 2 +- > drivers/gpio/gpio-brcmstb.c | 419 +++++++++++++++++++++++++++++++++----------- > 2 files changed, 321 insertions(+), 100 deletions(-) > -- Florian
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/7] gpio: brcmstb: improved interrupt and wake support Doug Berger <opendmb@gmail.com> - 2017-09-30 05:50 +0200 [PATCH 4/7] gpio: brcmstb: correct the configuration of level interrupts Doug Berger <opendmb@gmail.com> - 2017-09-30 05:50 +0200 [PATCH 5/7] gpio: brcmstb: enable masking of interrupts when changing type Doug Berger <opendmb@gmail.com> - 2017-09-30 05:50 +0200 [PATCH 1/7] gpio: brcmstb: allow all instances to be wakeup sources Doug Berger <opendmb@gmail.com> - 2017-09-30 05:50 +0200 [PATCH 3/7] gpio: brcmstb: switch to handle_level_irq flow Doug Berger <opendmb@gmail.com> - 2017-09-30 05:50 +0200 [PATCH 2/7] gpio: brcmstb: release the bgpio lock during irq handlers Doug Berger <opendmb@gmail.com> - 2017-09-30 05:50 +0200 Re: [PATCH 0/7] gpio: brcmstb: improved interrupt and wake support Florian Fainelli <f.fainelli@gmail.com> - 2017-09-30 07:40 +0200
csiph-web