From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 1/7] gpio: brcmstb: allow all instances to be wakeup sources Date: Sat, 7 Oct 2017 12:52:47 +0200 Message-ID: References: <20170930034057.15166-1-opendmb@gmail.com> <20170930034057.15166-2-opendmb@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20170930034057.15166-2-opendmb@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Doug Berger Cc: Gregory Fong , Brian Norris , Florian Fainelli , bcm-kernel-feedback-list , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" List-Id: linux-gpio@vger.kernel.org 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 device can wake. > > Fixes: 19a7b6940b78 ("gpio: brcmstb: Add interrupt and wakeup source support") > Signed-off-by: Doug Berger Patch applied with Gregory's and Florian's ACKs. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751105AbdJGKwt (ORCPT ); Sat, 7 Oct 2017 06:52:49 -0400 Received: from mail-it0-f51.google.com ([209.85.214.51]:47336 "EHLO mail-it0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750982AbdJGKws (ORCPT ); Sat, 7 Oct 2017 06:52:48 -0400 X-Google-Smtp-Source: AOwi7QBQJ7cjnDkHGToKz1TyE2c+/gN3cIieRlQ+GPDGoLvjX9FYo9FIGryiST97V0ObHdD5xDJIX8z/ysOK43dYbNU= MIME-Version: 1.0 In-Reply-To: <20170930034057.15166-2-opendmb@gmail.com> References: <20170930034057.15166-1-opendmb@gmail.com> <20170930034057.15166-2-opendmb@gmail.com> From: Linus Walleij Date: Sat, 7 Oct 2017 12:52:47 +0200 Message-ID: Subject: Re: [PATCH 1/7] gpio: brcmstb: allow all instances to be wakeup sources To: Doug Berger Cc: Gregory Fong , Brian Norris , Florian Fainelli , bcm-kernel-feedback-list , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 device can wake. > > Fixes: 19a7b6940b78 ("gpio: brcmstb: Add interrupt and wakeup source support") > Signed-off-by: Doug Berger Patch applied with Gregory's and Florian's ACKs. Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Sat, 7 Oct 2017 12:52:47 +0200 Subject: [PATCH 1/7] gpio: brcmstb: allow all instances to be wakeup sources In-Reply-To: <20170930034057.15166-2-opendmb@gmail.com> References: <20170930034057.15166-1-opendmb@gmail.com> <20170930034057.15166-2-opendmb@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 device can wake. > > Fixes: 19a7b6940b78 ("gpio: brcmstb: Add interrupt and wakeup source support") > Signed-off-by: Doug Berger Patch applied with Gregory's and Florian's ACKs. Yours, Linus Walleij