Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S943971AbdDTJIS (ORCPT ); Thu, 20 Apr 2017 05:08:18 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:8236 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S942477AbdDTJHn (ORCPT ); Thu, 20 Apr 2017 05:07:43 -0400 From: Matt Redfearn To: Thomas Gleixner , Marc Zyngier CC: , Ralf Baechle , Matt Redfearn , Jason Cooper , Subject: [PATCH 0/3] irqchip: mips-gic: Remove dev domain & fixes Date: Thu, 20 Apr 2017 10:07:33 +0100 Message-ID: <1492679256-14513-1-git-send-email-matt.redfearn@imgtec.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.150.130.83] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 839 Lines: 27 This series fixes a couple of issues with the MIPS GIC driver and also vastly simplifies it by removing the separate dev domain. The first patch fixes a long standing issue with IPI reservation. The second patch reqorks the driver to simplify it by removing the overly complex device IRQ domain. The third fixes an issue seen in v4.11 which broke the Malta platforms legacy IRQ controller. These patches have been tested on multiple MIPS platforms including Malta, Boston, Ci40 and SEAD3. Matt Redfearn (1): irqchip: mips-gic: Replace static map with dynamic Paul Burton (2): irqchip: mips-gic: Separate IPI reservation & usage tracking irqchip: mips-gic: Remove device IRQ domain drivers/irqchip/irq-mips-gic.c | 338 +++++++++++++---------------------------- 1 file changed, 106 insertions(+), 232 deletions(-) -- 2.7.4