]> Pileus Git - ~andy/linux/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)
committerJason Cooper <jason@lakedaemon.net>
Mon, 12 Aug 2013 15:27:01 +0000 (15:27 +0000)
commit0d5a6db3aa46faafd0212650bfd709d51240d9da
treedea9d680f4ae8aea5628ec8d69b72802f0a4bf28
parent0cbdcfcf427b63b9670e56760ef5e67cd7081b35
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>
drivers/of/of_pci.c
include/linux/msi.h
include/linux/of_pci.h