summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'pci/host-rockchip' into nextBjorn Helgaas2017-09-071-143/+281
| |\ \
| | * | PCI: rockchip: Fix platform_get_irq() error handlingFabio Estevam2017-09-051-3/+3
| | * | PCI: rockchip: Umap IO space if probe failsJeffy Chen2017-08-291-3/+5
| | * | PCI: rockchip: Remove IRQ domain if probe failsJeffy Chen2017-08-291-1/+3
| | * | PCI: rockchip: Disable vpcie0v9 if resume_noirq failsJeffy Chen2017-08-291-1/+4
| | * | PCI: rockchip: Clean up PHY if driver probe or resume failsShawn Lin2017-08-291-17/+29
| | * | PCI: rockchip: Factor out rockchip_pcie_deinit_phys()Shawn Lin2017-08-291-14/+15
| | * | PCI: rockchip: Factor out rockchip_pcie_disable_clocks()Shawn Lin2017-08-291-16/+14
| | * | PCI: rockchip: Factor out rockchip_pcie_enable_clocks()Shawn Lin2017-08-291-45/+45
| | * | PCI: rockchip: Factor out rockchip_pcie_setup_irq()Shawn Lin2017-08-291-35/+47
| | * | PCI: rockchip: Use gpiod_set_value_cansleep() to allow reset via expandersFabio Estevam2017-08-291-2/+2
| | * | PCI: rockchip: Use PCI_NUM_INTXPaul Burton2017-08-291-1/+1
| | * | PCI: rockchip: Explicitly request exclusive reset controlPhilipp Zabel2017-08-291-7/+8
| | * | PCI: rockchip: Idle inactive PHY(s)Shawn Lin2017-08-281-2/+38
| | * | PCI: rockchip: Add per-lane PHY supportShawn Lin2017-08-281-20/+58
| | * | PCI: rockchip: Factor out rockchip_pcie_get_phys()Shawn Lin2017-08-161-6/+16
| | * | PCI: rockchip: Control optional 12v power supplyShawn Lin2017-08-161-1/+24
| | |/
| * | Merge branch 'pci/host-rcar' into nextBjorn Helgaas2017-09-071-6/+6
| |\ \
| | * | PCI: rcar: Fix memory leak when no PCIe card is insertedHarunobu Kurokawa2017-08-151-0/+1
| | * | PCI: rcar: Fix error exit pathLorenzo Pieralisi2017-08-151-6/+5
| | |/
| * | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2017-09-071-2/+1
| |\ \
| | * | PCI: mvebu: Remove unneeded gpiod NULL checkFabio Estevam2017-08-021-2/+1
| | |/
| * | Merge branch 'pci/host-mediatek' into nextBjorn Helgaas2017-09-072-70/+691
| |\ \
| | * | PCI: mediatek: Use PCI_NUM_INTXHonghui Zhang2017-08-301-3/+2
| | * | PCI: mediatek: Add MSI support for MT2712 and MT7622Honghui Zhang2017-08-301-1/+155
| | * | PCI: mediatek: Use bus->sysdata to get host private dataHonghui Zhang2017-08-301-2/+1
| | * | PCI: mediatek: Add controller support for MT2712 and MT7622Ryder Lee2017-08-302-7/+460
| | * | PCI: mediatek: Switch to use platform_get_resource_byname()Ryder Lee2017-08-301-7/+10
| | * | PCI: mediatek: Add a structure to abstract the controller generationsHonghui Zhang2017-08-301-5/+26
| | * | PCI: mediatek: Rename port->index and mtk_pcie_parse_ports()Honghui Zhang2017-08-301-25/+25
| | * | PCI: mediatek: Use readl_poll_timeout() to wait for Gen2 trainingRyder Lee2017-08-301-30/+22
| | * | PCI: mediatek: Explicitly request exclusive reset controlPhilipp Zabel2017-08-301-1/+1
| | |/
| * | Merge branch 'pci/host-iproc' into nextBjorn Helgaas2017-09-074-152/+259
| |\ \
| | * | PCI: iproc: Clean up whitespaceBjorn Helgaas2017-09-051-116/+115
| | * | PCI: iproc: Rename PCI_EXP_CAP to IPROC_PCI_EXP_CAPBjorn Helgaas2017-09-051-10/+9
| | * | PCI: iproc: Add 500ms delay during device shutdownOza Pawandeep2017-09-053-15/+33
| | * | PCI: iproc: Work around Stingray CRS defectsOza Pawandeep2017-08-281-1/+81
| | * | PCI: iproc: Factor out memory-mapped config access address calculationOza Pawandeep2017-08-281-13/+26
| | * | PCI: iproc: Remove unused struct iproc_pcie *pcieShawn Lin2017-07-311-2/+0
| | |/
| * | Merge branch 'pci/host-hv' into nextBjorn Helgaas2017-09-071-1/+7
| |\ \
| | * | PCI: hv: Do not sleep in compose_msi_msg()Stephen Hemminger2017-08-031-1/+7
| | |/
| * | Merge branch 'pci/host-faraday' into nextBjorn Helgaas2017-09-071-3/+3
| |\ \
| | * | PCI: faraday: Use PCI_NUM_INTXPaul Burton2017-08-161-1/+1
| | * | PCI: faraday: Fix of_irq_get() error checkSergei Shtylyov2017-08-161-2/+2
| | |/
| * | Merge branch 'pci/host-altera' into nextBjorn Helgaas2017-09-072-11/+8
| |\ \
| | * | PCI: altera: Fix platform_get_irq() error handlingFabio Estevam2017-09-052-4/+4
| | * | PCI: altera: Use size=4 IRQ domain for legacy INTxPaul Burton2017-08-161-5/+4
| | * | PCI: altera: Remove unused num_of_vectors variableShawn Lin2017-08-161-2/+0
| | |/
| * / PCI: aardvark: Use PCI_NUM_INTXPaul Burton2017-08-161-3/+2
| |/
* / hyper-v: Globalize vp_indexVitaly Kuznetsov2017-08-101-51/+3
|/