From: Linus Torvalds Date: Sun, 18 Mar 2018 18:59:14 +0000 (-0700) Subject: Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v4.19~1420 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2149e13e5fba83752b7050edfaefcf954a18c00;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'irq-urgent-for-linus' of git://git./linux/kernel/git/tip/tip Pull irq fixes from Thomas Gleixner: "Three fixes for irq chip drivers: - Make sure the allocations in the GIC-V3 ITS driver are large enough to accomodate the interrupt space - Fix a misplaced __iomem annotation which causes a splat of 26 sparse warnings - Remove an unused function in the IMX GPCV2 driver which causes build warnings" * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: irqchip/irq-imx-gpcv2: Remove unused function irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis irqchip/gic-v3-its: Fix misplaced __iomem annotations --- d2149e13e5fba83752b7050edfaefcf954a18c00