mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-26 02:14:43 +00:00
As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and pci_enable_msix_range() or pci_enable_msix_exact() interfaces. Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Andy King <acking@vmware.com> Cc: Dmitry Torokhov <dtor@vmware.com> Cc: linux-pci@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| vmci_context.c | ||
| vmci_context.h | ||
| vmci_datagram.c | ||
| vmci_datagram.h | ||
| vmci_doorbell.c | ||
| vmci_doorbell.h | ||
| vmci_driver.c | ||
| vmci_driver.h | ||
| vmci_event.c | ||
| vmci_event.h | ||
| vmci_guest.c | ||
| vmci_handle_array.c | ||
| vmci_handle_array.h | ||
| vmci_host.c | ||
| vmci_queue_pair.c | ||
| vmci_queue_pair.h | ||
| vmci_resource.c | ||
| vmci_resource.h | ||
| vmci_route.c | ||
| vmci_route.h | ||