Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753833AbbDHKSa (ORCPT ); Wed, 8 Apr 2015 06:18:30 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:46977 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752824AbbDHKS2 convert rfc822-to-8bit (ORCPT ); Wed, 8 Apr 2015 06:18:28 -0400 From: Vineet Gupta To: Alexey Brodkin , "linus.walleij@linaro.org" CC: "linux-kernel@vger.kernel.org" , "andriy.shevchenko@linux.intel.com" , "linux-gpio@vger.kernel.org" Subject: Re: [PATCH] gpio: dwapb: enable for ARC Thread-Topic: [PATCH] gpio: dwapb: enable for ARC Thread-Index: AQHQa4zqNYAsrDq770OSpjM+gXTLhA== Date: Wed, 8 Apr 2015 10:18:23 +0000 Message-ID: References: <1427790607-24842-1-git-send-email-abrodkin@synopsys.com> <1428414919.2665.2.camel@synopsys.com> Accept-Language: en-US, en-IN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.12.197.3] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2076 Lines: 53 On Tuesday 07 April 2015 07:25 PM, Alexey Brodkin wrote: Hi Linus, On Tue, 2015-03-31 at 11:30 +0300, Alexey Brodkin wrote: > From: Vineet Gupta > > Synopsys SDP platform uses DW GPIO controller in design with > ARC cores. So adding ARC to architectures that may select this > GPIO controller. > > Even though support for Synopsys SDP is yet to be submitted we'll need > this tiny option enabled at least for properly working interrupts (DW > GPIO controller is used as interrupt controller). > > Signed-off-by: Vineet Gupta > Signed-off-by: Alexey Brodkin > Cc: Andy Shevchenko > Cc: Linus Walleij > --- > drivers/gpio/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig > index 4b3284b..83d2d0b 100644 > --- a/drivers/gpio/Kconfig > +++ b/drivers/gpio/Kconfig > @@ -148,7 +148,7 @@ config GPIO_GENERIC_PLATFORM > > config GPIO_DWAPB > tristate "Synopsys DesignWare APB GPIO driver" > - depends on ((ARM || ARM64) && OF_GPIO) || X86_INTEL_QUARK > + depends on ((ARC || ARM || ARM64) && OF_GPIO) || X86_INTEL_QUARK > select GPIO_GENERIC > select GENERIC_IRQ_CHIP > help I'm wondering if there's a chance for this patch to be reviewed and/or applied? Actually, given that ARC SDP support merge in upstream hinges on this one, Linus can u please provide ur ACK on this one so I could pick it up instead and route via the ARC tree for next window. That way we could lalso avoid any cross branch merge issues etc. Thx, -Vineet -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/