aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/pci-mvebu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-17PCI: mvebu: mvebu_pcie_map_registers __iomem fixBen Dooks (Codethink)1-1/+1
2019-10-17PCI: mvebu: Make mvebu_pci_bridge_emul_ops staticBen Dooks (Codethink)1-1/+1
2019-02-22PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flagsThomas Petazzoni1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-284/+100
2018-10-18PCI: mvebu: Convert to PCI emulated bridge config spaceThomas Petazzoni1-270/+100
2018-10-18PCI: mvebu: Drop unused PCI express capability codeThomas Petazzoni1-14/+0
2018-10-01PCI: mvebu: Fix PCI I/O mapping creation sequenceThomas Petazzoni1-4/+48
2018-08-08PCI: mvebu: Drop bogus comment above mvebu_pcie_map_registers()Thomas Petazzoni1-5/+0
2018-08-08PCI: mvebu: Convert to use pci_host_bridge directlyThomas Petazzoni1-73/+63
2018-08-08PCI: mvebu: Use resource_size() to remap I/O spaceThomas Petazzoni1-2/+2
2018-08-08PCI: mvebu: Only remap I/O space if configuredThomas Petazzoni1-3/+3
2018-08-08PCI: mvebu: Fix I/O space end address calculationThomas Petazzoni1-1/+1
2018-08-08PCI: mvebu: Remove redundant platform_set_drvdata() callThomas Petazzoni1-2/+0
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+1313