aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-24PCI: revert "pcie: utilize pcie transaction pending bit"Andrew Morton1-4/+0
2008-03-17devres: implement pcim_iomap_regions_request_all()Tejun Heo1-0/+2
2008-03-13PCI: fix issue with busses registering multiple times in sysfsGreg Kroah-Hartman1-0/+1
2008-03-10rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLEAndrew Morton1-2/+2
2008-03-04PCI: Add DECLARE_PCI_DEVICE_TABLE macroJonas Bonn1-0/+10
2008-02-10Change pci_raw_ops to pci_raw_read/writeMatthew Wilcox1-8/+8
2008-02-05iommu sg merging: PCI: add dma segment boundary supportFUJITA Tomonori1-0/+7
2008-02-05iommu sg merging: PCI: add device_dma_parameters supportFUJITA Tomonori1-0/+9
2008-02-02Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman1-5/+0
2008-02-01PCI: make pci_bus a struct deviceGreg Kroah-Hartman1-2/+2
2008-02-01PCI: fix codingstyle issues in include/linux/pci.hGreg Kroah-Hartman1-107/+236
2008-02-01PCI: PCIE ASPM supportShaohua Li1-0/+5
2008-02-01PCI: Remove pci_enable_device_bars()Benjamin Herrenschmidt1-1/+0
2008-02-01PCI: Add pci_enable_device_{io,mem} intefacesBenjamin Herrenschmidt1-0/+2
2008-02-01PCI: Fix bus resource assignment on 32 bits with 64b resourcesBenjamin Herrenschmidt1-2/+2
2008-02-01PCI: export pci_restore_msi_state()Linas Vepstas1-0/+2
2008-02-01PCI: get rid of pci_dev::{vendor,device}_compatible fieldsLennert Buytenhek1-5/+0
2008-02-01pcie: utilize pcie transaction pending bitShaohua Li1-0/+2
2008-02-01PCI: drivers/pci/rom.c: #if 0 two functionsAdrian Bunk1-2/+0
2008-02-01PCI: make pci_restore_bars() staticAdrian Bunk1-1/+0
2008-01-28remove __attribute_used__Adrian Bunk1-1/+1
2007-11-05PCI: Add Kconfig option to disable deprecated pci_find_* APIJeff Garzik1-0/+3
2007-11-05PCI: make pci_match_device() staticAdrian Bunk1-2/+0
2007-11-05PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.David Miller1-0/+9
2007-10-22Intel IOMMU: PCI generic helper functionKeshavamurthy, Anil S1-0/+2
2007-10-12PCI: Add 'nodomains' boot option, and pci_domains_supported globalJeff Garzik1-2/+5
2007-08-22PCI: make pcie_get_readrq visible in pci.hBrice Goglin1-0/+1
2007-08-22PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.hKumar Gala1-0/+3
2007-08-01pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo1-1/+1
2007-07-24PCI: export __pci_reenable_device()Tejun Heo1-0/+1
2007-07-16fix jvc cdrom drive lockupZhang, Yanmin1-0/+3
2007-07-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-0/+1
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap1-0/+1
2007-07-11PCI: Fix typo in include/linux/pci.hRolf Eike Beer1-1/+1
2007-07-11PCI: read revision ID by defaultAuke Kok1-0/+1
2007-07-11PCI: remove useless pci driver methodDavid Brownell1-1/+0
2007-07-11+ pci_find_slot-mark-deprecated.patch added to -mm treeAlan Cox1-1/+1
2007-07-11PCI: Make pcibios_add_platform_entries() return errorsMichael Ellerman1-1/+1
2007-07-11PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman1-0/+2
2007-07-11PCI: add PCI-X/PCI-Express read control interfacesPeter Oruba1-1/+6
2007-07-09[IA64] SN: Correct ROM resource length for BIOS copyJohn Keller1-0/+1
2007-07-01pci.h stubs (for EDD build error)Randy Dunlap1-0/+11
2007-05-02PCI: the overdue removal of pci_module_init()Adrian Bunk1-6/+0
2007-05-02MSI: Remove dev->first_msi_irqMichael Ellerman1-1/+0
2007-05-02MSI: Use a list instead of the custom link structureMichael Ellerman1-0/+1
2007-05-02PCI: Create alloc_pci_dev(), the one true way to create a struct pci_devMichael Ellerman1-0/+2
2007-05-02PCI: define pci_request/release_regions() for CONFIG_PCI=nSergei Shtylyov1-0/+3
2007-05-02pci: New PCI-E reset APIBrian King1-0/+14
2007-04-28iomap: implement pcim_iounmap_regions()Tejun Heo1-0/+1
2007-04-27driver core: per-subsystem multithreaded probingCornelia Huck1-2/+0