aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2017-08-29PCI: rockchip: Remove IRQ domain if probe failsJeffy Chen1-1/+3
2017-08-29PCI: rockchip: Disable vpcie0v9 if resume_noirq failsJeffy Chen1-1/+4
2017-08-29PCI: rockchip: Clean up PHY if driver probe or resume failsShawn Lin1-17/+29
2017-08-29PCI: rockchip: Factor out rockchip_pcie_deinit_phys()Shawn Lin1-14/+15
2017-08-29PCI: rockchip: Factor out rockchip_pcie_disable_clocks()Shawn Lin1-16/+14
2017-08-29PCI: rockchip: Factor out rockchip_pcie_enable_clocks()Shawn Lin1-45/+45
2017-08-29PCI: rockchip: Factor out rockchip_pcie_setup_irq()Shawn Lin1-35/+47
2017-08-29PCI: rockchip: Use gpiod_set_value_cansleep() to allow reset via expandersFabio Estevam1-2/+2
2017-08-29PCI: rockchip: Use PCI_NUM_INTXPaul Burton1-1/+1
2017-08-29PCI: rockchip: Explicitly request exclusive reset controlPhilipp Zabel1-7/+8
2017-08-28PCI: iproc: Work around Stingray CRS defectsOza Pawandeep1-1/+81
2017-08-28PCI: iproc: Factor out memory-mapped config access address calculationOza Pawandeep1-13/+26
2017-08-28PCI: rockchip: Idle inactive PHY(s)Shawn Lin1-2/+38
2017-08-28PCI: rockchip: Add per-lane PHY supportShawn Lin1-20/+58
2017-08-24PCI: qcom: Add support for IPQ8074 PCIe controllerVaradarajan Narayanan1-1/+206
2017-08-24PCI: qcom: Use block IP version for operationsVaradarajan Narayanan1-67/+71
2017-08-24PCI: qcom: Explicitly request exclusive reset controlPhilipp Zabel1-18/+22
2017-08-24PCI: qcom: Use gpiod_set_value_cansleep() to allow reset via expandersFabio Estevam1-2/+2
2017-08-22PCI: dwc: Clear MSI interrupt status after it is handled, not beforeFaiz Abbas1-1/+1
2017-08-22PCI: dra7xx: Propagate platform_get_irq() errors in dra7xx_pcie_probe()Gustavo A. R. Silva1-2/+2
2017-08-19PCI: kirin: Constify dw_pcie_host_ops structureBhumika Goyal1-1/+1
2017-08-19PCI: hisi: Constify dw_pcie_host_ops structureBhumika Goyal1-1/+1
2017-08-16PCI: keystone: Use PCI_NUM_INTXBjorn Helgaas3-6/+4
2017-08-16PCI: keystone: Remove duplicate MAX_*_IRQS defsBjorn Helgaas1-4/+0
2017-08-16PCI: rockchip: Factor out rockchip_pcie_get_phys()Shawn Lin1-6/+16
2017-08-16PCI: rockchip: Control optional 12v power supplyShawn Lin1-1/+24
2017-08-16PCI: keystone-dw: Remove unused ks_pcie, pci variablesShawn Lin1-8/+0
2017-08-16PCI: faraday: Use PCI_NUM_INTXPaul Burton1-1/+1
2017-08-16PCI: faraday: Fix of_irq_get() error checkSergei Shtylyov1-2/+2
2017-08-16PCI: dra7xx: Use PCI_NUM_INTXBjorn Helgaas1-1/+1
2017-08-16PCI: altera: Use size=4 IRQ domain for legacy INTxPaul Burton1-5/+4
2017-08-16PCI: altera: Remove unused num_of_vectors variableShawn Lin1-2/+0
2017-08-16PCI: aardvark: Use PCI_NUM_INTXPaul Burton1-3/+2
2017-08-15PCI: rcar: Fix memory leak when no PCIe card is insertedHarunobu Kurokawa1-0/+1
2017-08-15PCI: rcar: Fix error exit pathLorenzo Pieralisi1-6/+5
2017-08-03PCI: hv: Do not sleep in compose_msi_msg()Stephen Hemminger1-1/+7
2017-08-03PCI: armada8k: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2017-08-03PCI: hisi: Remove unused variable driverShawn Lin1-3/+0
2017-08-03PCI: qcom: Allow ->post_init() to failBjorn Andersson1-3/+17
2017-08-03PCI: qcom: Don't unroll init if ->init() failsBjorn Andersson1-1/+1
2017-08-03PCI: imx6: Explicitly request exclusive reset controlPhilipp Zabel1-3/+4
2017-08-03PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson13-18/+47
2017-08-02PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specificallyJisheng Zhang1-1/+1
2017-08-02PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() staticCarlos Palminha1-4/+6
2017-08-02PCI: mvebu: Remove unneeded gpiod NULL checkFabio Estevam1-2/+1
2017-07-31PCI: iproc: Remove unused struct iproc_pcie *pcieShawn Lin1-2/+0
2017-07-14Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-30/+24
2017-07-14Merge branch 'pm-pci'Rafael J. Wysocki4-30/+24
2017-07-13PCI / PM: Fix native PME handling during system suspend/resumeRafael J. Wysocki1-22/+13
2017-07-12PCI / PM: Restore PME Enable after config space restorationRafael J. Wysocki3-8/+11