[GIT PULL] irqchip updates for 5.0-rc3

From: Marc Zyngier
Date: Fri Jan 18 2019 - 09:58:04 EST


Hi Thomas,

Here's a handful of irqchip fixes for 5.0-rc3. Only the menu, an
uninitialised mutex, an interesting MSI allocation corner case in the ITS, a
stm32 DT parsing fix, and some cleanups.

Please pull,

M.

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-5.0-2

for you to fetch changes up to 8208d1708b88b412ca97f50a6d951242c88cbbac:

irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their size (2019-01-18 14:35:38 +0000)

----------------------------------------------------------------
irqchip updates for 5.0-rc3

- Add missing DT translation call in stm32-exti
- Fix uninitialized mutex in the GICv3 MBI support code
- Drop useless GPIO includes from the madera driver
- Fix PCI Multi-MSI allocation with aliasing devices on GICv3 ITS

----------------------------------------------------------------
Linus Walleij (1):
irqchip/madera: Drop GPIO includes

Loic Pallardy (1):
irqchip/stm32-exti: Add domain translate function

Marc Zyngier (1):
irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their size

Yang Yingliang (1):
irqchip/gic-v3-mbi: Fix uninitialized mbi_lock

drivers/irqchip/irq-gic-v3-its.c | 25 +++++++++++++------------
drivers/irqchip/irq-gic-v3-mbi.c | 2 +-
drivers/irqchip/irq-madera.c | 2 --
drivers/irqchip/irq-stm32-exti.c | 1 +
4 files changed, 15 insertions(+), 15 deletions(-)