* [GIT PULL] irqchip/irqdomain fixes for 5.12, take #1
@ 2021-03-12 16:20 Marc Zyngier
0 siblings, 0 replies; only message in thread
From: Marc Zyngier @ 2021-03-12 16:20 UTC (permalink / raw)
To: Thomas Gleixner
Cc: Greg Kroah-Hartman, Hector Martin, Mark Rutland, Paul Cercueil,
linux-kernel, kernel-team
Hi Thomas,
Here's the very small first set of irqchip/irqdomain fixes for
5.12. We have the usual DT updates for new SoCs, a debugfs cleanup,
and some Kconfig cleanups ahead of the arm64 changes that are planned
for 5.13.
Please pull,
M.
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.12-1
for you to fetch changes up to 5fbecd2389f48e1415799c63130d0cdce1cf3f60:
irqchip/ingenic: Add support for the JZ4760 (2021-03-09 08:45:17 +0000)
----------------------------------------------------------------
irqchip fixes for 5.12, take #1
- More compatible strings for the Ingenic irqchip (introducing the
JZ4760B SoC)
- Select GENERIC_IRQ_MULTI_HANDLER on the ARM ep93xx platform
- Drop all GENERIC_IRQ_MULTI_HANDLER selections from the irqchip
Kconfig, now relying on the architecture to get it right
- Drop the debugfs_file field from struct irq_domain, now that
debugfs can track things on its own
----------------------------------------------------------------
Greg Kroah-Hartman (1):
irqdomain: Remove debugfs_file from struct irq_domain
Marc Zyngier (2):
ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directly
irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLER
Paul Cercueil (2):
dt-bindings/irq: Add compatible string for the JZ4760B
irqchip/ingenic: Add support for the JZ4760
.../devicetree/bindings/interrupt-controller/ingenic,intc.yaml | 1 +
arch/arm/Kconfig | 1 +
drivers/irqchip/Kconfig | 9 ---------
drivers/irqchip/irq-ingenic-tcu.c | 1 +
drivers/irqchip/irq-ingenic.c | 1 +
include/linux/irqdomain.h | 4 ----
kernel/irq/irqdomain.c | 9 ++++-----
7 files changed, 8 insertions(+), 18 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-03-12 16:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 16:20 [GIT PULL] irqchip/irqdomain fixes for 5.12, take #1 Marc Zyngier
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.