From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [RFC PATCH V2 6/8] irqchip/gic: Assign irqchip dynamically Date: Thu, 17 Dec 2015 11:00:05 +0000 Message-ID: <567295B5.8050900@arm.com> References: <1450349309-8107-1-git-send-email-jonathanh@nvidia.com> <1450349309-8107-7-git-send-email-jonathanh@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450349309-8107-7-git-send-email-jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jon Hunter , Thomas Gleixner , Jason Cooper , Jiang Liu , Stephen Warren , Thierry Reding Cc: Kevin Hilman , Geert Uytterhoeven , Grygorii Strashko , Lars-Peter Clausen , Linus Walleij , Soren Brinkmann , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org Hi Jon, On 17/12/15 10:48, Jon Hunter wrote: > Dynamically assign the irqchip structure for each GIC controller > instance. This is necessary in order to populate the "dev" member > of the irqchip structure for GIC instances that require runtime > power management support. This also allows us to populate a unique > name for each GIC controller. > > This is based upon a patch by Linus Walleij . > > Signed-off-by: Jon Hunter This is going to clash horribly with the version I've pulled into my tree: https://git.kernel.org/cgit/linux/kernel/git/maz/arm-platforms.git/commit/?h=irq/gic-4.5&id=58b8964990dc6b59198b25337624b8518cb1dd87 so you may want to have a look at this. I don't think it will affect the work you are doing in a major may though. Thanks, M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934535AbbLQLAN (ORCPT ); Thu, 17 Dec 2015 06:00:13 -0500 Received: from foss.arm.com ([217.140.101.70]:60774 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756520AbbLQLAK (ORCPT ); Thu, 17 Dec 2015 06:00:10 -0500 Message-ID: <567295B5.8050900@arm.com> Date: Thu, 17 Dec 2015 11:00:05 +0000 From: Marc Zyngier Organization: ARM Ltd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Jon Hunter , Thomas Gleixner , Jason Cooper , Jiang Liu , Stephen Warren , Thierry Reding CC: Kevin Hilman , Geert Uytterhoeven , Grygorii Strashko , Lars-Peter Clausen , Linus Walleij , Soren Brinkmann , linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [RFC PATCH V2 6/8] irqchip/gic: Assign irqchip dynamically References: <1450349309-8107-1-git-send-email-jonathanh@nvidia.com> <1450349309-8107-7-git-send-email-jonathanh@nvidia.com> In-Reply-To: <1450349309-8107-7-git-send-email-jonathanh@nvidia.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 Hi Jon, On 17/12/15 10:48, Jon Hunter wrote: > Dynamically assign the irqchip structure for each GIC controller > instance. This is necessary in order to populate the "dev" member > of the irqchip structure for GIC instances that require runtime > power management support. This also allows us to populate a unique > name for each GIC controller. > > This is based upon a patch by Linus Walleij . > > Signed-off-by: Jon Hunter This is going to clash horribly with the version I've pulled into my tree: https://git.kernel.org/cgit/linux/kernel/git/maz/arm-platforms.git/commit/?h=irq/gic-4.5&id=58b8964990dc6b59198b25337624b8518cb1dd87 so you may want to have a look at this. I don't think it will affect the work you are doing in a major may though. Thanks, M. -- Jazz is not dead. It just smells funny...