Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752110AbbHSCz6 (ORCPT ); Tue, 18 Aug 2015 22:55:58 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:52836 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751165AbbHSCzz (ORCPT ); Tue, 18 Aug 2015 22:55:55 -0400 From: MaJun To: , , , , , , , , , , , , , , , , , , , , Subject: [PATCH v4 0/2] Support Mbigen interrupt controller Date: Wed, 19 Aug 2015 10:55:18 +0800 Message-ID: <1439952920-2296-1-git-send-email-majun258@huawei.com> X-Mailer: git-send-email 1.9.5.msysgit.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.177.235.245] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1480 Lines: 42 From: Ma Jun This patch adds the driver of mbigen and binding document for Hisilicon Mbigen chips. Compared with previous version, this version changed much. Because during the time between V3 and V4 of my patch, there are two related patches were committed by Mr.Marc Zyngier and Mr. Mark Rutland. First, Mr. Marc Zyngier changed MSI frame and added supporting for platform MSI. https://lkml.org/lkml/2015/7/28/552 Second, Mr.Mark Rutland changed Generic PCI MSI + IOMMU topology bindings https://lkml.org/lkml/2015/7/23/558 Changes since v3: --- Re-based mbigen driver on kernel 4.2.0-rc2 and Marc's patch --- Changed the binding document based on Mark's patch. Ma Jun (2): Add the driver of mbigen interrupt controller dt-binding:Documents of the mbigen bindings Documentation/devicetree/bindings/arm/mbigen.txt | 97 +++ drivers/irqchip/Kconfig | 8 + drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-mbigen.c | 732 ++++++++++++++++++++++ 4 files changed, 838 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/mbigen.txt create mode 100644 drivers/irqchip/irq-mbigen.c -- 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/