summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2013-11-01Merge branch 'pci/yijing-mps-v1' into nextBjorn Helgaas1-0/+2
2013-10-31Merge branch 'pci/host-rcar' into nextBjorn Helgaas3-0/+342
2013-10-31Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-10/+3
2013-10-31Merge branch 'pci/host-exynos' into nextBjorn Helgaas3-35/+40
2013-10-31Merge branch 'pci/gregkh-driver-core' into nextBjorn Helgaas3-44/+78
2013-10-31PCI: imx6: Probe the PCIe in fs_initcall()Marek Vasut1-1/+1
2013-10-30PCI: Add R-Car Gen2 internal PCI supportValentine Barshak3-0/+342
2013-10-30PCI: imx6: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-30PCI: imx6: Increase link startup timeoutMarek Vasut1-1/+1
2013-10-30PCI: exynos: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-29PCI: imx6: Fix imprecise abort handlerTim Harvey1-6/+0
2013-10-29PCI: imx6: Remove redundant dev_err() in imx6_pcie_probe()Wei Yongjun1-1/+0
2013-10-09PCI: designware: Add irq_create_mapping()Pratyush Anand2-13/+14
2013-10-09PCI: designware: Make dw_pcie_rd_own_conf(), etc., staticBjorn Helgaas2-15/+8
2013-10-09PCI: designware: Add header guardsSeungwon Jeon1-0/+5
2013-10-08PCI: Make pci_bus_attrs, pci_dev_attrs, dev_rescan_attr, dev_remove_attr, vga...Sachin Kamat1-7/+9
2013-10-08PCI: convert bus code to use dev_groupsGreg Kroah-Hartman3-29/+48
2013-10-08PCI: convert bus code to use drv_groupsGreg Kroah-Hartman1-5/+8
2013-10-08PCI: convert bus code to use bus_groupsGreg Kroah-Hartman3-5/+15
2013-10-05PCI: exynos: Add missing clk_disable_unprepare() on error pathWei Yongjun1-6/+12
2013-09-28Merge branch 'pci/misc' into nextBjorn Helgaas8-78/+80
2013-09-27Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-2/+2
2013-09-27Merge branch 'pci/host-imx6' into nextBjorn Helgaas3-0/+582
2013-09-27PCI: imx6: Add support for i.MX6 PCIe controllerSean Cross3-0/+582
2013-09-27Merge branch 'pci/host-exynos' into nextBjorn Helgaas3-0/+366
2013-09-26PCI: acpiphp_ibm: Convert to dynamic debugLan Tianyu1-34/+24
2013-09-26PCI: acpiphp: Convert to dynamic debugLan Tianyu3-40/+30
2013-09-26PCI: tegra: Add missing __iomem annotationJingoo Han1-2/+2
2013-09-26PCI: exynos: Turn off power of phy block when link failedJingoo Han1-0/+68
2013-09-26PCI: exynos: Add support for MSIJingoo Han3-0/+298
2013-09-26PCI: Remove Intel Haswell D3 delaysTodd E Brandt1-0/+23
2013-09-26PCI: Pass type, width, and prefetchability for window alignmentWei Yang1-1/+1
2013-09-26PCI: Use pci_is_root_bus() to check for root busWei Yang1-1/+1
2013-09-26PCI: Remove unused "is_pcie" from pci_dev structureYijing Wang1-1/+0
2013-09-26PCI: Drop "setting latency timer" messagesBjorn Helgaas1-1/+1
2013-09-24PCI: Export pcie_set_mps() and pcie_get_mps()Yijing Wang1-0/+2
2013-09-24Merge branch 'pci/yijing-pci_is_pcie-v2' into nextBjorn Helgaas1-2/+1
2013-09-24PCI/ACPI: Name _OSC #defines more consistentlyBjorn Helgaas2-2/+2
2013-09-24PCI: Use pci_is_pcie() to simplify codeYijing Wang1-2/+1
2013-09-20PCI / ACPI / PM: Clear pme_poll for devices in D3cold on wakeupRafael J. Wysocki1-3/+3
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-22/+0
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-14/+47
2013-09-11Merge branch 'acpi-pci-hotplug'Rafael J. Wysocki1-14/+47
2013-09-09ACPI / hotplug / PCI: Avoid parent bus rescans on spurious device checksRafael J. Wysocki1-7/+25
2013-09-07ACPI / hotplug / PCI: Use _OST to notify firmware about notify statusRafael J. Wysocki1-4/+17
2013-09-07ACPI / hotplug / PCI: Avoid doing too much for spurious notifiesRafael J. Wysocki1-3/+6
2013-09-07Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds7-56/+1845
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-2/+48
2013-09-06ACPI / hotplug / PCI: Don't trim devices before scanning the namespaceRafael J. Wysocki1-1/+0
2013-09-04Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds25-1077/+1806