Re: [PATCH 1/7] gpio: brcmstb: allow all instances to be wakeup sources

2017-10-07 Thread Linus Walleij
On Sat, Sep 30, 2017 at 5:40 AM, Doug Berger wrote: > This commit allows a wakeup parent interrupt to be shared between > instances. > > It also removes the redundant can_wake member of the private data > structure by using whether the parent_wake_irq has been defined to > indicate that the GPIO

Re: [PATCH 1/7] gpio: brcmstb: allow all instances to be wakeup sources

2017-10-03 Thread Gregory Fong
On Fri, Sep 29, 2017 at 8:40 PM, Doug Berger wrote: > This commit allows a wakeup parent interrupt to be shared between > instances. > > It also removes the redundant can_wake member of the private data > structure by using whether the parent_wake_irq has been defined to > indicate that the GPIO d

[PATCH 1/7] gpio: brcmstb: allow all instances to be wakeup sources

2017-09-29 Thread Doug Berger
This commit allows a wakeup parent interrupt to be shared between instances. It also removes the redundant can_wake member of the private data structure by using whether the parent_wake_irq has been defined to indicate that the GPIO device can wake. Fixes: 19a7b6940b78 ("gpio: brcmstb: Add interr