summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie-designware-host.c
Commit message (Expand)AuthorAgeFilesLines
* pci: pcie-designware: iterate over windowsSascha Hauer2024-04-041-14/+13
* pci: pcie-designware: remove dra7xx quirksSascha Hauer2024-04-041-31/+10
* pci: pcie-designware: drop duplicate resource assigningSascha Hauer2024-04-041-11/+2
* pci: add pci_controller_init()Sascha Hauer2024-04-021-1/+3
* pci: dwc: Drop support for config space in 'ranges'Sascha Hauer2024-04-021-14/+2
* pci: pcie-designware: remove unused variableSascha Hauer2024-04-021-2/+0
* pcie-designware: Fix dev_get_resource_by_name error checkSascha Hauer2023-05-031-1/+1
* 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: Enable iATU unroll for endpoint tooSascha Hauer2019-11-271-19/+0
* PCI: dwc: Don't hard-code DBI/ATU offsetSascha Hauer2019-11-271-0/+3
* Merge branch 'for-next/pci'Sascha Hauer2019-02-131-8/+2
|\
| * PCI: Consify pci_ops in struct pci_controllerAndrey Smirnov2019-01-161-2/+2
| * PCI: Assume 1:1 mapping if .res_start callback is NULLAndrey Smirnov2019-01-161-6/+0
* | Merge branch 'for-next/misc'Sascha Hauer2019-02-131-1/+1
|\ \
| * | treewide: Remove trailing whitespaces and tabsAlexander Shiyan2019-01-211-1/+1
| |/
* / PCI: dwc: Fix pointer width cast problemAndrey Smirnov2019-02-111-3/+3
|/
* PCI: dwc: Small computation improvementAndrey Smirnov2019-01-081-4/+4
* PCI: dwc: Fix enumeration end when reaching root subordinateAndrey Smirnov2019-01-081-1/+1
* PCI: dwc: Enable write permission for Class Code, Interrupt Pin updatesAndrey Smirnov2019-01-081-1/+5
* PCI: dwc: designware: Handle ->host_init() failuresAndrey Smirnov2019-01-081-2/+5
* PCI: dwc: Replace lower into upper case charactersAndrey Smirnov2019-01-081-8/+8
* 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: Split pcie-designware.c into host and core filesAndrey Smirnov2019-01-081-0/+412