summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pci-xgene-msi.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-11PCI: xgene-msi: Return negative -EINVAL in xgene_msi_handler_setup()Dan Carpenter1-1/+1
2025-07-22PCI: xgene-msi: Restructure handler setup/teardownMarc Zyngier1-70/+37
2025-07-22PCI: xgene-msi: Probe as a standard platform driverMarc Zyngier1-6/+1
2025-07-22PCI: xgene-msi: Resend an MSI racing with itself on a different CPUMarc Zyngier1-0/+1
2025-07-22PCI: xgene-msi: Sanitise MSI allocation and affinity settingMarc Zyngier1-129/+93
2025-07-22PCI: xgene-msi: Get rid of intermediate tracking structureMarc Zyngier1-42/+18
2025-07-22PCI: xgene-msi: Use device-managed memory allocationsMarc Zyngier1-18/+19
2025-07-22PCI: xgene-msi: Drop superfluous fields from xgene_msi structureMarc Zyngier1-13/+10
2025-07-22PCI: xgene-msi: Make per-CPU interrupt setup robustMarc Zyngier1-23/+6
2025-05-16PCI: xgene: Convert to MSI parent infrastructureMarc Zyngier1-33/+20
2025-04-07irqdomain: pci: Switch to of_fwnode_handle()Jiri Slaby (SUSE)1-1/+1
2025-03-09PCI: Fix typosBjorn Helgaas1-1/+1
2024-10-04PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos1-1/+1
2023-07-13PCI: xgene-msi: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-06-24PCI: xgene-msi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-11-10PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas1-1/+0
2022-11-10PCI: xgene-msi: Include <linux/irqdomain.h> explicitlyBjorn Helgaas1-0/+1
2021-11-29PCI: xgene-msi: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+2
2021-10-09PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński1-1/+1
2021-09-02Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas1-1/+0
2021-08-05PCI: xgene-msi: Remove redundant dev_err() call in xgene_msi_probe()ErKun Yang1-1/+0
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-6/+3
2021-01-18PCI: xgene-msi: Fix race in installing chained irq handlerMartin Kaiser1-7/+3
2020-10-02PCI: xgene: Remove unused assignment to variable msi_valKrzysztof Wilczyński1-2/+2
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński1-2/+0
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+543