[PULL] irqchip/irqdomain updates for 4.11-rc2

From: Marc Zyngier
Date: Thu Mar 09 2017 - 05:44:51 EST


[now with LKML on cc...]

Hi Thomas,

Here's a handful of updates for both irqchip and irqdomain. Nothing
really stands out, except for the Qualcomm erratum workaround.

Please pull.

Thanks,

M.

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irq-fixes-4.11-rc2

for you to fetch changes up to 4b9de5da7e120c7f02395da729f0ec77ce7a6044:

irqchip/crossbar: Fix incorrect type of register size (2017-03-07 14:34:39 +0000)

----------------------------------------------------------------
irqchip/irqdomain updates for 4.11-rc2

- irqchip/crossbar: Some type tidying up
- irqchip/gicv3-its: Workaround for a Qualcomm erratum
- irqdomain: Compile for for systems that don't use CONFIG_IRQ_DOMAIN

----------------------------------------------------------------
Franck Demathieu (2):
irqchip/crossbar: Fix incorrect type of local variables
irqchip/crossbar: Fix incorrect type of register size

Mian Yousaf Kaukab (1):
irqdomain: Add empty irq_domain_check_msi_remap

Shanker Donthineni (1):
irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065

Documentation/arm64/silicon-errata.txt | 1 +
arch/arm64/Kconfig | 10 ++++++++++
drivers/irqchip/irq-crossbar.c | 9 +++++----
drivers/irqchip/irq-gic-v3-its.c | 16 ++++++++++++++++
include/linux/irqdomain.h | 4 ++++
5 files changed, 36 insertions(+), 4 deletions(-)