[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210110110001.2328708-1-maz@kernel.org>
Date: Sun, 10 Jan 2021 11:00:01 +0000
From: Marc Zyngier <maz@...nel.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Dan Carpenter <dan.carpenter@...cle.com>,
David Lechner <david@...hnology.com>,
Guenter Roeck <linux@...ck-us.net>,
Huacai Chen <chenhuacai@...nel.org>,
John Garry <john.garry@...wei.com>,
Mathias Kresin <dev@...sin.me>, Suman Anna <s-anna@...com>,
Valentin Schneider <valentin.schneider@....com>,
Zenghui Yu <yuzenghui@...wei.com>,
Zheng Yongjun <zhengyongjun3@...wei.com>,
kernel-team@...roid.com, linux-kernel@...r.kernel.org
Subject: [GIT PULL] irqchip fixes for 5.11, take #1
Hi Thomas,
Happy New Year!
This is the first set of fixes from the irqchip (and related)
department for 5.11. On the menu this time, three notable fixes: a
MIPS CPU hierarchy violation, a fix for the on-stack init of
msi_alloc_info (or lack thereof), and a fix for the RPi2/3 IPI irqchip
that broke on QEMU. The rest is a bunch of smaller cleanups and fixes.
Please pull,
M.
The following changes since commit 2f5fbc4305d07725bfebaedb09e57271315691ef:
irqchip/qcom-pdc: Fix phantom irq when changing between rising/falling (2020-12-12 10:46:02 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.11-1
for you to fetch changes up to 599b3063adf4bf041a87a69244ee36aded0d878f:
irqchip/mips-cpu: Set IPI domain parent chip (2021-01-10 10:20:24 +0000)
----------------------------------------------------------------
irqchip fixes for 5.11, take #1
- Fix the MIPS CPU interrupt controller hierarchy
- Simplify the PRUSS Kconfig entry
- Eliminate trivial build warnings on the MIPS Loongson liointc
- Fix error path in devm_platform_get_irqs_affinity()
- Turn the BCM2836 IPI irq_eoi callback into irq_ack
- Fix initialisation of on-stack msi_alloc_info
- Cleanup spurious comma in irq-sl28cpld
----------------------------------------------------------------
Huacai Chen (1):
irqchip/loongson-liointc: Fix build warnings
John Garry (1):
driver core: platform: Add extra error check in devm_platform_get_irqs_affinity()
Marc Zyngier (1):
irqchip/bcm2836: Fix IPI acknowledgement after conversion to handle_percpu_devid_irq
Mathias Kresin (1):
irqchip/mips-cpu: Set IPI domain parent chip
Suman Anna (1):
irqchip/pruss: Simplify the TI_PRUSS_INTC Kconfig
Zenghui Yu (1):
genirq/msi: Initialize msi_alloc_info before calling msi_domain_prepare_irqs()
Zheng Yongjun (1):
irqchip/irq-sl28cpld: Convert comma to semicolon
drivers/base/platform.c | 2 ++
drivers/irqchip/Kconfig | 5 +++--
drivers/irqchip/irq-bcm2836.c | 4 ++--
drivers/irqchip/irq-loongson-liointc.c | 4 ++--
drivers/irqchip/irq-mips-cpu.c | 7 +++++++
drivers/irqchip/irq-sl28cpld.c | 2 +-
kernel/irq/msi.c | 2 +-
7 files changed, 18 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists