summaryrefslogtreecommitdiffstats
path: root/drivers/pci/irq.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Place interrupt related code into irq.cIlpo Järvinen2024-01-291-0/+204
* PCI: Check for alloc failure in pci_request_irq()Zeng Heng2022-11-211-0/+2
* PCI: Remove unused pci_lost_interrupt()Heiner Kallweit2020-07-291-50/+0
* PCI: Use IRQF_ONESHOT if pci_request_irq() called with no handlerHeiner Kallweit2018-07-311-1/+5
* PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-4/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-1/+60
|\
| * PCI/irq: Add pci_request_irq() and pci_free_irq() helpersChristoph Hellwig2017-04-181-1/+60
* | kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-021-1/+1
|/
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-1/+1
* PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-11-071-5/+5
* pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-071-1/+1
* PCI: add routines for debugging and handling lost interruptsJames Bottomley2008-10-231-0/+60