]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
of: pci: add registry of MSI chips
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 9 Aug 2013 20:27:09 +0000 (22:27 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:43 +0000 (10:06 +0200)
commit031efbae3d053fd94f5d5294a53c3afd9ca87e7e
tree2a58fe603dfdd4cb92371ab84c91a89ff2ff2f02
parentf2189419c702682878eaa3c8dc45d3cc98464bcb
of: pci: add registry of MSI chips

This commit adds a very basic registry of msi_chip structures, so that
an IRQ controller driver can register an msi_chip, and a PCIe host
controller can find it, based on a 'struct device_node'.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
include/linux/msi.h
include/linux/of_pci.h