Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq fixes from Thomas Gleixner: "A set of small fixes mostly in the irq drivers area: - Make the tango irq chip work correctly, which requires a new function in the generiq irq chip implementation - A set of updates to the GIC-V3 ITS driver removing a bogus BUG_ON() and parsing the VCPU table size correctly" * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack() irqchip/tango: Use irq_gc_mask_disable_and_ack_set genirq: generic chip: Add irq_gc_mask_disable_and_ack_set() irqchip/gic-v3-its: Add missing changes to support 52bit physical address irqchip/gic-v3-its: Fix the incorrect parsing of VCPU table size irqchip/gic-v3-its: Fix the incorrect BUG_ON in its_init_vpe_domain() DT: arm,gic-v3: Update the ITS size in the examples
Showing
- Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt 3 additions, 3 deletions...n/devicetree/bindings/interrupt-controller/arm,gic-v3.txt
- drivers/irqchip/irq-gic-v3-its.c 33 additions, 10 deletionsdrivers/irqchip/irq-gic-v3-its.c
- drivers/irqchip/irq-tango.c 1 addition, 1 deletiondrivers/irqchip/irq-tango.c
- include/linux/irq.h 1 addition, 1 deletioninclude/linux/irq.h
- include/linux/irqchip/arm-gic-v3.h 2 additions, 0 deletionsinclude/linux/irqchip/arm-gic-v3.h
- kernel/irq/generic-chip.c 12 additions, 3 deletionskernel/irq/generic-chip.c
Loading
Please register or sign in to comment