Re: [PATCH] GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()

2014-04-04 Thread Alexander Gordeev
On Wed, Apr 02, 2014 at 01:52:56PM +0200, Alexander Gordeev wrote: > 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

Re: [PATCH] GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()

2014-04-04 Thread Alexander Gordeev
On Wed, Apr 02, 2014 at 01:52:56PM +0200, Alexander Gordeev wrote: 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()

Re: [PATCH] GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()

2014-04-03 Thread Frank Haverkamp
Hi Alexander, Am Mittwoch, den 02.04.2014, 13:52 +0200 schrieb Alexander Gordeev: > 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

Re: [PATCH] GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()

2014-04-03 Thread Frank Haverkamp
Hi Alexander, Am Mittwoch, den 02.04.2014, 13:52 +0200 schrieb Alexander Gordeev: 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

[PATCH] GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()

2014-04-02 Thread Alexander Gordeev
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.

[PATCH] GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()

2014-04-02 Thread Alexander Gordeev
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.