aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc/pcie-designware.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-387/+0
2018-05-14PCI: dwc: Replace magic number by definesGustavo Pimentel1-0/+1
2018-03-06PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256Gustavo Pimentel1-7/+3
2018-03-06PCI: dwc: Remove old MSI IRQs APIGustavo Pimentel1-1/+1
2018-03-06PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical APIGustavo Pimentel1-0/+18
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-4/+1
2018-02-01Merge remote-tracking branch 'lorenzo/pci/endpoint' into nextBjorn Helgaas1-2/+7
2018-02-01Merge remote-tracking branch 'lorenzo/pci/dwc' into nextBjorn Helgaas1-4/+23
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas1-4/+1
2017-12-21PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argumentNiklas Cassel1-1/+1
2017-12-21PCI: designware-ep: Add generic function for raising MSI irqNiklas Cassel1-0/+9
2017-12-21PCI: designware-ep: Remove static keyword from dw_pcie_ep_reset_bar()Niklas Cassel1-0/+5
2017-12-21PCI: designware-ep: Pre-allocate memory for MSI in dw_pcie_ep_initNiklas Cassel1-0/+2
2017-12-21PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bitsNiklas Cassel1-0/+1
2017-12-21PCI: dwc: Use the DMA-API to get the MSI addressNiklas Cassel1-1/+2
2017-12-19PCI: designware-ep: Fix ->get_msi() to check MSI_EN bitKishon Vijay Abraham I1-0/+1
2017-12-19PCI: designware-ep: Fix find_first_zero_bit() usageNiklas Cassel1-2/+6
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas1-1/+1
2017-09-07Merge branch 'pci/endpoint' into nextBjorn Helgaas1-0/+1
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas1-1/+1
2017-08-29PCI: dwc: Add accessors for write permission of DBI read-only registersHou Zhiqiang1-0/+25
2017-08-29PCI: dwc: designware: Provide page_size to pci_epc_memKishon Vijay Abraham I1-0/+1
2017-08-03PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson1-1/+1
2017-07-02PCI: dwc: Constify dw_pcie_host_ops structuresJisheng Zhang1-1/+1
2017-04-28PCI: dwc: dra7xx: Add EP mode supportKishon Vijay Abraham I1-0/+7
2017-04-28PCI: dwc: designware: Add EP mode supportKishon Vijay Abraham I1-0/+105
2017-04-04PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytesKishon Vijay Abraham I1-8/+10
2017-04-04PCI: dwc: all: Modify dbi accessors to take dbi_base as argumentKishon Vijay Abraham I1-4/+16
2017-04-04PCI: dwc: designware: Add new *ops* for CPU addr fixupKishon Vijay Abraham I1-0/+1
2017-02-21PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc hostKishon Vijay Abraham I1-4/+25
2017-02-21PCI: dwc: Split pcie-designware.c into host and core filesKishon Vijay Abraham I1-0/+8
2017-02-21PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()Kishon Vijay Abraham I1-1/+0
2017-02-21PCI: dwc: all: Split struct pcie_port into host-only and core structuresKishon Vijay Abraham I1-27/+40
2017-02-21PCI: dwc: all: Rename cfg_read/cfg_write to read/writeKishon Vijay Abraham I1-2/+2
2017-02-21PCI: dwc: designware: Move register defines to designware header fileKishon Vijay Abraham I1-0/+71
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I1-0/+86