summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* PCI: return error on failure to read PCI ROMsTimothy S. Nelson2009-02-041-1/+1
* PCI PM: Restore standard config registers of all devices earlyRafael J. Wysocki2009-01-161-0/+5
* x86/PCI: Do not use interrupt links for devices using MSI-XRafael J. Wysocki2009-01-071-0/+9
* PCI: Add pci_clear_master() as opposite of pci_set_master()Ben Hutchings2009-01-071-0/+1
* PCI: add interface to set visible size of VPDStephen Hemminger2009-01-071-0/+1
* PCI: revise VPD access interfaceStephen Hemminger2009-01-071-0/+4
* PCI: add pci_common_swizzle() for INTx swizzlingBjorn Helgaas2009-01-071-0/+1
* PCI: define PCI resource names in an 'enum'Yu Zhao2009-01-071-13/+24
* PCI: remove unnecessary arg of pci_update_resource()Yu Zhao2009-01-071-1/+1
* PCI: uninline pci_ioremap_bar()Andrew Morton2009-01-071-14/+1
* PCI: add pci_swizzle_interrupt_pin()Bjorn Helgaas2009-01-071-0/+1
* resource: allow MMIO exclusivity for device driversArjan van de Ven2009-01-071-0/+3
* ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge addedAndrew Patterson2009-01-071-0/+5
* ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge addedAndrew Patterson2009-01-071-0/+9
* ACPI/PCI: PCI extended config _OSC support called when root bridge addedAndrew Patterson2009-01-071-0/+2
* PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki2009-01-061-1/+0
*---. Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-231-0/+6
|\ \ \
| | | * Merge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-10-281-14/+55
| | | |\ | | |_|/ | |/| |
| | | * Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-07-181-9/+48
| | | |\
| | | * | pci, acpi: reroute PCI interrupt to legacy boot interrupt equivalentStefan Assmann2008-07-081-0/+6
* | | | | PCI: annotate return value of pci_ioremap_bar with __iomemHarvey Harrison2008-11-031-1/+1
|/ / / /
* | | | PCI: add routines for debugging and handling lost interruptsJames Bottomley2008-10-231-0/+7
* | | | PCI: don't export linux/io.h from pci.hStephen Rothwell2008-10-221-1/+1
* | | | PCI, PCI Hotplug: introduce slot_name helpersAlex Chiang2008-10-221-0/+5
* | | | PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang2008-10-221-1/+2
* | | | PCI: rename pci_update_slot_number to pci_renumber_slotAlex Chiang2008-10-221-1/+1
* | | | PCI: include io.h in pci.h so that ioremap_nocache is definedJesse Barnes2008-10-221-0/+1
* | | | PCI: add support for function level resetSheng Yang2008-10-221-0/+2
|/ / /
* | | PCI: fix pci_ioremap_bar() on s390Heiko Carstens2008-10-201-0/+2
* | | PCI: introduce an pci_ioremap(pdev, barnr) functionArjan van de Ven2008-10-201-0/+13
* | | PCI: support PCIe ARI capabilityYu Zhao2008-10-201-0/+1
* | | PCI: use same arg names in PCI_VDEVICE commentZhao, Yu2008-10-201-2/+2
* | | PCI: change MSI-x vector to 32bitYinghai Lu2008-10-201-1/+1
* | | PCI PM: Introduce function pci_wake_from_d3Rafael J. Wysocki2008-10-201-0/+1
* | | PCI: remove dynids.use_driver_dataMilton Miller2008-10-201-1/+0
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-10-201-0/+2
|\ \ \
| * | | Export the ROM enable/disable helpersAlan Cox2008-09-261-0/+2
* | | | PCI: fix compiler warnings in pci_get_subsys()Greg KH2008-09-161-4/+4
|/ / /
* | | PCI PM: Export pci_pme_active to driversRafael J. Wysocki2008-08-071-0/+1
* | | PCI: make pci_register_driver() a macroAndrew Morton2008-08-071-4/+6
* | | PCI: add D3 power state avoidance quirkAlan Cox2008-07-281-0/+2
* | | PCI PM: make more PCI PM core functionality available to driversRafael J. Wysocki2008-07-221-0/+2
| |/ |/|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-161-9/+48
|\ \ | |/ |/|
| * PCI: Simplify PCI device PM codeRafael J. Wysocki2008-07-071-1/+7
| * PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleepRafael J. Wysocki2008-07-071-0/+2
| * PCI: make pci_name use dev_nameGreg KH2008-07-071-2/+2
| * PCI: add stub for pci_set_consistent_dma_mask()Randy Dunlap2008-06-301-0/+5
| * PCI: Fix comment of pci_dynidsWang Chen2008-06-271-1/+1
| * PCI: introduce pci_slotAlex Chiang2008-06-101-2/+17
| * PCI: implement new suspend/resume callbacksRafael J. Wysocki2008-06-101-1/+1