summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* PCI: revert "pcie: utilize pcie transaction pending bit"Andrew Morton2008-03-251-4/+0Star
* devres: implement pcim_iomap_regions_request_all()Tejun Heo2008-03-171-0/+2
* PCI: fix issue with busses registering multiple times in sysfsGreg Kroah-Hartman2008-03-131-0/+1
* rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLEAndrew Morton2008-03-111-2/+2
* PCI: Add DECLARE_PCI_DEVICE_TABLE macroJonas Bonn2008-03-051-0/+10
* Change pci_raw_ops to pci_raw_read/writeMatthew Wilcox2008-02-101-8/+8
* iommu sg merging: PCI: add dma segment boundary supportFUJITA Tomonori2008-02-051-0/+7
* iommu sg merging: PCI: add device_dma_parameters supportFUJITA Tomonori2008-02-051-0/+9
* Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman2008-02-021-5/+0Star
* PCI: make pci_bus a struct deviceGreg Kroah-Hartman2008-02-021-2/+2
* PCI: fix codingstyle issues in include/linux/pci.hGreg Kroah-Hartman2008-02-021-107/+236
* PCI: PCIE ASPM supportShaohua Li2008-02-021-0/+5
* PCI: Remove pci_enable_device_bars()Benjamin Herrenschmidt2008-02-021-1/+0Star
* PCI: Add pci_enable_device_{io,mem} intefacesBenjamin Herrenschmidt2008-02-021-0/+2
* PCI: Fix bus resource assignment on 32 bits with 64b resourcesBenjamin Herrenschmidt2008-02-021-2/+2
* PCI: export pci_restore_msi_state()Linas Vepstas2008-02-021-0/+2
* PCI: get rid of pci_dev::{vendor,device}_compatible fieldsLennert Buytenhek2008-02-021-5/+0Star
* pcie: utilize pcie transaction pending bitShaohua Li2008-02-021-0/+2
* PCI: drivers/pci/rom.c: #if 0 two functionsAdrian Bunk2008-02-021-2/+0Star
* PCI: make pci_restore_bars() staticAdrian Bunk2008-02-021-1/+0Star
* remove __attribute_used__Adrian Bunk2008-01-281-1/+1
* PCI: Add Kconfig option to disable deprecated pci_find_* APIJeff Garzik2007-11-051-0/+3
* PCI: make pci_match_device() staticAdrian Bunk2007-11-051-2/+0Star
* PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.David Miller2007-11-051-0/+9
* Intel IOMMU: PCI generic helper functionKeshavamurthy, Anil S2007-10-221-0/+2
* PCI: Add 'nodomains' boot option, and pci_domains_supported globalJeff Garzik2007-10-131-2/+5
* PCI: make pcie_get_readrq visible in pci.hBrice Goglin2007-08-221-0/+1
* PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.hKumar Gala2007-08-221-0/+3
* pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo2007-08-011-1/+1
* PCI: export __pci_reenable_device()Tejun Heo2007-07-241-0/+1
* fix jvc cdrom drive lockupZhang, Yanmin2007-07-161-0/+3
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-07-121-0/+1
|\
| * [IA64] SN: Correct ROM resource length for BIOS copyJohn Keller2007-07-091-0/+1
* | PCI: add pci_try_set_mwiRandy Dunlap2007-07-121-0/+1
* | PCI: Fix typo in include/linux/pci.hRolf Eike Beer2007-07-121-1/+1
* | PCI: read revision ID by defaultAuke Kok2007-07-121-0/+1
* | PCI: remove useless pci driver methodDavid Brownell2007-07-121-1/+0Star
* | + pci_find_slot-mark-deprecated.patch added to -mm treeAlan Cox2007-07-121-1/+1
* | PCI: Make pcibios_add_platform_entries() return errorsMichael Ellerman2007-07-121-1/+1
* | PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman2007-07-121-0/+2
* | PCI: add PCI-X/PCI-Express read control interfacesPeter Oruba2007-07-121-1/+6
|/
* pci.h stubs (for EDD build error)Randy Dunlap2007-07-011-0/+11
* PCI: the overdue removal of pci_module_init()Adrian Bunk2007-05-031-6/+0Star
* MSI: Remove dev->first_msi_irqMichael Ellerman2007-05-031-1/+0Star
* MSI: Use a list instead of the custom link structureMichael Ellerman2007-05-031-0/+1
* PCI: Create alloc_pci_dev(), the one true way to create a struct pci_devMichael Ellerman2007-05-031-0/+2
* PCI: define pci_request/release_regions() for CONFIG_PCI=nSergei Shtylyov2007-05-031-0/+3
* pci: New PCI-E reset APIBrian King2007-05-031-0/+14
* iomap: implement pcim_iounmap_regions()Tejun Heo2007-04-281-0/+1
* driver core: per-subsystem multithreaded probingCornelia Huck2007-04-271-2/+0Star