summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2008-10-22PCI: ibmphp: stop managing hotplug_slot->nameAlex Chiang2-16/+9
2008-10-22PCI: fakephp: remove 'name' parameterAlex Chiang1-9/+10
2008-10-22PCI, PCI Hotplug: introduce slot_name helpersAlex Chiang1-1/+1
2008-10-22PCI: cpqphp: stop managing hotplug_slot->nameAlex Chiang2-31/+24
2008-10-22PCI: cpci_hotplug: stop managing hotplug_slot->nameAlex Chiang3-49/+37
2008-10-22PCI: acpiphp: remove 'name' parameterAlex Chiang2-19/+21
2008-10-22PCI: prevent duplicate slot namesAlex Chiang4-82/+115
2008-10-22PCI Hotplug: serialize pci_hp_register and pci_hp_deregisterKenji Kaneshige1-23/+28
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang2-2/+4
2008-10-22PCI: rename pci_update_slot_number to pci_renumber_slotAlex Chiang1-10/+5
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang10-16/+25
2008-10-22PCI: add support for function level resetSheng Yang1-0/+98
2008-10-22PCI: Fix reference counting bugMatthew Wilcox1-6/+3
2008-10-22ACPI/PCI: Set support bit for MSI in support field of _OSCTaku Izumi3-0/+26
2008-10-22ACPI/PCI: Fix return value of acpi_cuery_osc()Taku Izumi1-4/+3
2008-10-22ACPI/PCI: Always query _OSC control field in pci_osc_control_set()Taku Izumi1-18/+13
2008-10-22ACPI/PCI: Change pci_osc_control_set() to query control bits firstTaku Izumi1-16/+31
2008-10-22ACPI/PCI: Fix possible race condition on _OSC evaluationTaku Izumi1-8/+20
2008-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David Woodhouse31-688/+899
2008-10-20Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds28-612/+776
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-77/+126
2008-10-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David Woodhouse3-153/+230
2008-10-20PCI: fix AER capability checkYu Zhao2-3/+2
2008-10-20PCI: use pci_find_ext_capability everywhereJesse Barnes3-58/+18
2008-10-20PCI: remove #ifdef DEBUG around dev_dbg callJesse Barnes1-2/+0
2008-10-20PCI hotplug: fix get_##name return value problemKenji Kaneshige1-1/+1
2008-10-20PCI: Add ability to mmap legacy_io on some platformsBenjamin Herrenschmidt3-71/+94
2008-10-20PCI: probing debug message uniformizationVincent Legoll2-16/+15
2008-10-20PCI: support PCIe ARI capabilityYu Zhao3-0/+47
2008-10-20PCI: centralize the capabilities code in probe.cZhao, Yu1-7/+20
2008-10-20PCI: centralize the capabilities code in pci-sysfs.cZhao, Yu1-55/+83
2008-10-20PCI: fix 64-vbit prefetchable memory resource BARsPeter Chubb1-1/+1
2008-10-20PCI: replace cfg space size (256/4096) by macros.Zhao, Yu4-12/+21
2008-10-20PCI: use resource_size() everywhere.Zhao, Yu2-3/+3
2008-10-20PCI hotplug: rpaphp: make debug var uniqueKristen Carlson Accardi3-5/+5
2008-10-20PCI: use %pF instead of print_fn_descriptor_symbol() in quirks.cYinghai Lu1-2/+1
2008-10-20PCI: fix hotplug get_##name return value problemZhao, Yu1-7/+7
2008-10-20PCI: fix sparse warning in pci_remove_behind_bridgeStephen Hemminger1-7/+3
2008-10-20PCI: fix -Wakpm warnings in pci_pm_init debug outputJesse Barnes1-2/+2
2008-10-20PCI: connect struct pci_dev to struct pci_slotAlex Chiang2-0/+15
2008-10-20PCI: make CPU list affinity visibleMike Travis3-0/+9
2008-10-20PCI: utilize calculated results when detecting MSI featuresJike Song1-6/+4
2008-10-20PCI: pciehp: replace printk with dev_printkTaku Izumi5-186/+263
2008-10-20PCI: pciehp: change name tag of "hpdriver_portdrv" variableTaku Izumi1-2/+1
2008-10-20PCI: pciehp: fix irq initializationKenji Kaneshige2-2/+4
2008-10-20PCI: tidy PME support messagesBjorn Helgaas1-13/+13
2008-10-20PCI: ibmphp: list_for_each to list_for_each_entry-checkpatch cleanupsakpm@linux-foundation.org1-22/+22
2008-10-20PCI: ibmphp: list_for_each to list_for_each_entryakpm@linux-foundation.org1-69/+23
2008-10-20PCI: follow lspci device/vendor styleBjorn Helgaas2-2/+2
2008-10-20PCI PM: Introduce function pci_wake_from_d3Rafael J. Wysocki1-0/+22