linux_dsm_epyc7002/drivers/of
Marc Zyngier 82b9b4243c of/irq: Use the msi-map property to provide device-specific MSI domain
While msi-parent is used to point to the MSI controller that
works for all the devices behind a root complex, it doesn't
allow configurations where each individual device can be routed
to a separate MSI controller.

The msi-map property provides this flexibility (and much more),
so let's add a utility function that parses it, and return the
corresponding MSI domain.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2015-10-16 13:07:15 +01:00
..
unittest-data
address.c of/address: Don't loop forever in of_find_matching_node_by_address(). 2015-08-25 11:29:56 -05:00
base.c
device.c
dynamic.c
fdt_address.c
fdt.c of/fdt: make memblock maximum physical address arch configurable 2015-08-24 10:23:13 +01:00
irq.c of/irq: Use the msi-map property to provide device-specific MSI domain 2015-10-16 13:07:15 +01:00
Kconfig
Makefile
of_mdio.c of_mdio: fix MDIO phy device refcounting 2015-09-24 23:04:52 -07:00
of_mtd.c
of_net.c
of_pci_irq.c of_pci_irq: Silence bogus "of_irq_parse_pci() failed ..." messages. 2015-09-17 14:46:11 -05:00
of_pci.c
of_private.h
of_reserved_mem.c
overlay.c
pdt.c
platform.c DeviceTree updates for 4.3: 2015-09-01 19:37:56 -07:00
resolver.c
unittest.c