From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory Fong Subject: Re: [PATCH 4/7] gpio: brcmstb: correct the configuration of level interrupts Date: Tue, 3 Oct 2017 19:03:29 -0700 Message-ID: References: <20170930034057.15166-1-opendmb@gmail.com> <20170930034057.15166-5-opendmb@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-wm0-f67.google.com ([74.125.82.67]:51212 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750865AbdJDCEB (ORCPT ); Tue, 3 Oct 2017 22:04:01 -0400 In-Reply-To: <20170930034057.15166-5-opendmb@gmail.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Doug Berger Cc: Linus Walleij , Brian Norris , Florian Fainelli , bcm-kernel-feedback-list , linux-gpio@vger.kernel.org, "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" On Fri, Sep 29, 2017 at 8:40 PM, Doug Berger wrote: > This commit corrects a bug when configuring the GPIO hardware for > IRQ_TYPE_LEVEL_LOW and IRQ_TYPE_LEVEL_HIGH interrupt types. The > hardware is now correctly configured to support those types. > > Fixes: 19a7b6940b78 ("gpio: brcmstb: Add interrupt and wakeup source support") > Signed-off-by: Doug Berger Acked-by: Gregory Fong From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751208AbdJDCEC (ORCPT ); Tue, 3 Oct 2017 22:04:02 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:51212 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750865AbdJDCEB (ORCPT ); Tue, 3 Oct 2017 22:04:01 -0400 X-Google-Smtp-Source: AOwi7QDVAF0ENynKLq6qYbJ+fwwSMBJkI5oBtaqBX2bfJvoiEbfamW2zo1vkSEn661BANBrSQAxpOzwKLOfvXA7dVj0= MIME-Version: 1.0 In-Reply-To: <20170930034057.15166-5-opendmb@gmail.com> References: <20170930034057.15166-1-opendmb@gmail.com> <20170930034057.15166-5-opendmb@gmail.com> From: Gregory Fong Date: Tue, 3 Oct 2017 19:03:29 -0700 Message-ID: Subject: Re: [PATCH 4/7] gpio: brcmstb: correct the configuration of level interrupts To: Doug Berger Cc: Linus Walleij , 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 Fri, Sep 29, 2017 at 8:40 PM, Doug Berger wrote: > This commit corrects a bug when configuring the GPIO hardware for > IRQ_TYPE_LEVEL_LOW and IRQ_TYPE_LEVEL_HIGH interrupt types. The > hardware is now correctly configured to support those types. > > Fixes: 19a7b6940b78 ("gpio: brcmstb: Add interrupt and wakeup source support") > Signed-off-by: Doug Berger Acked-by: Gregory Fong From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.0xf0@gmail.com (Gregory Fong) Date: Tue, 3 Oct 2017 19:03:29 -0700 Subject: [PATCH 4/7] gpio: brcmstb: correct the configuration of level interrupts In-Reply-To: <20170930034057.15166-5-opendmb@gmail.com> References: <20170930034057.15166-1-opendmb@gmail.com> <20170930034057.15166-5-opendmb@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Sep 29, 2017 at 8:40 PM, Doug Berger wrote: > This commit corrects a bug when configuring the GPIO hardware for > IRQ_TYPE_LEVEL_LOW and IRQ_TYPE_LEVEL_HIGH interrupt types. The > hardware is now correctly configured to support those types. > > Fixes: 19a7b6940b78 ("gpio: brcmstb: Add interrupt and wakeup source support") > Signed-off-by: Doug Berger Acked-by: Gregory Fong