summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | PCI: rcar: Return -ENODEV from host bridge probe when no card presentHarunobu Kurokawa2017-01-111-1/+1
| | |/ / / / /
| * | | | | | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2017-02-211-42/+61
| |\ \ \ \ \ \
| | * | | | | | PCI: mvebu: Change delay after reset to the PCIe spec mandated 100msLucas Stach2017-02-081-1/+1
| | * | | | | | PCI: mvebu: Handle changes to the bridge windows while enabledJason Gunthorpe2017-01-301-41/+60
| | |/ / / / /
| * | | | | | Merge branch 'pci/host-layerscape' into nextBjorn Helgaas2017-02-211-6/+1Star
| |\ \ \ \ \ \
| | * | | | | | PCI: layerscape: Use of_device_get_match_data() to simplify probeBjorn Helgaas2017-01-311-6/+1Star
| | |/ / / / /
| * | | | | | Merge branch 'pci/host-iproc' into nextBjorn Helgaas2017-02-213-7/+26
| |\ \ \ \ \ \
| | * | | | | | PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSSJon Mason2017-02-081-0/+21
| | * | | | | | PCI: iproc: Configure PCIe MPS settingsJon Mason2017-02-081-1/+4
| | * | | | | | PCI: iproc: Use of_device_get_match_data() to simplify probeBjorn Helgaas2017-01-311-6/+1Star
| | |/ / / / /
| * | | | | | Merge branch 'pci/host-imx6' into nextBjorn Helgaas2017-02-211-35/+2Star
| |\ \ \ \ \ \
| | * | | | | | PCI: imx6: Fix a typo in error messageAndrey Smirnov2017-02-101-2/+1Star
| | * | | | | | PCI: imx6: Remove LTSSM disable workaroundLucas Stach2017-01-311-30/+0Star
| | * | | | | | PCI: imx6: Remove redundant "Link never came up" messageFabio Estevam2017-01-111-3/+1Star
| | |/ / / / /
| * | | | | | Merge branch 'pci/host-hv' into nextBjorn Helgaas2017-02-211-3/+17
| |\ \ \ \ \ \
| | * | | | | | PCI: hv: Use device serial number as PCI domainHaiyang Zhang2017-02-171-0/+12
| | * | | | | | PCI: hv: Fix wslot_to_devfn() to fix warnings on device removalDexuan Cui2017-02-101-3/+5
| | |/ / / / /
| * | | | | | Merge branch 'pci/host-hisi' into nextBjorn Helgaas2017-02-213-12/+73
| |\ \ \ \ \ \
| | * | | | | | PCI: generic: Call pci_fixup_irqs() only on ARMDongdong Liu2017-02-091-0/+2
| | * | | | | | PCI: Disable MSI for HiSilicon Hip06/Hip07 Root PortsDongdong Liu2017-02-091-0/+1
| | * | | | | | PCI: hisi: Rename config space accessors to remove "acpi"Bjorn Helgaas2017-02-091-8/+8
| | * | | | | | PCI: hisi: Add DT almost-ECAM support for Hip06/Hip07 host controllersDongdong Liu2017-02-061-1/+61
| | * | | | | | PCI: hisi: Use of_device_get_match_data() to simplify probeShailendra Verma2017-02-031-5/+3Star
| | |/ / / / /
| * | | | | | Merge branch 'pci/host-exynos' into nextBjorn Helgaas2017-02-211-226/+333
| |\ \ \ \ \ \
| | * | | | | | PCI: exynos: Support the PHY generic frameworkJaehoon Chung2017-02-211-4/+50
| | * | | | | | PCI: exynos: Refactor to make it easier to support other SoCsNiyas Ahmed S T2017-02-111-129/+217
| | * | | | | | PCI: exynos: Remove duplicated codeJaehoon Chung2017-02-081-14/+8Star
| | * | | | | | PCI: exynos: Use the bitops BIT() macro to build bitmasksJaehoon Chung2017-02-081-12/+12
| | * | | | | | PCI: exynos: Remove unnecessary local variablesJaehoon Chung2017-02-081-9/+7Star
| | * | | | | | PCI: exynos: Replace the *_blk/*_phy/*_elb accessorsJaehoon Chung2017-02-081-102/+82Star
| | * | | | | | PCI: exynos: Rename all pointer names from "exynos_pcie" to "ep"Jaehoon Chung2017-01-281-175/+173Star
| | |/ / / / /
| * | | | | | Merge branch 'pci/host-altera' into nextBjorn Helgaas2017-02-211-1/+1
| |\ \ \ \ \ \
| | * | | | | | PCI: altera: Extract TLP completion status correctlyYadi Hu2017-02-171-1/+1
| | |/ / / / /
| * | | | | | Merge branch 'pci/host-designware' into nextBjorn Helgaas2017-02-2122-1019/+1319
| |\ \ \ \ \ \
| | * | | | | | PCI: dwc: Remove dependency of designware on CONFIG_PCIKishon Vijay Abraham I2017-02-212-4/+12
| | * | | | | | PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc hostKishon Vijay Abraham I2017-02-213-16/+42
| | * | | | | | PCI: dwc: Split pcie-designware.c into host and core filesKishon Vijay Abraham I2017-02-214-624/+650
| | * | | | | | PCI: dwc: designware: Fix style errors in pcie-designware.cKishon Vijay Abraham I2017-02-211-21/+21
| | * | | | | | PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()Kishon Vijay Abraham I2017-02-212-8/+11
| | * | | | | | PCI: dwc: all: Split struct pcie_port into host-only and core structuresKishon Vijay Abraham I2017-02-2115-481/+666
| | * | | | | | PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()Kishon Vijay Abraham I2017-02-211-16/+17
| | * | | | | | PCI: dwc: all: Rename cfg_read/cfg_write to read/writeKishon Vijay Abraham I2017-02-217-33/+33
| | * | | | | | PCI: dwc: all: Use platform_set_drvdata() to save private dataKishon Vijay Abraham I2017-02-2111-4/+22
| | * | | | | | PCI: dwc: designware: Move register defines to designware header fileKishon Vijay Abraham I2017-02-212-70/+71
| | * | | | | | PCI: dwc: Use PTR_ERR_OR_ZERO to simplify codeFengguang Wu2017-02-211-12/+3Star
| | * | | | | | PCI: dra7xx: Group PHY API invocationsKishon Vijay Abraham I2017-02-211-41/+51
| | * | | | | | PCI: dra7xx: Enable MSI and legacy interrupts simultaneouslyKishon Vijay Abraham I2017-02-211-19/+13Star
| | * | | | | | PCI: dra7xx: Add support to force RC to work in GEN1 modeKishon Vijay Abraham I2017-02-211-0/+29
| | * | | | | | PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional()Kishon Vijay Abraham I2017-02-211-16/+5Star
| | * | | | | | PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I2017-02-2121-125/+144