summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware-host.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: dwc: Restore ATU memory resource setup to use last entryRob Herring2020-11-041-2/+6
* PCI: dwc: Add link up check in dw_child_pcie_ops.map_bus()Hou Zhiqiang2020-10-201-0/+11
* PCI: dwc: Fix MSI page leakage in suspend/resumeJisheng Zhang2020-10-131-15/+18
* PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabledJisheng Zhang2020-10-131-1/+1
* PCI: dwc: Centralize link gen settingRob Herring2020-09-101-0/+3
* PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring2020-09-081-0/+3
* PCI: dwc: Simplify config space handlingRob Herring2020-09-081-43/+20
* PCI: dwc: Remove storing of PCI resourcesRob Herring2020-09-081-18/+9
* PCI: dwc: Remove root_bus pointerRob Herring2020-09-081-2/+2
* PCI: dwc: Convert to use pci_host_probe()Rob Herring2020-09-081-18/+3
* PCI: dwc: Use generic config accessorsRob Herring2020-09-081-82/+37
* PCI: dwc: Remove dwc specific config accessor opsRob Herring2020-09-081-14/+0
* PCI: dwc: Add a default pci_ops.map_bus for root portRob Herring2020-09-081-0/+12
* PCI: dwc: Allow overriding bridge pci_opsRob Herring2020-09-071-5/+10
* PCI: dwc: Use DBI accessors instead of own config accessorsRob Herring2020-09-071-36/+19
* Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-061-19/+6
|\
| * PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-041-2/+0
| * PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-041-5/+0
| * PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring2020-07-231-1/+0
| * PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-11/+7
| * PCI: Set default bridge parent deviceRob Herring2020-07-231-1/+0
* | PCI: Replace http:// links with https://Alexander A. Klimov2020-06-301-1/+1
|/
* PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_portKishon Vijay Abraham I2020-05-221-1/+1
* PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier2020-05-221-0/+2
* Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'Bjorn Helgaas2019-11-281-20/+9
|\
| * PCI: of: Add inbound resource parsing to helpersRob Herring2019-11-201-1/+2
| * PCI: dwc: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-20/+8
* | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-11-281-5/+6
|\ \
| * | PCI: dwc: Fix find_next_bit() usageNiklas Cassel2019-10-151-5/+6
| |/
* / PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski2019-11-211-0/+1
|/
* Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas2019-09-231-6/+8
|\
| * PCI: dwc: Group DBI registers writes requiring unlockingVidya Sagar2019-08-131-6/+8
* | PCI: dwc: Add validation that PCIe core is set to correct modeJonathan Chocron2019-09-161-0/+16
|/
* PCI: dwc: Export APIs to support .remove() implementationVidya Sagar2019-06-271-0/+4
* PCI: dwc: Add API support to de-initialize hostVidya Sagar2019-06-271-0/+8
* Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2019-05-141-67/+30
|\
| * PCI: dwc: Enable iATU unroll for endpoint tooKishon Vijay Abraham I2019-04-151-19/+0
| * PCI: dwc: Remove default MSI initialization for platform specific MSI chipsKishon Vijay Abraham I2019-04-041-11/+13
| * PCI: dwc: Remove Keystone specific dw_pcie_host_opsKishon Vijay Abraham I2019-04-041-36/+14
| * PCI: keystone: Use Keystone specific msi_irq_chipKishon Vijay Abraham I2019-04-041-3/+2
| * PCI: dwc: Add support to use non default msi_irq_chipKishon Vijay Abraham I2019-04-041-1/+4
* | PCI: dwc: Save root bus for driver remove hooksJisheng Zhang2019-05-071-6/+6
* | PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify codeJisheng Zhang2019-05-071-13/+8
* | PCI: dwc: Free MSI in dw_pcie_host_init() error pathJisheng Zhang2019-05-071-3/+6
* | PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()Jisheng Zhang2019-05-071-4/+8
* | PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalidJisheng Zhang2019-05-071-2/+4
|/
* PCI: dwc: skip MSI init if MSIs have been explicitly disabledLucas Stach2019-03-011-1/+1
* PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()Andrey Smirnov2019-03-011-38/+23
* PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit)Gustavo Pimentel2019-02-011-3/+3
* PCI: dwc: Improve code readability and simplify mask/unmask operationsGustavo Pimentel2019-02-011-6/+6