Commit Graph

114 Commits (14d9cb5f760c86b3a8f686909465982231c06627)

Author SHA1 Message Date
Hidetoshi Seto 12abb8ba84 PCI MSI: Fix restoration of MSI/MSI-X mask states in suspend/resume 16 years ago
Hidetoshi Seto 7ba1930db0 PCI MSI: Unmask MSI if setup failed 16 years ago
Hidetoshi Seto 2c21fd4b33 PCI MSI: shorten PCI_MSIX_ENTRY_* symbol names 16 years ago
Hidetoshi Seto 0d07348931 PCI MSI: Return if alloc_msi_entry for MSI-X failed 16 years ago
Hidetoshi Seto 2af5066f66 PCI: make msi_free_irqs() to use msix_mask_irq() instead of open coded write 16 years ago
Matthew Wilcox f598282f51 PCI: Fix the NIU MSI-X problem in a better way 16 years ago
Matthew Wilcox 110828c9cd PCI: remove redundant __msi_set_enable() 16 years ago
Kenji Kaneshige ab7de999a2 PCI: remove invalid comment of msi_mask_irq() 16 years ago
Michael S. Tsirkin 57fbf52c86 PCI MSI: let drivers retry when not enough vectors 16 years ago
Hidetoshi Seto 67b5db6502 PCI MSI: Define PCI_MSI_MASK_32/64 16 years ago
Matthew Wilcox 8d18101853 PCI MSI: Fix MSI-X with NIU cards 16 years ago
Matthew Wilcox 1c8d7b0a56 PCI MSI: Add support for multiple MSI 16 years ago
Matthew Wilcox f2440d9acb PCI MSI: Refactor interrupt masking code 16 years ago
Matthew Wilcox 264d9caaa1 PCI MSI: Use mask_pos instead of mask_base when appropriate 16 years ago
Matthew Wilcox 379f5327a8 PCI MSI: msi_desc->dev is always initialised 16 years ago
Matthew Wilcox 24d2755339 PCI MSI: Replace 'type' with 'is_msix' 16 years ago
Michael Ellerman b5fbf53324 PCI/MSI: Allow arch code to return the number of MSI-X available 16 years ago
Michael Ellerman 11df1f0551 PCI/MSI: Use #ifdefs instead of weak functions 16 years ago
Rafael J. Wysocki a52e2e3513 PCI/MSI: Introduce pci_msix_table_size() 16 years ago
Matthew Wilcox 0b49ec37a2 PCI/MSI: fix msi_mask() shift fix 16 years ago
Matthew Wilcox bffac3c593 PCI MSI: Fix undefined shift by 32 16 years ago
Hidetoshi Seto 0db29af1e7 PCI/MSI: bugfix/utilize for msi_capability_init() 16 years ago
Andrew Patterson 07ae95f988 ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added 16 years ago
Yinghai Lu 3145e941fc x86, MSI: pass irq_cfg and irq_desc 16 years ago
Taku Izumi d389fec6a2 ACPI/PCI: Set support bit for MSI in support field of _OSC 17 years ago
Jike Song 5993760f7f PCI: utilize calculated results when detecting MSI features 17 years ago
Jesse Barnes abad2ec98f PCI: fully restore MSI state at resume time 17 years ago
Matthew Wilcox ce6fce4295 PCI MSI: Don't disable MSIs if the mask bit isn't supported 17 years ago
Bjorn Helgaas 80ccba1186 PCI: use dev_printk when possible 17 years ago
Hidetoshi Seto 5ca5c02f0e PCI/MSI: skip calling pci_find_capability from msi_set_mask_bits 17 years ago
Yinghai Lu d52877c7b1 pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2 17 years ago
Yinghai Lu 8e149e09f9 pci/irq: restore mask_bits in msi shutdown -v3 17 years ago
Adrian Bunk 6a9e7f2031 PCI: drivers/pci/msi.c: move arch hooks to the top 17 years ago
Linas Vepstas 94688cf245 PCI: export pci_restore_msi_state() 17 years ago
David Miller ba698ad4b7 PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set. 18 years ago
Roland Dreier cbf5d9e6b9 MSI: Use correct data offset for 32-bit MSI in read_msi_msg() 18 years ago
Eric W. Biederman 78b7611c4a msi: mask the msix vector before we unmap it 18 years ago
Eric W. Biederman 0dd11f9be4 msi: fix the ordering of msix irqs 18 years ago
Dan Williams 4fdadebc31 msi: fix ARM compile 18 years ago
David Miller b3b7cc7b41 Fix assertion failure with MSI on sparc64 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Michael Ellerman 032de8e2fe MSI: Give archs the option to free all MSI/Xs at once. 18 years ago
Michael Ellerman 9c8313343c MSI: Give archs the option to allocate all MSI/Xs at once. 18 years ago
Michael Ellerman 7fe3730de7 MSI: arch must connect the irq and the msi_desc 18 years ago
Michael Ellerman 314e77b3ee MSI: Remove dev->first_msi_irq 18 years ago
Michael Ellerman 4aa9bc955d MSI: Use a list instead of the custom link structure 18 years ago
Michael Ellerman c9953a73e9 MSI: Add an arch_msi_check_device() 18 years ago
Michael Ellerman 17bbc12acd MSI: Rename pci_msi_supported() to pci_msi_check_device() 18 years ago
Michael Ellerman 128bc5fced MSI: Consolidate precondition checks 18 years ago
Michael Ellerman b1e2303dba MSI: Expand pci_msi_supported() 18 years ago