summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-designware-host.c
AgeCommit message (Expand)AuthorFilesLines
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-03Merge 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-19PCI: designware: Fix I/O space page leakSergei Shtylyov1-1/+2
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+722