Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757290AbaGQNM4 (ORCPT ); Thu, 17 Jul 2014 09:12:56 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:28908 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755425AbaGQNMx (ORCPT ); Thu, 17 Jul 2014 09:12:53 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 96.249.243.124 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18kktC1VStALELSC+lIjFkj5szSE3QuXJ0= X-DKIM: OpenDKIM Filter v2.0.1 titan 0B4D85AE2C4 Date: Thu, 17 Jul 2014 09:12:40 -0400 From: Jason Cooper To: suravee.suthikulpanit@amd.com Cc: marc.zyngier@arm.com, mark.rutland@arm.com, pawel.moll@arm.com, Catalin.Marinas@arm.com, Will.Deacon@arm.com, tglx@linutronix.de, Harish.Kasiviswanathan@amd.com, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 2/4 V3] irqchip: gic: Restructuring ARM GIC code Message-ID: <20140717131240.GL13108@titan.lakedaemon.net> References: <1404947104-21345-1-git-send-email-suravee.suthikulpanit@amd.com> <1404947104-21345-3-git-send-email-suravee.suthikulpanit@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1404947104-21345-3-git-send-email-suravee.suthikulpanit@amd.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 09, 2014 at 06:05:02PM -0500, suravee.suthikulpanit@amd.com wrote: > From: Suravee Suthikulpanit > > This patch restructures the code to prepare for future MSI support. > It moves the declaration of structures and functions into the header file, > and omit the static prefix. > > Since we are planing to have different irq_chip for GICv2m, the patch adds > irq_chip pointer in the gic_chip_data which is initialized during probing phase. > > This should not have any functional changes. > > Cc: Mark Rutland > Cc: Marc Zyngier > Cc: Jason Cooper > Cc: Catalin Marinas > Cc: Will Deacon > Signed-off-by: Suravee Suthikulpanit > --- > drivers/irqchip/irq-gic.c | 65 +++++++++++++++++++++-------------------------- > drivers/irqchip/irq-gic.h | 52 +++++++++++++++++++++++++++++++++++++ > 2 files changed, 81 insertions(+), 36 deletions(-) > create mode 100644 drivers/irqchip/irq-gic.h Applied to irqchip/gic. With a dependency on irqchip/urgent for 144cb08864ed irqchip: gic: Add binding probe for ARM GIC400 As a result, I had to hand-jam the last hunk for irq-gic.c. Please double-check my work. thx, Jason. -- 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/