summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: layerscape: Allow to share stream_ids per host controllerSascha Hauer2020-01-201-41/+89
* PCI: layerscape: Fixup iommu-map propertiesSascha Hauer2020-01-141-1/+38
* PCI: layerscape: rename variableSascha Hauer2020-01-141-8/+8
* PCI: copy over some Linux PCI helpersAhmad Fatoum2019-12-091-0/+26
* PCI: Add layerscape PCIe driverSascha Hauer2019-11-273-0/+492
* PCI: dwc: Return directly when num-lanes is not foundSascha Hauer2019-11-271-2/+4
* PCI: dwc: Sync register definitions with Linux-5.4Sascha Hauer2019-11-271-34/+51
* PCI: dwc: rename readl/writel_dbi ops to read/write_dbiSascha Hauer2019-11-272-12/+12
* PCI: dwc: Cleanup DBI,ATU read and write APIsSascha Hauer2019-11-272-17/+43
* PCI: dwc: imx6: Share PHY debug register definitionsSascha Hauer2019-11-273-9/+14
* PCI: dwc: Fix ATU identification for designware version >= 4.80Sascha Hauer2019-11-272-6/+9
* PCI: dwc: Enable iATU unroll for endpoint tooSascha Hauer2019-11-272-19/+19
* PCI: dwc: Make use of BIT() in constant definitionsSascha Hauer2019-11-272-7/+6
* PCI: dwc: Add dw_pcie_disable_atu()Sascha Hauer2019-11-272-0/+28
* PCI: dwc: Make use of IS_ALIGNED()Sascha Hauer2019-11-271-2/+2
* PCI: dwc: Don't hard-code DBI/ATU offsetSascha Hauer2019-11-273-3/+26
* Merge branch 'for-next/misc'Sascha Hauer2019-03-071-1/+1
|\
| * PCI: dwc: tune down link up messagesLucas Stach2019-03-071-1/+1
* | PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQAndrey Smirnov2019-02-271-0/+16
|/
* Merge branch 'for-next/pci'Sascha Hauer2019-02-135-114/+74
|\
| * PCI: Consify pci_ops in struct pci_controllerAndrey Smirnov2019-01-163-4/+4
| * PCI: Convert ->res_start() to return resource_size_tAndrey Smirnov2019-01-161-2/+4
| * PCI: Assume 1:1 mapping if .res_start callback is NULLAndrey Smirnov2019-01-163-13/+5
| * PCI: Simplify alloc_pci_dev()Andrey Smirnov2019-01-161-7/+1
| * PCI: Drop "rom_address" from struct pci_devAndrey Smirnov2019-01-161-7/+0
| * PCI: Drop "ops" from struct pci_busAndrey Smirnov2019-01-162-5/+3
| * PCI: Drop "resources" from struct pci_busAndrey Smirnov2019-01-161-1/+0
| * PCI: Drop "slots" from struct pci_busAndrey Smirnov2019-01-161-1/+0
| * PCI: Make pci_scan_bus staticAndrey Smirnov2019-01-161-1/+3
| * PCI: Remove unused variables/codeAndrey Smirnov2019-01-161-5/+0
| * PCI: Store and reuse BAR offsetsAndrey Smirnov2019-01-161-8/+8
| * PCI: Simplify resource setup code in setup_device()Andrey Smirnov2019-01-161-57/+43
| * PCI: Remove superfluous parens in setup_device()Andrey Smirnov2019-01-161-1/+1
| * PCI: Replace magic number in setup_device()Andrey Smirnov2019-01-161-1/+1
| * PCI: Switch to using %pa to print memory addressesAndrey Smirnov2019-01-161-8/+8
* | Merge branch 'for-next/misc'Sascha Hauer2019-02-131-1/+1
|\ \
| * | treewide: Remove trailing whitespaces and tabsAlexander Shiyan2019-01-211-1/+1
| |/
* | PCI: imx6: Add support for i.MX8MQAndrey Smirnov2019-02-112-10/+88
* | PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flagAndrey Smirnov2019-02-111-3/+7
* | PCI: imx6: Mark PHY functions as i.MX6 specificAndrey Smirnov2019-02-111-0/+8
* | PCI: imx6: Introduce drvdataAndrey Smirnov2019-02-111-14/+29
* | PCI: dwc: Fix pointer width cast problemAndrey Smirnov2019-02-111-3/+3
* | PCI: imx6: Port imx6_pcie_ltssm_enable()Andrey Smirnov2019-01-181-9/+18
* | PCI: imx6: Drop unnecessary root_bus_nr settingAndrey Smirnov2019-01-181-1/+0
* | PCI: imx6: Fix spelling mistake: "contol" -> "control"Andrey Smirnov2019-01-181-2/+2
* | PCI: imx6: Do not switch speed if Gen2 is disabledAndrey Smirnov2019-01-181-27/+28
* | PCI: imx6: Do not wait for speed change on i.MX7Andrey Smirnov2019-01-181-4/+15
* | PCI: imx6: Allow probe deferral by reset GPIOAndrey Smirnov2019-01-181-8/+11
* | PCI: imx6: Add code to support i.MX7DAndrey Smirnov2019-01-182-46/+124
|/
* PCI: dwc: Constify dw_pcie_host_ops structuresAndrey Smirnov2019-01-082-2/+2