Re: [PATCH 00/13] PCI: MSI: Getting rid of msi_controller, and other cleanups

2021-03-10 Thread Bjorn Helgaas
On Thu, Feb 25, 2021 at 03:10:10PM +, Marc Zyngier wrote: > The msi_controller data structure was the first attempt at treating > MSIs like any other interrupt. We replaced it a few years ago with the > generic MSI framework, but as it turns out, some older drivers are > still using it. > >

[PATCH 00/13] PCI: MSI: Getting rid of msi_controller, and other cleanups

2021-02-25 Thread Marc Zyngier
The msi_controller data structure was the first attempt at treating MSIs like any other interrupt. We replaced it a few years ago with the generic MSI framework, but as it turns out, some older drivers are still using it. This series aims at converting these stragglers, drop msi_controller, and