aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)Author
2008-10-20PCI: fix pci_ioremap_bar() on s390Heiko Carstens
2008-10-20PCI: introduce an pci_ioremap(pdev, barnr) functionArjan van de Ven
2008-10-20PCI: support PCIe ARI capabilityYu Zhao
2008-10-20PCI: use same arg names in PCI_VDEVICE commentZhao, Yu
2008-10-20PCI: change MSI-x vector to 32bitYinghai Lu
2008-10-20PCI PM: Introduce function pci_wake_from_d3Rafael J. Wysocki
2008-10-20PCI: remove dynids.use_driver_dataMilton Miller
2008-10-20Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2008-09-26Export the ROM enable/disable helpersAlan Cox
2008-09-16PCI: fix compiler warnings in pci_get_subsys()Greg KH
2008-08-07PCI PM: Export pci_pme_active to driversRafael J. Wysocki
2008-08-07PCI: make pci_register_driver() a macroAndrew Morton
2008-07-28PCI: add D3 power state avoidance quirkAlan Cox
2008-07-22PCI PM: make more PCI PM core functionality available to driversRafael J. Wysocki
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2008-07-07PCI: Simplify PCI device PM codeRafael J. Wysocki
2008-07-07PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleepRafael J. Wysocki
2008-07-07PCI: make pci_name use dev_nameGreg KH
2008-06-30PCI: add stub for pci_set_consistent_dma_mask()Randy Dunlap
2008-06-27PCI: Fix comment of pci_dynidsWang Chen
2008-06-12x86: PAT export resource_wc in pci sysfsvenkatesh.pallipadi@intel.com
2008-06-10PCI: introduce pci_slotAlex Chiang
2008-06-10PCI: implement new suspend/resume callbacksRafael J. Wysocki
2008-06-10Suspend/Resume bug in PCI layer wrt quirksRafael J. Wysocki
2008-06-10PCI: drivers/pci/pci.c: add prototypesAdrian Bunk
2008-04-29x86/pci: remove flag in pci_cfg_space_size_extYinghai Lu
2008-04-29x86: fix section mismatch in pci_scan_busSam Ravnborg
2008-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2008-04-29pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2Yinghai Lu
2008-04-28PCI: don't expose struct pci_vpd to userspaceJesse Barnes
2008-04-26x86: multi pci root bus with different io resource range, on 64-bitYinghai Lu
2008-04-26x86 pci: remove checking type for mmconfig probeYinghai Lu
2008-04-26x86_64: set cfg_size for AMD Family 10h in case MMCONFIGYinghai Lu
2008-04-26x86: validate against acpi motherboard resourcesRobert Hancock
2008-04-20PCI: Expose PCI VPD through sysfsBen Hutchings
2008-04-20PCI: add generic pci_enable_resources()Bjorn Helgaas
2008-04-20PCI: add PCI Express ASPM supportShaohua Li
2008-04-20PCI: remove global list of PCI devicesGreg Kroah-Hartman
2008-04-20PCI: add is_added flag to struct pci_devGreg Kroah-Hartman
2008-04-20PCI: clean up search.c a lotGreg Kroah-Hartman
2008-04-20PCI: remove pci_get_device_reverseGreg Kroah-Hartman
2008-04-20PCI: remove pci_find_presentGreg Kroah-Hartman
2008-04-20PCI: #if 0 pci_assign_resource_fixed()Adrian Bunk
2008-03-24PCI: revert "pcie: utilize pcie transaction pending bit"Andrew Morton
2008-03-17devres: implement pcim_iomap_regions_request_all()Tejun Heo
2008-03-13PCI: fix issue with busses registering multiple times in sysfsGreg Kroah-Hartman
2008-03-10rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLEAndrew Morton
2008-03-04PCI: Add DECLARE_PCI_DEVICE_TABLE macroJonas Bonn
2008-02-10Change pci_raw_ops to pci_raw_read/writeMatthew Wilcox
2008-02-05iommu sg merging: PCI: add dma segment boundary supportFUJITA Tomonori