Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964967AbbLWRXS (ORCPT ); Wed, 23 Dec 2015 12:23:18 -0500 Received: from pmta2.delivery5.ore.mailhop.org ([54.186.218.12]:26000 "EHLO pmta2.delivery5.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964922AbbLWRXR (ORCPT ); Wed, 23 Dec 2015 12:23:17 -0500 X-DKIM: OpenDKIM Filter v2.6.8 io 313DC80023 Date: Wed, 23 Dec 2015 17:23:13 +0000 From: Jason Cooper To: Thomas Gleixner Cc: linux-kernel@vger.kernel.org, Marc Zyngier Subject: [GIT PULL] irqchip: Core changes for v4.5 Message-ID: <20151223172313.GN18249@io.lakedaemon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Content-Length: 2142 Lines: 56 Thomas, Here's the first round of irqchip changes for v4.5. They've been in -next for quite a while, so I don't expect too much trouble. Please pull. thx, Jason. The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/irqchip-core-v4.5 for you to fetch changes up to d8e81cbd80121e6d06dc84076701c603324dd28a: Merge branch 'irqchip/sunxi' into irqchip/core (2015-12-23 16:09:07 +0000) ---------------------------------------------------------------- irqchip core changes for v4.5 - renesas-intc-irqpin: Remove platform code, improve clock handling - sunxi-nmi: Extend NMI support to include A80 ---------------------------------------------------------------- Chen-Yu Tsai (3): irqchip/sunxi-nmi: Rename binding doc filename to allwinner,sunxi-nmi.txt irqchip/sunxi-nmi: Add sun9i-a80 variant to binding doc irqchip/sunxi-nmi: Support sun9i A80 NMI controller Geert Uytterhoeven (3): irqchip/renesas-intc-irqpin: Remove obsolete platform data support irqchip/renesas-intc-irqpin: Remove intc_irqpin_priv.number_of_irqs irqchip/renesas-intc-irqpin: Improve clock error handling and reporting Jason Cooper (1): Merge branch 'irqchip/sunxi' into irqchip/core ...r,sun67i-sc-nmi.txt => allwinner,sunxi-nmi.txt} | 2 +- drivers/irqchip/irq-renesas-intc-irqpin.c | 96 ++++++++++++---------- drivers/irqchip/irq-sunxi-nmi.c | 13 +++ .../linux/platform_data/irq-renesas-intc-irqpin.h | 29 ------- 4 files changed, 65 insertions(+), 75 deletions(-) rename Documentation/devicetree/bindings/interrupt-controller/{allwinner,sun67i-sc-nmi.txt => allwinner,sunxi-nmi.txt} (94%) delete mode 100644 include/linux/platform_data/irq-renesas-intc-irqpin.h -- 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/