Searched hist:"7 b92b4f61ec49cb1a5813298f35258bd7ecd3667" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | ahci.c | diff 7b92b4f61ec49cb1a5813298f35258bd7ecd3667 Mon Dec 30 01:28:14 CST 2013 Alexander Gordeev <agordeev@redhat.com> PCI/MSI: Remove pci_enable_msi_block_auto()
The new pci_msi_vec_count() interface makes pci_enable_msi_block_auto() superfluous.
Drivers can use pci_msi_vec_count() to learn the maximum number of MSIs supported by the device, and then call pci_enable_msi_block().
pci_enable_msi_block_auto() was introduced recently, and its only user is the AHCI driver, which is also updated by this change.
Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Tejun Heo <tj@kernel.org>
|
/openbmc/linux/include/linux/ |
H A D | pci.h | diff 7b92b4f61ec49cb1a5813298f35258bd7ecd3667 Mon Dec 30 01:28:14 CST 2013 Alexander Gordeev <agordeev@redhat.com> PCI/MSI: Remove pci_enable_msi_block_auto()
The new pci_msi_vec_count() interface makes pci_enable_msi_block_auto() superfluous.
Drivers can use pci_msi_vec_count() to learn the maximum number of MSIs supported by the device, and then call pci_enable_msi_block().
pci_enable_msi_block_auto() was introduced recently, and its only user is the AHCI driver, which is also updated by this change.
Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Tejun Heo <tj@kernel.org>
|