summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2019-09-24Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas6-23/+19
2019-09-24Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas1-0/+18
2019-09-24Merge branch 'remotes/lorenzo/pci/layerscape'Bjorn Helgaas3-3/+21
2019-09-24Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas1-0/+33
2019-09-24Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-14/+80
2019-09-24Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2-3/+5
2019-09-24Merge branch 'remotes/lorenzo/pci/al'Bjorn Helgaas4-0/+401
2019-09-16PCI: dwc: Add validation that PCIe core is set to correct modeJonathan Chocron2-0/+24
2019-09-16PCI: dwc: al: Add Amazon Annapurna Labs PCIe controller driverJonathan Chocron2-0/+377
2019-09-10PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbersHaiyang Zhang1-1/+1
2019-09-04PCI: iproc: Propagate errors for optional PHYsThierry Reding1-6/+3
2019-09-04PCI: histb: Propagate errors for optional regulatorsThierry Reding1-2/+2
2019-09-04PCI: armada8x: Propagate errors for optional PHYsThierry Reding1-4/+3
2019-09-04PCI: imx6: Propagate errors for optional regulatorsThierry Reding1-2/+2
2019-09-04PCI: exynos: Propagate errors for optional PHYsThierry Reding1-1/+1
2019-09-04PCI: rockchip: Propagate errors for optional regulatorsThierry Reding1-8/+8
2019-08-22PCI: dwc: Return directly when num-lanes is not foundHou Zhiqiang1-2/+4
2019-08-21PCI: kirin: Make structure kirin_dw_pcie_ops constantNishka Dasgupta1-1/+1
2019-08-21PCI: hv: Detect and fix Hyper-V PCI domain number collisionHaiyang Zhang1-13/+79
2019-08-15PCI: imx6: Limit DBI register lengthStefan Agner1-0/+33
2019-08-14PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC separatelyXiaowei Bao2-3/+20
2019-08-14PCI: layerscape: Add the bar_fixed_64bit property to the endpoint driverXiaowei Bao1-0/+1
2019-08-12PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui1-1/+1
2019-08-07PCI: mediatek: Add controller support for MT7629Jianjun Wang1-0/+18
2019-07-24PCI: Use devm_add_action_or_reset()Fuqian Huang1-2/+1
2019-07-13Merge branch 'pci/trivial'Bjorn Helgaas6-6/+6
2019-07-13Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas1-6/+5
2019-07-13Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-82/+507
2019-07-13Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas1-61/+54
2019-07-13Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas1-213/+312
2019-07-13Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-6/+9
2019-07-13Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas5-35/+80
2019-07-13Merge branch 'remotes/lorenzo/pci/armada'Bjorn Helgaas1-1/+81
2019-07-09PCI: dwc: pci-dra7xx: Fix compilation when !CONFIG_GPIOLIBYueHaibing1-0/+1
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas6-6/+6
2019-07-08PCI: mobiveil: Fix INTx interrupt clearing in mobiveil_pcie_isr()Hou Zhiqiang1-3/+2
2019-07-08PCI: mobiveil: Fix infinite-loop in the INTx handling functionHou Zhiqiang1-3/+9
2019-07-08PCI: mobiveil: Move PCIe PIO enablement out of inbound window routineHou Zhiqiang1-4/+5
2019-07-08PCI: mobiveil: Add upper 32-bit PCI base address setup in inbound windowHou Zhiqiang1-3/+6
2019-07-08PCI: mobiveil: Add upper 32-bit CPU base address setup in outbound windowHou Zhiqiang1-1/+4
2019-07-08PCI: mobiveil: Mask out hardcoded bits in inbound/outbound windows setupHou Zhiqiang1-2/+2
2019-07-08PCI: mobiveil: Clear the control fields before updating itHou Zhiqiang1-5/+12
2019-07-08PCI: mobiveil: Add configured inbound windows counterHou Zhiqiang1-0/+1
2019-07-08PCI: mobiveil: Fix the valid check for inbound and outbound windowsHou Zhiqiang1-2/+2
2019-07-08PCI: mobiveil: Clean-up program_{ib/ob}_windows()Hou Zhiqiang1-17/+8
2019-07-08PCI: mobiveil: Remove an unnecessary return value checkHou Zhiqiang1-2/+0
2019-07-08PCI: mobiveil: Fix error return valuesHou Zhiqiang1-3/+3
2019-07-08PCI: mobiveil: Refactor the MEM/IO outbound window initializationHou Zhiqiang1-10/+10
2019-07-08PCI: mobiveil: Make some register updates more readableHou Zhiqiang1-18/+25
2019-07-08PCI: mobiveil: Reformat the code for readabilityHou Zhiqiang1-101/+107