]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: aardvark: Move to MSI handling using generic MSI support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 Feb 2017 14:31:14 +0000 (15:31 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 14 Mar 2017 20:06:33 +0000 (15:06 -0500)
commitf21a8b1b68379c116a6d55821f5f6024ce4f3a48
tree7a56cc5a612ec35211ffc96c76a9edaf50735851
parent688769f643bfce894f14dc7141bfc6c010f52750
PCI: aardvark: Move to MSI handling using generic MSI support

The MSI support introduced with the initial Aardvark driver was based
on the msi_controller structure and the of_pci_msi_chip_add() /
of_pci_find_msi_chip_by_node() API, which are being deprecated in
favor of the generic MSI support.

Update the Aardvark driver to use the generic MSI support.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/pci/host/pci-aardvark.c