aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/irq.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-21PCI: Check for alloc failure in pci_request_irq()Gravatar Zeng Heng 1-0/+2
2020-07-29PCI: Remove unused pci_lost_interrupt()Gravatar Heiner Kallweit 1-50/+0
2018-07-31PCI: Use IRQF_ONESHOT if pci_request_irq() called with no handlerGravatar Heiner Kallweit 1-1/+5
2018-01-18PCI: Add wrappers for dev_printk()Gravatar Frederick Lawler 1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+60
2017-04-18PCI/irq: Add pci_request_irq() and pci_free_irq() helpersGravatar Christoph Hellwig 1-1/+60
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesGravatar mchehab@s-opensource.com 1-1/+1
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-1/+1
2012-11-07PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Gravatar Joe Perches 1-5/+5
2011-10-31pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 1-0/+1
2009-01-07PCI: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2008-10-23PCI: add routines for debugging and handling lost interruptsGravatar James Bottomley 1-0/+60