Re: [PATCH 2/3] mei: Migrate to pci_alloc_irq_vectors API

2018-08-05 Thread Heiner Kallweit
On 05.08.2018 13:02, Winkler, Tomas wrote: >> >> Update the driver to the pci_alloc_irq_vectors API, this allows to get rid of >> legacy calls like pci_enable_msi(). Another benefit is that no driver change >> would be needed in case the hardware starts supporting MSI-X. >> >> Signed-off-by: Heiner

RE: [PATCH 2/3] mei: Migrate to pci_alloc_irq_vectors API

2018-08-05 Thread Winkler, Tomas
> > Update the driver to the pci_alloc_irq_vectors API, this allows to get rid of > legacy calls like pci_enable_msi(). Another benefit is that no driver change > would be needed in case the hardware starts supporting MSI-X. > > Signed-off-by: Heiner Kallweit Sorry, we are losing the ONE_SHOT f

[PATCH 2/3] mei: Migrate to pci_alloc_irq_vectors API

2018-08-03 Thread Heiner Kallweit
Update the driver to the pci_alloc_irq_vectors API, this allows to get rid of legacy calls like pci_enable_msi(). Another benefit is that no driver change would be needed in case the hardware starts supporting MSI-X. Signed-off-by: Heiner Kallweit --- drivers/misc/mei/pci-me.c | 25 +++-