aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/platform-msi.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-02genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedGravatar Thomas Gleixner 1-0/+1
2022-12-05platform-msi: Switch to the domain id aware MSI interfacesGravatar Ahmed S. Darwish 1-2/+2
2022-11-17genirq/msi: Remove filter from msi_free_descs_free_range()Gravatar Thomas Gleixner 1-1/+1
2022-09-28platform-msi: Export symbol platform_msi_create_irq_domain()Gravatar Frank Li 1-0/+1
2021-12-16platform-msi: Simplify platform device MSI codeGravatar Thomas Gleixner 1-70/+18
2021-12-16platform-msi: Let core code handle MSI descriptorsGravatar Thomas Gleixner 1-64/+48
2021-12-16platform-msi: Use msi_desc::msi_indexGravatar Thomas Gleixner 1-5/+5
2021-12-16platform-msi: Store platform private data pointer in msi_device_dataGravatar Thomas Gleixner 1-47/+32
2021-12-16platform-msi: Rename functions and clarify commentsGravatar Thomas Gleixner 1-15/+21
2021-12-16platform-msi: Let the core code handle sysfs groupsGravatar Thomas Gleixner 1-10/+1
2021-12-16platform-msi: Allocate MSI device data on first useGravatar Thomas Gleixner 1-1/+7
2021-12-16device: Move MSI related data into a structGravatar Thomas Gleixner 1-6/+6
2021-08-24platform-msi: Add ABI to show msi_irqs of platform devicesGravatar Barry Song 1-5/+15
2021-04-02platform-msi: fix kernel-doc warningsGravatar Pierre-Louis Bossart 1-1/+2
2020-12-11platform-msi: Track shared domain allocationGravatar Marc Zyngier 1-0/+7
2020-05-18platform-msi: Fix typos in commentGravatar Shaokun Zhang 1-1/+1
2018-12-13platform-msi: Free descriptors in platform_msi_domain_free()Gravatar Miquel Raynal 1-2/+4
2018-10-02genirq/msi: Allow creation of a tree-based irqdomain for platform-msiGravatar Marc Zyngier 1-6/+8
2018-05-13genirq/msi: Limit level-triggered MSI to platform devicesGravatar Marc Zyngier 1-0/+3
2017-12-07driver core: Remove redundant license textGravatar Greg Kroah-Hartman 1-12/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGravatar Greg Kroah-Hartman 1-0/+1
2017-06-22irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessGravatar Marc Zyngier 1-1/+1
2017-04-07platform-msi: Make platform_msi_create_device_domain() ACPI awareGravatar Hanjun Guo 1-2/+1
2017-01-17irq/platform-msi: Fix comment about maximal MSIsGravatar Matthias Brugger 1-1/+1
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryGravatar Thomas Gleixner 1-2/+1
2016-01-26base: Export platform_msi_domain_[alloc,free]_irqsGravatar Thomas Petazzoni 1-0/+2
2015-12-29irq/platform-MSI: Increase the maximum MSIs the MSI framework can supportGravatar MaJun 1-1/+1
2015-12-16platform-msi: Allow creation of a MSI-based stacked irq domainGravatar Marc Zyngier 1-2/+128
2015-12-16platform-msi: Factor out allocation/free of private dataGravatar Marc Zyngier 1-41/+53
2015-12-16platform-msi: Allow MSIs to be allocated in chunksGravatar Marc Zyngier 1-12/+20
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeGravatar Marc Zyngier 1-3/+3
2015-09-15platform-msi: Do not cache msi_desc in handler_dataGravatar Marc Zyngier 1-15/+3
2015-07-30drivers/base: Add MSI domain support for non-PCI devicesGravatar Marc Zyngier 1-0/+282