Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq updates from Thomas Gleixner: - core fix for missing round up in the generic irq chip implementation - new irq chip for MOXA SoCs - a few fixes and cleanups in the irqchip drivers * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: irqchip: Add support for MOXA ART SoCs genirq: generic chip: Use DIV_ROUND_UP to calculate numchips irqchip: nvic: Fix wrong num_ct argument for irq_alloc_domain_generic_chips() irqchip: sun4i: Staticize sun4i_irq_ack() irqchip: vt8500: Staticize local symbols
No related branches found
No related tags found
Showing
- drivers/irqchip/Makefile 1 addition, 0 deletionsdrivers/irqchip/Makefile
- drivers/irqchip/irq-moxart.c 117 additions, 0 deletionsdrivers/irqchip/irq-moxart.c
- drivers/irqchip/irq-nvic.c 1 addition, 1 deletiondrivers/irqchip/irq-nvic.c
- drivers/irqchip/irq-sun4i.c 1 addition, 1 deletiondrivers/irqchip/irq-sun4i.c
- drivers/irqchip/irq-vt8500.c 4 additions, 2 deletionsdrivers/irqchip/irq-vt8500.c
- kernel/irq/generic-chip.c 1 addition, 1 deletionkernel/irq/generic-chip.c
drivers/irqchip/irq-moxart.c
0 → 100644
Please register or sign in to comment