From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: linux1394-devel@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] firewire: ohci: obsolete usage of legacy API for IRQ request and MSI
Date: Tue, 2 Apr 2024 08:55:14 +0900 [thread overview]
Message-ID: <20240401235514.GA231753@workstation.local> (raw)
In-Reply-To: <20240331135037.191479-1-o-takashi@sakamocchi.jp>
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
prev parent reply other threads:[~2024-04-01 23:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-31 13:50 [PATCH 0/4] firewire: ohci: obsolete usage of legacy API for IRQ request and MSI Takashi Sakamoto
2024-03-31 13:50 ` [PATCH 1/4] Revert "firewire: ohci: use devres for requested IRQ" Takashi Sakamoto
2024-03-31 13:50 ` [PATCH 2/4] firewire: ohci: replace request_irq() with request_threaded_irq() Takashi Sakamoto
2024-03-31 13:50 ` [PATCH 3/4] firewire: ohci: obsolete usage of deprecated API for MSI Takashi Sakamoto
2024-03-31 13:50 ` [PATCH 4/4] firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt line Takashi Sakamoto
2024-04-01 23:55 ` Takashi Sakamoto [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240401235514.GA231753@workstation.local \
--to=o-takashi@sakamocchi.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=linux1394-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.