[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200417082559.3065907-1-maz@kernel.org>
Date: Fri, 17 Apr 2020 09:25:59 +0100
From: Marc Zyngier <maz@...nel.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Atish Patra <atish.patra@....com>,
Grygorii Strashko <grygorii.strashko@...com>,
Hulk Robot <hulkci@...wei.com>,
Jason Yan <yanaijie@...wei.com>,
Jerome Brunet <jbrunet@...libre.com>,
Lokesh Vutla <lokeshvutla@...com>,
Zenghui Yu <yuzenghui@...wei.com>,
Jason Cooper <jason@...edaemon.net>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] irqchip fixes for 5.7, take 2
Hi Thomas,
Here's a handful of irqchip fixes for the next -rc. Nothing really
stands out this time (see the tag message for the gorry details).
Please pull,
M.
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.7-2
for you to fetch changes up to 44a987d0a436d27ea5e3cf2ae7ae653de6e58327:
Merge branch 'irq/gic-v4.1-fixes-5.7' into irq/irqchip-5.7 (2020-04-17 08:59:55 +0100)
----------------------------------------------------------------
irqchip fixes for Linux 5.7, take #2
- Fix the mbigen driver to properly free its MSI descriptors on teardown
- Fix the TI INTA driver to avoid handling spurious interrupts from masked interrupts
- Fix the SiFive PLIC driver to use the correct interrupt priority mask
- Fix the Amlogic Meson gpio driver creative locking
- Fix the GICv4.1 virtual SGI set_affinity callback to update the effective affinity
- Allow the GICv4.x driver to synchronize with the HW pending table parsing
- Fix a couple of missing static attributes
----------------------------------------------------------------
Atish Patra (1):
irqchip/sifive-plic: Fix maximum priority threshold value
Grygorii Strashko (1):
irqchip/ti-sci-inta: Fix processing of masked irqs
Jason Yan (2):
irqchip/irq-mvebu-icu: Make legacy_bindings static
irqchip/irq-bcm7038-l1: Make bcm7038_l1_of_init() static
Marc Zyngier (4):
irqchip/gic-v4.1: Add support for VPENDBASER's Dirty+Valid signaling
irqchip/gic-v4.1: Update effective affinity of virtual SGIs
irqchip/meson-gpio: Fix HARDIRQ-safe -> HARDIRQ-unsafe lock order
Merge branch 'irq/gic-v4.1-fixes-5.7' into irq/irqchip-5.7
Zenghui Yu (1):
irqchip/mbigen: Free msi_desc on device teardown
drivers/irqchip/irq-bcm7038-l1.c | 2 +-
drivers/irqchip/irq-gic-v3-its.c | 20 ++++++++++++++++++++
drivers/irqchip/irq-gic-v3.c | 11 +++++++----
drivers/irqchip/irq-mbigen.c | 8 +++++++-
drivers/irqchip/irq-meson-gpio.c | 18 ++++++++++--------
drivers/irqchip/irq-mvebu-icu.c | 2 +-
drivers/irqchip/irq-sifive-plic.c | 2 +-
drivers/irqchip/irq-ti-sci-inta.c | 3 ++-
include/linux/irqchip/arm-gic-v3.h | 2 ++
9 files changed, 51 insertions(+), 17 deletions(-)
Powered by blists - more mailing lists