summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-mvebu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: mvebu: Fix duplicate resource requestsRob Herring2020-11-041-13/+10
* PCI: mvebu: Remove useless msi_controller pointer allocationLorenzo Pieralisi2020-09-081-3/+0
* Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-061-12/+5
|\
| * PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-041-2/+0
| * PCI: Drop unnecessary zeroing of bridge fieldsRob Herring2020-07-231-1/+0
| * PCI: Set default bridge parent deviceRob Herring2020-07-231-1/+0
| * PCI: mvebu: Use struct pci_host_bridge.windows list directlyRob Herring2020-07-061-8/+5
* | PCI: mvebu: Setup BAR0 in order to fix MSIShmuel Hazan2020-07-141-4/+12
|/
* PCI: mvebu: mvebu_pcie_map_registers __iomem fixBen Dooks (Codethink)2019-10-171-1/+1
* PCI: mvebu: Make mvebu_pci_bridge_emul_ops staticBen Dooks (Codethink)2019-10-171-1/+1
* PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flagsThomas Petazzoni2019-02-221-1/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-284/+100
|\
| * PCI: mvebu: Convert to PCI emulated bridge config spaceThomas Petazzoni2018-10-181-270/+100
| * PCI: mvebu: Drop unused PCI express capability codeThomas Petazzoni2018-10-181-14/+0
* | PCI: mvebu: Fix PCI I/O mapping creation sequenceThomas Petazzoni2018-10-011-4/+48
|/
* PCI: mvebu: Drop bogus comment above mvebu_pcie_map_registers()Thomas Petazzoni2018-08-081-5/+0
* PCI: mvebu: Convert to use pci_host_bridge directlyThomas Petazzoni2018-08-081-73/+63
* PCI: mvebu: Use resource_size() to remap I/O spaceThomas Petazzoni2018-08-081-2/+2
* PCI: mvebu: Only remap I/O space if configuredThomas Petazzoni2018-08-081-3/+3
* PCI: mvebu: Fix I/O space end address calculationThomas Petazzoni2018-08-081-1/+1
* PCI: mvebu: Remove redundant platform_set_drvdata() callThomas Petazzoni2018-08-081-2/+0
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+1313