summaryrefslogtreecommitdiffstats
path: root/drivers/sh (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-07x86/PCI: Add NumaChip remote PCI supportDaniel J Blueman5-0/+152
2012-12-07ath9k: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-4/+4
2012-12-07iwlwifi: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-5/+2
2012-12-07iwlwifi: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas1-10/+3
2012-12-07iwlegacy: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas3-11/+2
2012-12-07iwlegacy: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas2-10/+3
2012-12-07cxgb3: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-1/+1
2012-12-07PCI: Add standard PCIe Capability Link ASPM field namesBjorn Helgaas2-5/+8
2012-12-07PCI/portdrv: Use PCI Express Capability accessorsBjorn Helgaas1-2/+1
2012-12-07PCI: Use standard PCIe Capability Link register field namesBjorn Helgaas1-2/+2
2012-12-05x86: Use PCI setup dataMatthew Garrett2-4/+30
2012-12-05PCI: Add support for non-BAR ROMsMatthew Garrett2-2/+11
2012-12-05PCI: Add pcibios_add_deviceMatthew Garrett3-0/+19
2012-12-05EFI: Stash ROMs if they're not in the PCI BARMatthew Garrett4-0/+202
2012-12-05PCI: Add and use standard PCI-X Capability register namesBjorn Helgaas2-7/+23
2012-12-05PCI/PM: Keep runtime PM enabled for unbound PCI devicesHuang Ying2-27/+42
2012-11-30xen-pcifront: Handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2012-11-28PCI: SRIOV control and status via sysfs (documentation)Donald Dutile2-4/+78
2012-11-26PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil3-4/+25
2012-11-13PCI/ACPI: Notify PCI devices when their power resource is turned onHuang Ying1-0/+2
2012-11-13PCI: Add GPL license for drivers/pci/ioapic moduleAndrew Cooks1-0/+2
2012-11-10PCI: Remove useless "!dev" testsBjorn Helgaas1-7/+7
2012-11-10PCI: Use spec names for SR-IOV capability fieldsBjorn Helgaas3-33/+33
2012-11-10PCI: Provide method to reduce the number of total VFs supportedDonald Dutile4-2/+60
2012-11-10PCI: SRIOV control and status via sysfsDonald Dutile2-0/+128
2012-11-10PCI: Use is_visible() with boot_vga attribute for pci_devYinghai Lu1-11/+10
2012-11-10PCI: Add pci_device_type to pdev's device structYinghai Lu3-0/+26
2012-11-09PCI: Fix bit definitions of PCI_EXP_LNKCAP2 registerJingoo Han1-3/+3
2012-11-07x86/PCI: Allow x86 platforms to use translation offsetsMike Yoknis1-3/+18
2012-11-07PCI/PM: Add comments for PME poll support for PCIeHuang Ying1-9/+19
2012-11-07PCI: Add PLX PCI 9050 workaround for some Meilhaus DAQ cardsIan Abbott1-0/+11
2012-11-07PCI: Add workaround for PLX PCI 9050 BAR alignment erratumIan Abbott1-0/+28
2012-11-07PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches3-11/+8
2012-11-07x86/PCI: Ignore _SEG on HP xw9300Bjorn Helgaas1-2/+23
2012-11-07PCI: Don't touch card regs after runtime suspend D3Dave Airlie1-3/+3
2012-11-07PCI/ACPI: Request _OSC control before scanning PCI root busTaku Izumi1-59/+62
2012-11-07PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi4-6/+5
2012-11-06PCI/portdrv: Don't create hotplug slots unless port supports hotplugTaku Izumi1-1/+2
2012-11-06PCI/ACPI: Add _PRT interrupt routing info before enumerating devicesBjorn Helgaas1-14/+16
2012-11-05ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_busBjorn Helgaas4-18/+18
2012-11-05PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying4-34/+42
2012-11-03PCI/ACPI: Remove acpi_root_driver in reverse orderYinghai Lu1-1/+1
2012-11-03PCI/ACPI: Delete host bridge _PRT during hot remove pathYinghai Lu1-0/+6
2012-11-03PCI/ACPI: Make acpi_pci_root_remove() stop/remove pci root busYinghai Lu1-0/+6
2012-11-03PCI: Add pci_stop_and_remove_root_bus()Yinghai Lu2-0/+38
2012-11-03PCI/ACPI: Assign unassigned resource for hot-added root busYinghai Lu1-0/+7
2012-11-03PCI: Move out pci_enable_bridges out of assign_unsigned_bus_resYinghai Lu2-2/+1
2012-11-03PCI: Move pci_rescan_bus() back to probe.cYinghai Lu2-23/+21
2012-11-02PCI/PM: Resume device before shutdownHuang Ying1-10/+2
2012-11-02PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying2-7/+16