aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform-msi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-22irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier1-1/+1
2017-04-07platform-msi: Make platform_msi_create_device_domain() ACPI awareHanjun Guo1-2/+1
2017-01-17irq/platform-msi: Fix comment about maximal MSIsMatthias Brugger1-1/+1
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner1-2/+1
2016-01-26base: Export platform_msi_domain_[alloc,free]_irqsThomas Petazzoni1-0/+2
2015-12-29irq/platform-MSI: Increase the maximum MSIs the MSI framework can supportMaJun1-1/+1
2015-12-16platform-msi: Allow creation of a MSI-based stacked irq domainMarc Zyngier1-2/+128
2015-12-16platform-msi: Factor out allocation/free of private dataMarc Zyngier1-41/+53
2015-12-16platform-msi: Allow MSIs to be allocated in chunksMarc Zyngier1-12/+20
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier1-3/+3
2015-09-15platform-msi: Do not cache msi_desc in handler_dataMarc Zyngier1-15/+3
2015-07-30drivers/base: Add MSI domain support for non-PCI devicesMarc Zyngier1-0/+282