From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753183Ab1I0ALu (ORCPT ); Mon, 26 Sep 2011 20:11:50 -0400 Received: from wolverine02.qualcomm.com ([199.106.114.251]:34786 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751811Ab1I0ALt (ORCPT ); Mon, 26 Sep 2011 20:11:49 -0400 X-IronPort-AV: E=McAfee;i="5400,1158,6481"; a="121618063" Date: Mon, 26 Sep 2011 17:11:48 -0700 From: David Brown To: David Brown Cc: Marc Zyngier , Kukjin Kim , Tony Lindgren , Magnus Damm , linux-kernel@vger.kernel.org, Bryan Huntsman , Paul Mundt , Thomas Gleixner , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/3] genirq: handling GIC per-cpu interrupts Message-ID: <20110927001148.GA16174@huya.qualcomm.com> References: <1316793788-14500-1-git-send-email-marc.zyngier@arm.com> <20110926201836.GA27355@huya.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110926201836.GA27355@huya.qualcomm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 26, 2011 at 01:18:36PM -0700, David Brown wrote: > On Fri, Sep 23, 2011 at 05:03:05PM +0100, Marc Zyngier wrote: > > > Tested on ARM Versatile Express (Cortex A15), ARM RealView PB11MP, > > OMAP4 (Panda) and Tegra (Harmony). Patch series against next-20110923. > > > > From v2: > > - Fixed !GENERIC_HARDIRQS build > > - Fixed request_percpu_irq documentation > > > > From v1: > > - General tidy-up after Thomas' review. I've kept the config option > > for the time being until we can sort out the anonymous union > > problem. > > > > Marc Zyngier (3): > > genirq: add support for per-cpu dev_id interrupts > > ARM: gic: consolidate PPI handling > > ARM: gic, local timers: use the request_percpu_irq() interface > > I've tested this on an MSM8660 based off of next-20110926. > > Tested-by: David Brown > Acked-by: David Brown Also tested on MSM8250. David -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. From mboxrd@z Thu Jan 1 00:00:00 1970 From: davidb@codeaurora.org (David Brown) Date: Mon, 26 Sep 2011 17:11:48 -0700 Subject: [PATCH v3 0/3] genirq: handling GIC per-cpu interrupts In-Reply-To: <20110926201836.GA27355@huya.qualcomm.com> References: <1316793788-14500-1-git-send-email-marc.zyngier@arm.com> <20110926201836.GA27355@huya.qualcomm.com> Message-ID: <20110927001148.GA16174@huya.qualcomm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Sep 26, 2011 at 01:18:36PM -0700, David Brown wrote: > On Fri, Sep 23, 2011 at 05:03:05PM +0100, Marc Zyngier wrote: > > > Tested on ARM Versatile Express (Cortex A15), ARM RealView PB11MP, > > OMAP4 (Panda) and Tegra (Harmony). Patch series against next-20110923. > > > > From v2: > > - Fixed !GENERIC_HARDIRQS build > > - Fixed request_percpu_irq documentation > > > > From v1: > > - General tidy-up after Thomas' review. I've kept the config option > > for the time being until we can sort out the anonymous union > > problem. > > > > Marc Zyngier (3): > > genirq: add support for per-cpu dev_id interrupts > > ARM: gic: consolidate PPI handling > > ARM: gic, local timers: use the request_percpu_irq() interface > > I've tested this on an MSM8660 based off of next-20110926. > > Tested-by: David Brown > Acked-by: David Brown Also tested on MSM8250. David -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.