Now that we have a useable and documented version of msi-parent that can deal with multiple parenting, we can properly handle it in the kernel. This leads to a new OF helper, some rework in the PCI and platform layers, as well as a last patch for the ITS driver, which is the only thing in the kernel requirering this functionality so far.
Patches on top of 4.3-rc2. Marc Zyngier (4): of: Add of_parse_phandle_with_opt_args() helper function of: irq: Add support for the new definition of "msi-parent" PCI/MSI: Add support for the new definition of "msi-parent" irqchip/gic-v3-its: Parse new version of msi-parent property drivers/irqchip/irq-gic-v3-its-platform-msi.c | 18 ++++++-- drivers/of/base.c | 64 ++++++++++++++++++++++++++- drivers/of/irq.c | 26 +++++++---- drivers/pci/of.c | 25 ++++++++--- include/linux/of.h | 3 ++ 5 files changed, 115 insertions(+), 21 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

