summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/host-rockchip' into nextBjorn Helgaas2017-02-211-39/+136
|\
| * PCI: rockchip: Set vendor ID from local core config spaceShawn Lin2017-02-171-2/+2
| * PCI: rockchip: Fix rockchip_pcie_probe() error path to free resource listShawn Lin2017-02-101-4/+6
| * PCI: rockchip: Mark PM functions as __maybe_unusedArnd Bergmann2017-01-301-2/+2
| * PCI: rockchip: Use readl_poll_timeout() instead of open-coding itShawn Lin2017-01-301-36/+16
| * PCI: rockchip: Disable RC's ASPM L0s based on DT "aspm-no-l0s"Shawn Lin2017-01-121-0/+9
| * PCI: rockchip: Add system PM supportShawn Lin2017-01-111-0/+106
* | Merge branch 'pci/host-rcar' into nextBjorn Helgaas2017-02-211-7/+2
|\ \
| * | PCI: rcar: Use of_device_get_match_data() to simplify probeBjorn Helgaas2017-01-311-6/+1
| * | 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-iproc' into nextBjorn Helgaas2017-02-212-7/+5
|\ \
| * | 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/+1
| |/
* | 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-211-0/+2
|\ \
| * | PCI: generic: Call pci_fixup_irqs() only on ARMDongdong Liu2017-02-091-0/+2
| * | 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/+3
| |/
* | Merge branch 'pci/host-altera' into nextBjorn Helgaas2017-02-211-1/+1
|\ \
| * | PCI: altera: Extract TLP completion status correctlyYadi Hu2017-02-171-1/+1
| |/
* | PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I2017-02-2117-6416/+0
* | PCI: designware: Check for iATU unroll only on platforms that use ATUMurali Karicheri2017-01-101-5/+5
|/
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-1521-417/+1772
|\
| * Merge branch 'pci/host-vmd' into nextBjorn Helgaas2016-12-122-9/+23
| |\
| | * PCI: vmd: Fix suspend handlers defined-but-not-used warningBorislav Petkov2016-12-071-1/+1
| | * PCI: vmd: Use SRCU as a local RCU to prevent delaying global RCUJon Derrick2016-12-072-7/+22
| | * PCI: vmd: Remove unnecessary pci_set_drvdata()Wei Yongjun2016-11-111-1/+0
| * | Merge branch 'pci/host-tegra' into nextBjorn Helgaas2016-12-122-60/+102
| |\ \
| | * | PCI: tegra: Enable the driver on 64-bit ARMThierry Reding2016-12-071-1/+1
| | * | PCI: tegra: Add Tegra210 supportThierry Reding2016-12-071-8/+34
| | * | PCI: tegra: Implement PCA enable workaroundThierry Reding2016-12-071-0/+13
| | * | PCI: tegra: Use new pci_register_host_bridge() interfaceArnd Bergmann2016-12-071-51/+54
| | |/
| * | Merge branch 'pci/host-spear' into nextBjorn Helgaas2016-12-121-5/+1
| |\ \
| | * | PCI: spear: Use builtin_platform_driver() to simplify the codeGeliang Tang2016-12-071-5/+1
| | |/
| * | Merge branch 'pci/host-rockchip' into nextBjorn Helgaas2016-12-126-97/+221
| |\ \
| | * | PCI: rockchip: Move the deassert of pm/aclk/pclk after phy_init()Shawn Lin2016-12-071-20/+20
| | * | PCI: rockchip: Split out rockchip_cfg_atu()Shawn Lin2016-12-071-49/+55
| | * | PCI: rockchip: Clean up bit definitions for PCIE_RC_CONFIG_LCSShawn Lin2016-12-071-10/+4
| | * | PCI: rockchip: Correct the use of FTS maskBrian Norris2016-12-071-1/+1
| | * | PCI: rockchip: Remove the pointer to L1 substate capShawn Lin2016-12-071-9/+8
| | * | PCI: rockchip: Specify the link capabilityShawn Lin2016-12-071-23/+37
| | * | PCI: rockchip: Fix negotiated lanes calculationShawn Lin2016-12-071-2/+2
| | * | PCI: rockchip: Add Kconfig COMPILE_TESTShawn Lin2016-12-071-1/+1
| | * | PCI: rockchip: Mark RC as common clock architectureShawn Lin2016-12-071-0/+6
OpenPOWER on IntegriCloud