summaryrefslogtreecommitdiff
path: root/drivers/pci/host/pcie-designware.c
AgeCommit message (Expand)Author
2017-09-25Disable ATU configuration and call dw_pcie_setup_rc in host_init functionhongbo.wang
2017-01-26PCI: designware: Check for iATU unroll only on platforms that use ATUMurali Karicheri
2016-11-04PCI: designware: Check for iATU unroll support after initializing hostNiklas Cassel
2016-10-11PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val argumentsBjorn Helgaas
2016-10-11PCI: designware: Uninline register accessorsBjorn Helgaas
2016-10-11PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()Bjorn Helgaas
2016-10-11PCI: designware: Swap order of dw_pcie_writel_rc() reg/val argumentsBjorn Helgaas
2016-10-11PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfacesBjorn Helgaas
2016-10-11PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()Kishon Vijay Abraham I
2016-10-06PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()Bjorn Helgaas
2016-10-05Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...Bjorn Helgaas
2016-10-03Merge branch 'pci/virtualization' into nextBjorn Helgaas
2016-10-03Merge branch 'pci/enumeration' into nextBjorn Helgaas
2016-09-12PCI: designware: Relax device number checking to allow SR-IOVPo Liu
2016-09-06PCI: designware: Fix pci_remap_iospace() failure pathLorenzo Pieralisi
2016-08-23PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs'Dong Bo
2016-08-23PCI: designware: Make explicitly non-modularPaul Gortmaker
2016-08-22PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2Pratyush Anand
2016-08-18PCI: designware: Check LTSSM training bit before deciding link is upJisheng Zhang
2016-08-17PCI: designware: Add iATU Unroll featureJoao Pinto
2016-08-17PCI: designware: Wait for iATU enableJoao Pinto
2016-08-17PCI: designware: Move link wait definitions to .c fileJoao Pinto
2016-08-17PCI: designware: Return data directly from dw_pcie_readl_rc()Bjorn Helgaas
2016-06-20PCI: designware: Simplify host bridge window iterationBjorn Helgaas
2016-06-20PCI: designware: Request host bridge window resourcesBjorn Helgaas
2016-06-20PCI: designware: Free bridge resource list on failureBjorn Helgaas
2016-05-02PCI: designware: Remove incorrect RC memory base/limit configurationGabriele Paoloni
2016-04-05PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc()Jisheng Zhang
2016-03-15PCI: designware: Add default link up check if sub-driver doesn't overrideJoao Pinto
2016-03-15PCI: designware: Add generic dw_pcie_wait_for_link()Joao Pinto
2016-02-09PCI: designware: Remove PCI_PROBE_ONLY handlingLorenzo Pieralisi
2016-02-09PCI: designware: Explain why we don't program ATU for some platformsJisheng Zhang
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-15Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-...Bjorn Helgaas
2016-01-11PCI: designware: Make config accessor override checking symmetricBjorn Helgaas
2016-01-05PCI: designware: Simplify control flowBjorn Helgaas
2016-01-05PCI: designware: Ensure ATU is enabled before IO/conf space accessesStanimir Varbanov
2015-11-24PCI: designware: Remove incorrect io_base assignmentStanimir Varbanov
2015-11-02PCI: designware: Make driver arch-agnosticZhou Wang
2015-11-02PCI: designware: Use of_pci_get_host_bridge_resources() to parse DTZhou Wang
2015-11-02Revert "PCI: designware: Program ATU with untranslated address"Zhou Wang
2015-11-02PCI: designware: Move calculation of bus addresses to DRA7xxGabriele Paoloni
2015-11-02PCI: designware: Make "num-lanes" an optional DT propertyGabriele Paoloni
2015-11-02PCI: designware: Require config accesses to be naturally alignedGabriele Paoloni
2015-11-02PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesGabriele Paoloni
2015-11-02PCI: designware: Use exact access size in dw_pcie_cfg_read()Gabriele Paoloni
2015-11-02PCI: designware: Set up high part of MSI target addressLucas Stach
2015-09-18PCI: designware: Implement multivector MSI IRQ setupLucas Stach
2015-09-18PCI: designware: Factor out MSI msg setupLucas Stach
2015-09-18PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASKZhou Wang