summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/gregkh-driver-core' into nextBjorn Helgaas2013-10-313-44/+78
|\
| * PCI: Make pci_bus_attrs, pci_dev_attrs, dev_rescan_attr, dev_remove_attr, vga...Sachin Kamat2013-10-071-7/+9
| * PCI: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-073-29/+48
| * PCI: convert bus code to use drv_groupsGreg Kroah-Hartman2013-10-071-5/+8
| * PCI: convert bus code to use bus_groupsGreg Kroah-Hartman2013-10-073-5/+15
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-09-2812-95/+96
|\ \
| * | PCI: Remove unused PCI_MSIX_FLAGS_BIRMASK definitionYijing Wang2013-09-271-1/+0
| * | PCI: acpiphp_ibm: Convert to dynamic debugLan Tianyu2013-09-261-34/+24
| * | PCI: acpiphp: Convert to dynamic debugLan Tianyu2013-09-263-40/+30
| * | PCI: Remove Intel Haswell D3 delaysTodd E Brandt2013-09-251-0/+23
| * | PCI: Pass type, width, and prefetchability for window alignmentWei Yang2013-09-251-1/+1
| * | PCI: Document reason for using pci_is_root_bus()Bjorn Helgaas2013-09-251-0/+4
| * | PCI: Use pci_is_root_bus() to check for root busWei Yang2013-09-251-1/+1
| * | PCI: Remove unused "is_pcie" from pci_dev structureYijing Wang2013-09-252-3/+0
| * | PCI: Update pci_find_slot() description in pci.txtYijing Wang2013-09-251-3/+5
| * | [SCSI] qla2xxx: Use standard PCIe Capability Link register field namesBjorn Helgaas2013-09-251-9/+5
| * | PCI: Fix comment typo, remove unnecessary !! in pci_is_pcie()Joe Perches2013-09-251-2/+2
| * | PCI: Drop "setting latency timer" messagesBjorn Helgaas2013-09-251-1/+1
| |/
* | Merge branch 'pci/host-tegra' into nextBjorn Helgaas2013-09-271-2/+2
|\ \
| * | PCI: tegra: Add missing __iomem annotationJingoo Han2013-09-261-2/+2
| |/
* | Merge branch 'pci/host-imx6' into nextBjorn Helgaas2013-09-275-1/+596
|\ \
| * | PCI: imx6: Add support for i.MX6 PCIe controllerSean Cross2013-09-274-1/+588
| * | ARM: imx6q: Add PCIe bits to GPR syscon definitionSean Cross2013-09-271-0/+8
| |/
* | Merge branch 'pci/host-exynos' into nextBjorn Helgaas2013-09-274-0/+372
|\ \
| * | PCI: exynos: Turn off power of phy block when link failedJingoo Han2013-09-261-0/+68
| * | PCI: exynos: Add support for MSIJingoo Han2013-09-263-0/+298
| * | MAINTAINERS: Add Jingoo Han as Samsung Exynos PCIe driver maintainerJingoo Han2013-09-261-0/+6
| |/
* | Merge branch 'pci/yijing-pci_is_pcie-v2' into nextBjorn Helgaas2013-09-248-77/+33
|\ \
| * | powerpc/pci: Use pci_is_pcie() to simplify codeYijing Wang2013-09-242-3/+2
| * | [SCSI] qla2xxx: Use pcie_is_pcie() to simplify codeYijing Wang2013-09-241-4/+2
| * | [SCSI] csiostor: Use pcie_capability_clear_and_set_word() to simplify codeYijing Wang2013-09-242-19/+6
| * | [SCSI] bfa: Use pcie_set()/get_readrq() to simplify codeYijing Wang2013-09-241-41/+12
| * | x86/pci: Use cached pci_dev->pcie_cap to simplify codeYijing Wang2013-09-241-8/+10
| * | PCI: Use pci_is_pcie() to simplify codeYijing Wang2013-09-241-2/+1
| |/
* | Merge branch 'pci/bjorn-osc' into nextBjorn Helgaas2013-09-246-156/+199
|\ \ | |/ |/|
| * PCI/ACPI: Decode _OSC bitmasks symbolicallyBjorn Helgaas2013-09-241-17/+67
| * PCI/ACPI: Separate out _OSC "we don't support enough services" pathBjorn Helgaas2013-09-241-42/+42
| * PCI/ACPI: Separate out _OSC "PCIe port services disabled" pathBjorn Helgaas2013-09-241-2/+6
| * PCI/ACPI: Skip _OSC control tests if _OSC support call failedBjorn Helgaas2013-09-241-5/+5
| * PCI/ACPI: Run _OSC only once for OSPM feature supportBjorn Helgaas2013-09-241-12/+7
| * PCI/ACPI: Split _OSC "support" and "control" flags into separate variablesBjorn Helgaas2013-09-241-17/+18
| * PCI/ACPI: Move _OSC stuff from acpi_pci_root_add() to negotiate_os_control()Bjorn Helgaas2013-09-241-61/+71
| * PCI/ACPI: Drop unnecessary _OSC existence testsBjorn Helgaas2013-09-241-10/+1
| * PCI/ACPI: Name _OSC #defines more consistentlyBjorn Helgaas2013-09-244-18/+17
| * ACPI: Write OSC_PCI_CONTROL_MASKS like OSC_PCI_SUPPORT_MASKSBjorn Helgaas2013-09-241-6/+1
| * ACPI: Remove unused OSC_PCI_NATIVE_HOTPLUGBjorn Helgaas2013-09-241-3/+0
| * ACPI: Tidy acpi_run_osc() declarationsBjorn Helgaas2013-09-241-5/+5
| * ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORDBjorn Helgaas2013-09-244-22/+23
| * ACPI: Write _OSC bit field definitions in hexBjorn Helgaas2013-09-241-27/+27
|/
* Linux 3.12-rc2v3.12-rc2Linus Torvalds2013-09-241-1/+1