[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20170811154342.25669-1-marc.zyngier@arm.com>
Date: Fri, 11 Aug 2017 16:43:42 +0100
From: Marc Zyngier <marc.zyngier@....com>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
Boris Brezillon <boris.brezillon@...e-electrons.com>,
Florian Fainelli <f.fainelli@...il.com>,
Gregory Fong <gregory.0xf0@...il.com>,
Hanjun Guo <hanjun.guo@...aro.org>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Mark Rutland <mark.rutland@....com>,
Robert Richter <rrichter@...ium.com>,
Suzuki K Poulose <suzuki.poulose@....com>,
Will Deacon <will.deacon@....com>,
Jason Cooper <jason@...edaemon.net>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] irqchip updates for 4.13-rc5
Hi Thomas,
Here the small stash of irqchip fixes I've accumulated so far. Nothing
really bad, just the usual crop of fixes, corner cases and cleanups.
This should be the last round of irqchip updates for this cycle
(fingers crossed).
Please pull,
M.
The following changes since commit ca38701935138a4aba7dd9e4daf21e13a4663f43:
irqchip/or1k-pic: Fix interrupt acknowledgement (2017-06-30 15:33:11 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-4.13-3
for you to fetch changes up to a008873740a3d44946c7e72e456f15146cfd7287:
irqchip/gic-v3-its-platform-msi: Fix msi-parent parsing loop (2017-08-10 16:26:54 +0100)
----------------------------------------------------------------
irqchip fixes for 4.13
Mostly GIC related, again:
- GICv3 ITS NUMA handling fixes
- GICv3 force affinity handling
- Barrier adjustment in both GIC interrupt handling
- Error reporting when the DT presents an incompatible interrupt
- GICv3 platform MSI DT parsing bug fix
- Broadcom L2 PM fix
- Atmel AIC cleanups
----------------------------------------------------------------
Boris Brezillon (3):
irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()
irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()
irqchip/atmel-aic: Remove root argument from ->fixup() prototype
Florian Fainelli (1):
irqchip: brcmstb-l2: Define an irq_pm_shutdown function
Hanjun Guo (1):
irqchip/gic-v3-its: Allow GIC ITS number more than MAX_NUMNODES
Lorenzo Pieralisi (1):
irqchip/gic-v3-its-platform-msi: Fix msi-parent parsing loop
Robert Richter (1):
irqchip/gic-v3-its: Remove ACPICA version check for ACPI NUMA
Suzuki K Poulose (3):
irqchip/gic-v2: Report failures in gic_irq_domain_alloc
irqchip/gic-v3: Report failures in gic_irq_domain_alloc
irqchip/gic-v3: Honor forced affinity setting
Will Deacon (1):
irqchip/gic: Ensure we have an ISB between ack and ->handle_irq
drivers/irqchip/irq-atmel-aic-common.c | 13 ++++-----
drivers/irqchip/irq-atmel-aic-common.h | 4 +--
drivers/irqchip/irq-atmel-aic.c | 14 +++++-----
drivers/irqchip/irq-atmel-aic5.c | 4 +--
drivers/irqchip/irq-brcmstb-l2.c | 1 +
drivers/irqchip/irq-gic-v3-its-platform-msi.c | 1 +
drivers/irqchip/irq-gic-v3-its.c | 40 +++++++++++++++++++++------
drivers/irqchip/irq-gic-v3.c | 16 +++++++++--
drivers/irqchip/irq-gic.c | 14 +++++++---
9 files changed, 74 insertions(+), 33 deletions(-)
Powered by blists - more mailing lists