aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-altera.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-09PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up()Bjorn Helgaas1-4/+4
2017-09-05PCI: altera: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-08-16PCI: altera: Use size=4 IRQ domain for legacy INTxPaul Burton1-5/+4
2017-07-02PCI: altera: Drop pci_fixup_irqs()Lorenzo Pieralisi1-2/+2
2017-07-02PCI: altera: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi1-6/+16
2017-02-28PCI: altera: Fix TLP_CFG_DW0 for TLP writeLey Foon Tan1-3/+7
2017-02-17PCI: altera: Extract TLP completion status correctlyYadi Hu1-1/+1
2016-11-11PCI: altera: Remove redundant error message in altera_pcie_parse_dt()Wei Yongjun1-3/+1
2016-11-11PCI: altera: Use builtin_platform_driver() to simplify the codeWei Yongjun1-5/+1
2016-10-11PCI: altera: Simplify TLP_CFG_DW1 usageBjorn Helgaas1-7/+6
2016-10-11PCI: altera: Simplify TLB_CFG_DW0 usageBjorn Helgaas1-11/+6
2016-10-11PCI: altera: Rename altera_pcie_valid_config() to altera_pcie_valid_device()Bjorn Helgaas1-3/+3
2016-10-11PCI: altera: Remove redundant platform_get_resource() return value checkBjorn Helgaas1-6/+1
2016-10-11PCI: altera: Remove unused platform dataBjorn Helgaas1-2/+0
2016-10-11PCI: altera: Add local struct device pointersBjorn Helgaas1-16/+18
2016-10-05Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pci/host-designware', 'pci/host-hv', 'pci/host-keystone', 'pci/host-rcar', 'pci/host-rockchip', 'pci/host-tegra' and 'pci/host-xilinx' into nextBjorn Helgaas1-56/+134
2016-10-03Merge branch 'pci/virtualization' into nextBjorn Helgaas1-7/+0
2016-09-12PCI: altera: Move retrain from fixup to altera_pcie_host_init()Ley Foon Tan1-60/+91
2016-09-12PCI: altera: Relax device number checking to allow SR-IOVPo Liu1-7/+0
2016-08-26PCI: altera: Rework config accessors for use without a struct pci_busLey Foon Tan1-23/+41
2016-08-23PCI: altera: Make explicitly non-modularPaul Gortmaker1-7/+5
2016-08-18PCI: altera: Poll for link training status after retraining the linkLey Foon Tan1-8/+37
2016-08-01Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pci/host-hv', 'pci/host-vmd' and 'pci/host-xilinx' into nextBjorn Helgaas1-17/+31
2016-07-22PCI: altera: Poll for link up status after retraining the linkLey Foon Tan1-1/+11
2016-07-22PCI: altera: Check link status before retrain linkLey Foon Tan1-0/+4
2016-07-22PCI: altera: Reorder read/write functionsBjorn Helgaas1-16/+16
2016-06-20PCI: altera: Simplify host bridge window iterationBjorn Helgaas1-18/+6
2016-06-20PCI: altera: Request host bridge window resources with core functionBjorn Helgaas1-6/+5
2016-03-11PCI: altera: Fix altera_pcie_link_is_up()Ley Foon Tan1-1/+2
2015-12-04PCI: altera: Fix error when INTx is 4Ley Foon Tan1-1/+1
2015-12-04PCI: altera: Check TLP completion statusLey Foon Tan1-2/+10
2015-12-04PCI: altera: Fix Requester ID for config accessesLey Foon Tan1-2/+3
2015-12-04PCI: altera: Fix loop in tlp_read_packet()Dan Carpenter1-2/+2
2015-10-23PCI: altera: Add Altera PCIe host controller driverLey Foon Tan1-0/+579