aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware-host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-08PCI: dwc: Use generic config accessorsRob Herring1-82/+37
2020-09-08PCI: dwc: Remove dwc specific config accessor opsRob Herring1-14/+0
2020-09-08PCI: dwc: Add a default pci_ops.map_bus for root portRob Herring1-0/+12
2020-09-07PCI: dwc: Allow overriding bridge pci_opsRob Herring1-5/+10
2020-09-07PCI: dwc: Use DBI accessors instead of own config accessorsRob Herring1-36/+19
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-19/+6
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring1-2/+0
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring1-5/+0
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring1-1/+0
2020-07-23PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring1-11/+7
2020-07-23PCI: Set default bridge parent deviceRob Herring1-1/+0
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov1-1/+1
2020-05-22PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_portKishon Vijay Abraham I1-1/+1
2020-05-22PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier1-0/+2
2019-11-28Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'Bjorn Helgaas1-20/+9
2019-11-28Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas1-5/+6
2019-11-21PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski1-0/+1
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring1-1/+2
2019-10-29PCI: dwc: Use pci_parse_request_of_pci_ranges()Rob Herring1-20/+8
2019-10-15PCI: dwc: Fix find_next_bit() usageNiklas Cassel1-5/+6
2019-09-23Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas1-6/+8
2019-09-16PCI: dwc: Add validation that PCIe core is set to correct modeJonathan Chocron1-0/+16
2019-08-13PCI: dwc: Group DBI registers writes requiring unlockingVidya Sagar1-6/+8
2019-06-27PCI: dwc: Export APIs to support .remove() implementationVidya Sagar1-0/+4
2019-06-27PCI: dwc: Add API support to de-initialize hostVidya Sagar1-0/+8
2019-05-13Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-67/+30
2019-05-07PCI: dwc: Save root bus for driver remove hooksJisheng Zhang1-6/+6
2019-05-07PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify codeJisheng Zhang1-13/+8
2019-05-07PCI: dwc: Free MSI in dw_pcie_host_init() error pathJisheng Zhang1-3/+6
2019-05-07PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()Jisheng Zhang1-4/+8
2019-05-07PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalidJisheng Zhang1-2/+4
2019-04-15PCI: dwc: Enable iATU unroll for endpoint tooKishon Vijay Abraham I1-19/+0
2019-04-04PCI: dwc: Remove default MSI initialization for platform specific MSI chipsKishon Vijay Abraham I1-11/+13
2019-04-04PCI: dwc: Remove Keystone specific dw_pcie_host_opsKishon Vijay Abraham I1-36/+14
2019-04-04PCI: keystone: Use Keystone specific msi_irq_chipKishon Vijay Abraham I1-3/+2
2019-04-04PCI: dwc: Add support to use non default msi_irq_chipKishon Vijay Abraham I1-1/+4
2019-03-01PCI: dwc: skip MSI init if MSIs have been explicitly disabledLucas Stach1-1/+1
2019-03-01PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()Andrey Smirnov1-38/+23
2019-02-01PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit)Gustavo Pimentel1-3/+3
2019-02-01PCI: dwc: Improve code readability and simplify mask/unmask operationsGustavo Pimentel1-6/+6
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pcie_irq_domain_free()Gustavo Pimentel1-3/+3
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pci_msi_set_affinity()Gustavo Pimentel1-1/+1
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pci_setup_msi_msg()Gustavo Pimentel1-5/+5
2019-02-01PCI: dwc: Rename variable name from data to d on dw_pci_bottom_mask/unmask()Gustavo Pimentel1-10/+10
2019-01-02Merge branch 'remotes/lorenzo/pci/dwc-msi'Bjorn Helgaas1-13/+24
2018-12-18PCI: dwc: Don't hard-code DBI/ATU offsetStephen Warren1-0/+3
2018-12-11PCI: dwc: Move interrupt acking into the proper callbackMarc Zyngier1-6/+7
2018-12-11PCI: dwc: Take lock when ACKing an interruptMarc Zyngier1-0/+5
2018-12-11PCI: dwc: Use interrupt masking instead of disablingMarc Zyngier1-7/+12
2018-07-18PCI: designware: Fix I/O space page leakSergei Shtylyov1-1/+2