Hello all, The first two patches in this series are IRQ callback fixes that should get backported. The reason why the bugs existed in the first place is because the APIs are very confusing. The rest of the patches are cleanups of the APIs. These cleanups should not get backported. Changes since v1: -Improved commit message of the fix patches. -Picked up tags on the fix patches. -Added cleanups patches. Niklas Cassel (6): PCI: dwc: ep: Fix broken set_msix() callback PCI: cadence-ep: Fix broken set_msix() callback PCI: endpoint: cleanup get_msi() callback PCI: endpoint: cleanup set_msi() callback PCI: endpoint: cleanup get_msix() callback PCI: endpoint: cleanup set_msix() callback drivers/pci/controller/cadence/pcie-cadence-ep.c | 10 ++++++---- drivers/pci/controller/dwc/pcie-designware-ep.c | 9 +++++---- drivers/pci/controller/pcie-rcar-ep.c | 5 +++-- drivers/pci/controller/pcie-rockchip-ep.c | 9 +++++---- drivers/pci/endpoint/pci-epc-core.c | 11 +++-------- 5 files changed, 22 insertions(+), 22 deletions(-) -- 2.49.0