summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie-designware.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* PCI: dwc: Return directly when num-lanes is not foundSascha Hauer2019-11-271-2/+4
* PCI: dwc: rename readl/writel_dbi ops to read/write_dbiSascha Hauer2019-11-271-8/+8
* PCI: dwc: Cleanup DBI,ATU read and write APIsSascha Hauer2019-11-271-8/+35
* PCI: dwc: imx6: Share PHY debug register definitionsSascha Hauer2019-11-271-3/+3
* PCI: dwc: Fix ATU identification for designware version >= 4.80Sascha Hauer2019-11-271-6/+8
* PCI: dwc: Enable iATU unroll for endpoint tooSascha Hauer2019-11-271-0/+19
* PCI: dwc: Add dw_pcie_disable_atu()Sascha Hauer2019-11-271-0/+20
* PCI: dwc: Make use of IS_ALIGNED()Sascha Hauer2019-11-271-2/+2
* PCI: dwc: Don't hard-code DBI/ATU offsetSascha Hauer2019-11-271-2/+2
* PCI: dwc: tune down link up messagesLucas Stach2019-03-071-1/+1
* PCI: dwc: Replace lower into upper case charactersAndrey Smirnov2019-01-081-6/+6
* PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateAndrey Smirnov2019-01-081-4/+1
* PCI: Fix typos and whitespace errorsAndrey Smirnov2019-01-081-1/+1
* PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() staticAndrey Smirnov2019-01-081-3/+3
* PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specificallyAndrey Smirnov2019-01-081-1/+1
* PCI: dwc: designware: Move _unroll configurations to a separate functionAndrey Smirnov2019-01-081-39/+59
* PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytesAndrey Smirnov2019-01-081-8/+22
* PCI: dwc: all: Modify dbi accessors to take dbi_base as argumentAndrey Smirnov2019-01-081-6/+7
* PCI: dwc: Split pcie-designware.c into host and core filesAndrey Smirnov2019-01-081-381/+5
* PCI: dwc: designware: Fix style errors in pcie-designware.cAndrey Smirnov2019-01-081-12/+12
* PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()Andrey Smirnov2019-01-081-7/+11
* PCI: dwc: all: Split struct pcie_port into host-only and core structuresAndrey Smirnov2019-01-081-92/+105
* PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()Andrey Smirnov2019-01-081-5/+6
* PCI: dwc: all: Rename cfg_read/cfg_write to read/writeAndrey Smirnov2019-01-081-6/+6
* PCI: dwc: designware: Move register defines to designware header fileAndrey Smirnov2019-01-081-72/+0
* PCI: designware: Check for iATU unroll only on platforms that use ATUAndrey Smirnov2019-01-081-5/+5
* PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val argumentsAndrey Smirnov2019-01-081-15/+15
* PCI: designware: Uninline register accessorsAndrey Smirnov2019-01-081-2/+2
* PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()Andrey Smirnov2019-01-081-2/+2
* PCI: designware: Swap order of dw_pcie_writel_rc() reg/val argumentsAndrey Smirnov2019-01-081-23/+23
* PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfacesAndrey Smirnov2019-01-081-2/+2
* PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()Andrey Smirnov2019-01-081-8/+2
* PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()Andrey Smirnov2019-01-081-4/+4
* PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs'Andrey Smirnov2019-01-081-5/+5
* PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2Andrey Smirnov2019-01-081-7/+19
* PCI: designware: Check LTSSM training bit before deciding link is upAndrey Smirnov2019-01-081-2/+4
* PCI: designware: Add iATU Unroll featureAndrey Smirnov2019-01-081-11/+90
* PCI: designware: Wait for iATU enableAndrey Smirnov2019-01-081-2/+13
* PCI: designware: Move link wait definitions to .c fileAndrey Smirnov2019-01-081-0/+4
* PCI: designware: Return data directly from dw_pcie_readl_rc()Andrey Smirnov2019-01-081-9/+9
* PCI: designware: Remove incorrect RC memory base/limit configurationAndrey Smirnov2019-01-081-8/+0
* PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc()Andrey Smirnov2019-01-081-20/+20
* PCI: designware: Add default link up check if sub-driver doesn't overrideAndrey Smirnov2019-01-081-1/+9
* PCI: designware: Add generic dw_pcie_wait_for_link()Andrey Smirnov2019-01-081-0/+18
* PCI: designware: Explain why we don't program ATU for some platformsAndrey Smirnov2019-01-081-0/+5
* PCI: designware: Make config accessor override checking symmetricAndrey Smirnov2019-01-081-7/+8
* PCI: designware: Simplify control flowAndrey Smirnov2019-01-081-32/+21