diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-03-14 13:33:33 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-03-14 13:33:33 -0700 |
commit | 70404fe3030ec2dcf339a9730bc03bf0e1f2acf5 (patch) | |
tree | cb0d4129987b6f8ff8d6690f49903e367786d779 /arch | |
parent | 802b31c0dd7f44c9ab44d39c6c4af22d958ad803 (diff) | |
parent | b470ebc9e0e57f53d1db9c49b8a3de4086babd05 (diff) | |
download | linux-stable-70404fe3030ec2dcf339a9730bc03bf0e1f2acf5.tar.gz linux-stable-70404fe3030ec2dcf339a9730bc03bf0e1f2acf5.tar.bz2 linux-stable-70404fe3030ec2dcf339a9730bc03bf0e1f2acf5.zip |
Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq fixes from Thomas Gleixner:
"A set of irqchip updates:
- Make the GENERIC_IRQ_MULTI_HANDLER configuration correct
- Add a missing DT compatible string for the Ingenic driver
- Remove the pointless debugfs_file pointer from struct irqdomain"
* tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
irqchip/ingenic: Add support for the JZ4760
dt-bindings/irq: Add compatible string for the JZ4760B
irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLER
ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directly
irqdomain: Remove debugfs_file from struct irq_domain
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 853aab5ab327..5da96f5df48f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -348,6 +348,7 @@ config ARCH_EP93XX select ARM_AMBA imply ARM_PATCH_PHYS_VIRT select ARM_VIC + select GENERIC_IRQ_MULTI_HANDLER select AUTO_ZRELADDR select CLKDEV_LOOKUP select CLKSRC_MMIO |