aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-09PCI: Enable PCIe Extended Tags if supportedSinan Kaya1-0/+18
2017-02-09PCI: generic: Call pci_fixup_irqs() only on ARMDongdong Liu1-0/+2
2017-02-09PCI: Disable MSI for HiSilicon Hip06/Hip07 Root PortsDongdong Liu1-0/+1
2017-02-09PCI: hisi: Rename config space accessors to remove "acpi"Bjorn Helgaas1-8/+8
2017-02-08PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSSJon Mason1-0/+21
2017-02-08PCI: versatile: Configure PCIe MPS settingsBjorn Helgaas1-1/+3
2017-02-08PCI: xilinx: Configure PCIe MPS settingsBjorn Helgaas1-1/+3
2017-02-08PCI: iproc: Configure PCIe MPS settingsJon Mason1-1/+4
2017-02-08PCI: exynos: Remove duplicated codeJaehoon Chung1-14/+8
2017-02-08PCI: exynos: Use the bitops BIT() macro to build bitmasksJaehoon Chung1-12/+12
2017-02-08PCI: exynos: Remove unnecessary local variablesJaehoon Chung1-9/+7
2017-02-08PCI: exynos: Replace the *_blk/*_phy/*_elb accessorsJaehoon Chung1-102/+82
2017-02-08PCI: mvebu: Change delay after reset to the PCIe spec mandated 100msLucas Stach1-1/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+13
2017-02-06PCI: hisi: Add DT almost-ECAM support for Hip06/Hip07 host controllersDongdong Liu1-1/+61
2017-02-03PCI: hisi: Use of_device_get_match_data() to simplify probeShailendra Verma1-5/+3
2017-02-03PCI: Lock each enable/disable num_vfs operation in sysfsEmil Tantilov3-15/+17
2017-02-03PCI: Increase VPD access timeout to 125msMatthew R. Ochs1-1/+1
2017-02-03Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports"Bjorn Helgaas2-12/+6
2017-02-02PCI/MSI: Don't apply affinity if there aren't enough vectors leftChristoph Hellwig1-0/+10
2017-01-31PCI: iproc: Use of_device_get_match_data() to simplify probeBjorn Helgaas1-6/+1
2017-01-31PCI: layerscape: Use of_device_get_match_data() to simplify probeBjorn Helgaas1-6/+1
2017-01-31PCI: rcar: Use of_device_get_match_data() to simplify probeBjorn Helgaas1-6/+1
2017-01-30PCI: xgene: Fix double free on init errorDan Carpenter1-5/+2
2017-01-30PCI: imx6: Remove LTSSM disable workaroundLucas Stach1-30/+0
2017-01-30PCI: Avoid possible deadlock on pci_lock and p->pi_lockBjorn Helgaas1-1/+2
2017-01-30PCI: rockchip: Mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2017-01-30PCI: rockchip: Use readl_poll_timeout() instead of open-coding itShawn Lin1-36/+16
2017-01-30PCI: mvebu: Handle changes to the bridge windows while enabledJason Gunthorpe1-41/+60
2017-01-28PCI: exynos: Rename all pointer names from "exynos_pcie" to "ep"Jaehoon Chung1-175/+173
2017-01-28PCI: Add ACS quirk for Intel Union PointAlex Williamson1-4/+24
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+13
2017-01-27PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchiesBjorn Helgaas1-6/+13
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2017-01-20PCI: implement num_vf bus type callbackPhil Sutter1-0/+6
2017-01-17PCI/MSI: pci-xgene-msi: Fix CPU hotplug registration handlingMarc Zyngier1-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra2-2/+2
2017-01-13PCI/MSI: Remove pci_enable_msi_{exact,range}()Christoph Hellwig1-17/+9
2017-01-12PCI: thunder-pem: Add support for cn81xx and cn83xx SoCsDavid Daney1-5/+20
2017-01-12PCI: rockchip: Disable RC's ASPM L0s based on DT "aspm-no-l0s"Shawn Lin1-0/+9
2017-01-11PCI/MSI: Fix msi_capability_init() kernel-doc warningsRandy Dunlap1-1/+1
2017-01-11PCI: imx6: Remove redundant "Link never came up" messageFabio Estevam1-3/+1
2017-01-11PCI: acpiphp_ibm: Make ibm_apci_table_attr __ro_after_initBhumika Goyal1-1/+1
2017-01-11PCI: rpadlpar: Remove unnecessary return statementRahul Krishnan1-3/+1
2017-01-11PCI: rcar: Return -ENODEV from host bridge probe when no card presentHarunobu Kurokawa1-1/+1
2017-01-11PCI: rockchip: Add system PM supportShawn Lin1-0/+106
2017-01-11PCI: Enumerate switches below PCI-to-PCIe bridgesBjorn Helgaas1-5/+7
2017-01-10PCI: designware: Check for iATU unroll only on platforms that use ATUMurali Karicheri1-5/+5
2017-01-02PCI: Apply _HPX settings only to relevant devicesBjorn Helgaas1-2/+13
2016-12-29PCI: Remove res_to_dev_res() debug messageBjorn Helgaas1-10/+1