summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.h
AgeCommit message (Expand)AuthorFilesLines
2008-07-17Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-4/+43
2008-07-17PCI ACPI: Drop the second argument of platform_pci_choose_stateRafael J. Wysocki1-2/+1
2008-07-08PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki1-0/+8
2008-07-08PCI: Introduce platform_pci_power_manageable functionRafael J. Wysocki1-4/+22
2008-07-02PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.Benjamin Li1-1/+1
2008-06-12Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Jesse Barnes1-2/+1
2008-06-12PCI ACPI: Drop the second argument of platform_pci_choose_stateRafael J. Wysocki1-2/+1
2008-06-11PCI: introduce pci_slotAlex Chiang1-0/+13
2008-04-21PCI: Expose PCI VPD through sysfsBen Hutchings1-0/+19
2008-02-02PCI: make pci_bus a struct deviceGreg Kroah-Hartman1-1/+1
2008-02-02PCI: fix codingstyle issues in drivers/pci/pci.hGreg Kroah-Hartman1-3/+5
2008-02-02PCI: export pci_restore_msi_state()Linas Vepstas1-6/+0
2007-10-22Intel IOMMU: PCI generic helper functionKeshavamurthy, Anil S1-0/+1
2007-10-13Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+6
2007-10-13pci: implement "pci=noaer"Randy Dunlap1-0/+6
2007-10-13Driver core: change add_uevent_var to use a structKay Sievers1-2/+1
2007-08-23PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.hKumar Gala1-7/+1
2007-07-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+1
2007-07-25PCI: export __pci_reenable_device()Tejun Heo1-1/+0
2007-07-22ACPI: Use ACPI methods to select PCI device suspend stateShaohua Li1-1/+1
2007-05-03MSI: Use a list instead of the custom link structureMichael Ellerman1-0/+2
2007-03-13[PATCH] msi: Safer state caching.Eric W. Biederman1-2/+0
2007-03-05[PATCH] msi: sanely support hardware level msi disablingEric W. Biederman1-2/+0
2007-02-08MSI: Combine pci_(save|restore)_msi/msix_stateMichael Ellerman1-4/+2
2007-02-08MSI: Replace pci_msi_quirk with calls to pci_no_msi()Michael Ellerman1-5/+1
2007-02-08PCI : add extremely specialized __pci_reenable_device for default resumeHidetoshi Seto1-0/+1
2007-02-08PCI : remove too specialized __pci_enable_device for default resumeHidetoshi Seto1-1/+0
2006-12-02PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez1-0/+1
2006-09-27MSI: Cleanup existing MSI quirksBrice Goglin1-1/+1
2006-07-13[PATCH] PCI: PCIE power management quirkKristen Carlson Accardi1-1/+9
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-3/+3
2006-06-21[PATCH] PCI: fix race with pci_walk_bus and pci_destroy_devZhang Yanmin1-1/+1
2006-04-14[PATCH] PCI: MSI(X) save/restore for suspend/resumeShaohua Li1-0/+11
2006-03-24[PATCH] PCI: Provide a boot parameter to disable MSIMatthew Wilcox1-0/+2
2006-01-09[PATCH] PCI: drivers/pci: some cleanupsAdrian Bunk1-5/+0
2006-01-05[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-2/+2
2005-10-29[PATCH] PCI: Block config access during BISTBrian King1-0/+7
2005-09-10[PATCH] PCI: Small rearrangement of PCI probing codePaul Mackerras1-1/+0
2005-08-17[PATCH] PCI: fix quirk-6700-fix.patchAndrew Morton1-0/+6
2005-08-17[PATCH] PCI: 6700/6702PXH quirkKristen Accardi1-1/+1
2005-07-12[ACPI] pci_set_power_state() now callsDavid Shaohua Li1-0/+1
2005-07-12[ACPI] PCI can now get suspend state from firmwareDavid Shaohua Li1-0/+3
2005-05-18[PATCH] PCI Hotplug: remove pci_visit_devScott Murray1-27/+0
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+96