From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752839AbcEJPO6 (ORCPT ); Tue, 10 May 2016 11:14:58 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:16040 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751568AbcEJPO4 (ORCPT ); Tue, 10 May 2016 11:14:56 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Tue, 10 May 2016 08:14:04 -0700 From: Jon Hunter To: Marc Zyngier CC: Thomas Gleixner , Jason Cooper , , , Jon Hunter Subject: [PATCH 00/11] Various IRQ and GIC fixes and clean-ups Date: Tue, 10 May 2016 16:14:34 +0100 Message-ID: <1462893285-13515-1-git-send-email-jonathanh@nvidia.com> X-Mailer: git-send-email 2.1.4 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Most of these patches were originally part of the series to add support for the Tegra210 AGIC [0]. However, given that series has grown and some of the changes to the IRQ core needed some more review/testing, per an offline discussion with Marc Z, I have split out the more trivial fixes and clean-up patches from the core changes. [0] http://marc.info/?l=linux-tegra&m=146237957525813&w=2 Jon Hunter (11): genirq: Ensure IRQ descriptor is valid when setting-up the IRQ irqdomain: Warn if we fail to set the IRQ type irqchip: Mask the non-type/sense bits when translating an IRQ irqchip/gic: Don't unnecessarily write the IRQ configuration irqchip/gic: WARN if setting the interrupt type for a PPI fails irqchip/gic: Don't initialise chip if mapping IO space fails irqchip/gic: Remove static irq_chip definition for eoimode1 irqchip/gic: Return an error if GIC initialisation fails irqchip/gic: Pass GIC pointer to save/restore functions irqchip/gic: Store GIC configuration parameters irqchip/gic: Add helper functions for GIC setup and teardown drivers/irqchip/irq-crossbar.c | 2 +- drivers/irqchip/irq-gic-common.c | 20 ++- drivers/irqchip/irq-gic.c | 315 +++++++++++++++++++++++++-------------- drivers/irqchip/irq-tegra.c | 2 +- kernel/irq/irqdomain.c | 3 +- kernel/irq/manage.c | 2 +- 6 files changed, 221 insertions(+), 123 deletions(-) -- 2.1.4