Re: [PATCH 0/4] firewire: ohci: obsolete usage of legacy API for IRQ request and MSI

From: Takashi Sakamoto
Date: Mon Apr 01 2024 - 19:55:28 EST


On Sun, Mar 31, 2024 at 10:50:33PM +0900, Takashi Sakamoto wrote:
> Hi,
>
> The pair of pci_enable_msi() and pci_disable_msi() is deprecated
> nowadays, while it is still used in 1394 OHCI driver in FireWire
> subsystem. This series of changes is to use modern API sets for the
> driver.
>
>
> Takashi Sakamoto (4):
> Revert "firewire: ohci: use devres for requested IRQ"
> firewire: ohci: replace request_irq() with request_threaded_irq()
> firewire: ohci: obsolete usage of deprecated API for MSI
> firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt
> line
>
> drivers/firewire/ohci.c | 35 +++++++++++++++++++++++++----------
> 1 file changed, 25 insertions(+), 10 deletions(-)

Applied to for-next branch for v6.10.


Thanks

Takashi Sakamoto