From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752507AbcEMIjt (ORCPT ); Fri, 13 May 2016 04:39:49 -0400 Received: from foss.arm.com ([217.140.101.70]:34877 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751322AbcEMIjr (ORCPT ); Fri, 13 May 2016 04:39:47 -0400 Subject: Re: [PATCH] irqchip: nps: add 64BIT dependency To: Vineet Gupta , Arnd Bergmann , Jason Cooper References: <1463087038-2522527-1-git-send-email-arnd@arndb.de> <57358F52.706@arm.com> <573591DD.6040403@synopsys.com> Cc: Noam Camus , linux-snps-arc@lists.infradead.org, Thomas Gleixner , linux-kernel@vger.kernel.org From: Marc Zyngier Organization: ARM Ltd Message-ID: <573592D0.202@arm.com> Date: Fri, 13 May 2016 09:39:44 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0 MIME-Version: 1.0 In-Reply-To: <573591DD.6040403@synopsys.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/05/16 09:35, Vineet Gupta wrote: > On Friday 13 May 2016 01:54 PM, Marc Zyngier wrote: >> On 12/05/16 22:03, Arnd Bergmann wrote: > ... >>> >>> config EZNPS_GIC >>> bool "NPS400 Global Interrupt Manager (GIM)" >>> + depends on ARC || (COMPILE_TEST && !64BIT) >>> select IRQ_DOMAIN >>> help >>> Support the EZchip NPS400 global interrupt controller >>> >> >> Acked-by: Marc Zyngier >> >> As I've already started collecting fixes that are aimed at -rc1 (mostly >> to avoid dependencies), I can queue that as well. > > There is a slight logistics issue here - as agreed the driver will go in 4.7-rc1 > via ARC tree. So either I pick the fix for rc1 or you apply it post rc1 - or > towards the end of rc1 ? That'd be post -rc1. Thanks, M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 From: marc.zyngier@arm.com (Marc Zyngier) Date: Fri, 13 May 2016 09:39:44 +0100 Subject: [PATCH] irqchip: nps: add 64BIT dependency In-Reply-To: <573591DD.6040403@synopsys.com> References: <1463087038-2522527-1-git-send-email-arnd@arndb.de> <57358F52.706@arm.com> <573591DD.6040403@synopsys.com> List-ID: Message-ID: <573592D0.202@arm.com> To: linux-snps-arc@lists.infradead.org On 13/05/16 09:35, Vineet Gupta wrote: > On Friday 13 May 2016 01:54 PM, Marc Zyngier wrote: >> On 12/05/16 22:03, Arnd Bergmann wrote: > ... >>> >>> config EZNPS_GIC >>> bool "NPS400 Global Interrupt Manager (GIM)" >>> + depends on ARC || (COMPILE_TEST && !64BIT) >>> select IRQ_DOMAIN >>> help >>> Support the EZchip NPS400 global interrupt controller >>> >> >> Acked-by: Marc Zyngier >> >> As I've already started collecting fixes that are aimed at -rc1 (mostly >> to avoid dependencies), I can queue that as well. > > There is a slight logistics issue here - as agreed the driver will go in 4.7-rc1 > via ARC tree. So either I pick the fix for rc1 or you apply it post rc1 - or > towards the end of rc1 ? That'd be post -rc1. Thanks, M. -- Jazz is not dead. It just smells funny...