summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/mobiveil
AgeCommit message (Expand)Author
2023-10-03PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen
2023-07-18PCI: Explicitly include correct DT includesRob Herring
2023-04-20PCI: mobiveil: Sort Kconfig entries by vendorBjorn Helgaas
2023-04-20PCI: Use consistent controller Kconfig menu entry languageBjorn Helgaas
2023-02-17PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár
2022-01-03PCI: ls-gen4: Rename ls_pcie_g4 to ls_g4_pcieBjorn Helgaas
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-06-03PCI: mobiveil: Remove unused readl and writel functionsKrzysztof Wilczyński
2021-03-23PCI: mobiveil: Improve PCIE_LAYERSCAPE_GEN4 dependenciesGeert Uytterhoeven
2020-12-15PCI: mobiveil: Use irq_data_get_irq_chip_data()Thomas Gleixner
2020-10-02PCI: mobiveil: Simplify mobiveil_pcie_init_irq_domain() return expressionLiu Shixin
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński
2020-07-23PCI: mobiveil: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-07-23PCI: Set default bridge parent deviceRob Herring
2020-07-10PCI: mobiveil: Use pci_host_probe() to register hostRob Herring
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma
2020-03-18PCI: mobiveil: Fix unmet dependency warning for PCIE_MOBIVEIL_PLATHou Zhiqiang
2020-03-17PCI: mobiveil: Fix sparse different address space warningsHou Zhiqiang
2020-02-21PCI: mobiveil: Add PCIe Gen4 RC driver for Layerscape SoCsHou Zhiqiang
2020-02-21PCI: mobiveil: Add Header Type field checkHou Zhiqiang
2020-02-21PCI: mobiveil: Add 8-bit and 16-bit CSR register accessorsHou Zhiqiang
2020-02-21PCI: mobiveil: Allow mobiveil_host_init() to be used to re-init hostHou Zhiqiang
2020-02-21PCI: mobiveil: Add callback function for link up checkHou Zhiqiang
2020-02-21PCI: mobiveil: Add callback function for interrupt initializationHou Zhiqiang
2020-02-21PCI: mobiveil: Modularize the Mobiveil PCIe Host Bridge IP driverHou Zhiqiang