summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-altera.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: altera: Fix TLP_CFG_DW0 for TLP writeLey Foon Tan2017-02-281-3/+7
* PCI: altera: Extract TLP completion status correctlyYadi Hu2017-02-171-1/+1
* PCI: altera: Remove redundant error message in altera_pcie_parse_dt()Wei Yongjun2016-11-111-3/+1
* PCI: altera: Use builtin_platform_driver() to simplify the codeWei Yongjun2016-11-111-5/+1
* PCI: altera: Simplify TLP_CFG_DW1 usageBjorn Helgaas2016-10-111-7/+6
* PCI: altera: Simplify TLB_CFG_DW0 usageBjorn Helgaas2016-10-111-11/+6
* PCI: altera: Rename altera_pcie_valid_config() to altera_pcie_valid_device()Bjorn Helgaas2016-10-111-3/+3
* PCI: altera: Remove redundant platform_get_resource() return value checkBjorn Helgaas2016-10-111-6/+1
* PCI: altera: Remove unused platform dataBjorn Helgaas2016-10-111-2/+0
* PCI: altera: Add local struct device pointersBjorn Helgaas2016-10-111-16/+18
*-. Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...Bjorn Helgaas2016-10-051-56/+134
|\ \
| | * PCI: altera: Move retrain from fixup to altera_pcie_host_init()Ley Foon Tan2016-09-121-60/+91
| | * PCI: altera: Rework config accessors for use without a struct pci_busLey Foon Tan2016-08-261-23/+41
| | * PCI: altera: Poll for link training status after retraining the linkLey Foon Tan2016-08-181-8/+37
| |/
* | Merge branch 'pci/virtualization' into nextBjorn Helgaas2016-10-031-7/+0
|\ \
| * | PCI: altera: Relax device number checking to allow SR-IOVPo Liu2016-09-121-7/+0
| |/
* | PCI: altera: Make explicitly non-modularPaul Gortmaker2016-08-231-7/+5
|/
*-. Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pc...Bjorn Helgaas2016-08-011-17/+31
|\ \
| | * PCI: altera: Poll for link up status after retraining the linkLey Foon Tan2016-07-221-1/+11
| | * PCI: altera: Check link status before retrain linkLey Foon Tan2016-07-221-0/+4
| | * PCI: altera: Reorder read/write functionsBjorn Helgaas2016-07-221-16/+16
| |/
* | PCI: altera: Simplify host bridge window iterationBjorn Helgaas2016-06-201-18/+6
* | PCI: altera: Request host bridge window resources with core functionBjorn Helgaas2016-06-201-6/+5
|/
* PCI: altera: Fix altera_pcie_link_is_up()Ley Foon Tan2016-03-111-1/+2
* PCI: altera: Fix error when INTx is 4Ley Foon Tan2015-12-041-1/+1
* PCI: altera: Check TLP completion statusLey Foon Tan2015-12-041-2/+10
* PCI: altera: Fix Requester ID for config accessesLey Foon Tan2015-12-041-2/+3
* PCI: altera: Fix loop in tlp_read_packet()Dan Carpenter2015-12-041-2/+2
* PCI: altera: Add Altera PCIe host controller driverLey Foon Tan2015-10-231-0/+579
OpenPOWER on IntegriCloud