summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pci-mvebu.c
AgeCommit message (Expand)Author
2021-12-01PCI: mvebu: Remove custom mvebu_pci_host_probe() functionPali Rohár
2021-11-30PCI: mvebu: Replace pci_ioremap_io() usage by devm_pci_remap_iospace()Pali Rohár
2021-11-18PCI: mvebu: Drop error data fabrication when config read failsNaveen Naidu
2020-11-04PCI: mvebu: Fix duplicate resource requestsRob Herring
2020-09-08PCI: mvebu: Remove useless msi_controller pointer allocationLorenzo Pieralisi
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring
2020-07-23PCI: Drop unnecessary zeroing of bridge fieldsRob Herring
2020-07-23PCI: Set default bridge parent deviceRob Herring
2020-07-14PCI: mvebu: Setup BAR0 in order to fix MSIShmuel Hazan
2020-07-06PCI: mvebu: Use struct pci_host_bridge.windows list directlyRob Herring
2019-10-17PCI: mvebu: mvebu_pcie_map_registers __iomem fixBen Dooks (Codethink)
2019-10-17PCI: mvebu: Make mvebu_pci_bridge_emul_ops staticBen Dooks (Codethink)
2019-02-22PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flagsThomas Petazzoni
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-18PCI: mvebu: Convert to PCI emulated bridge config spaceThomas Petazzoni
2018-10-18PCI: mvebu: Drop unused PCI express capability codeThomas Petazzoni
2018-10-01PCI: mvebu: Fix PCI I/O mapping creation sequenceThomas Petazzoni
2018-08-08PCI: mvebu: Drop bogus comment above mvebu_pcie_map_registers()Thomas Petazzoni
2018-08-08PCI: mvebu: Convert to use pci_host_bridge directlyThomas Petazzoni
2018-08-08PCI: mvebu: Use resource_size() to remap I/O spaceThomas Petazzoni
2018-08-08PCI: mvebu: Only remap I/O space if configuredThomas Petazzoni
2018-08-08PCI: mvebu: Fix I/O space end address calculationThomas Petazzoni
2018-08-08PCI: mvebu: Remove redundant platform_set_drvdata() callThomas Petazzoni
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin