summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/mobiveil
Commit message (Expand)AuthorAgeFilesLines
* PCI: Explicitly include correct DT includesRob Herring2023-07-181-3/+0
* PCI: mobiveil: Sort Kconfig entries by vendorBjorn Helgaas2023-04-201-8/+9
* PCI: Use consistent controller Kconfig menu entry languageBjorn Helgaas2023-04-201-2/+2
* PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock2023-02-171-1/+0
* PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-3/+3
* PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-02-171-1/+1
* PCI: ls-gen4: Rename ls_pcie_g4 to ls_g4_pcieBjorn Helgaas2022-01-031-42/+42
* PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-021-9/+6
* PCI: mobiveil: Remove unused readl and writel functionsKrzysztof Wilczyński2021-06-031-11/+0
* PCI: mobiveil: Improve PCIE_LAYERSCAPE_GEN4 dependenciesGeert Uytterhoeven2021-03-231-2/+1
* PCI: mobiveil: Use irq_data_get_irq_chip_data()Thomas Gleixner2020-12-151-6/+2
* PCI: mobiveil: Simplify mobiveil_pcie_init_irq_domain() return expressionLiu Shixin2020-10-021-6/+1
* Merge branch 'pci/irq-error'Bjorn Helgaas2020-08-052-6/+3
|\
| * PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński2020-08-032-6/+3
* | PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-041-2/+0
* | PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-041-8/+0
* | PCI: mobiveil: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-232-8/+3
* | PCI: Set default bridge parent deviceRob Herring2020-07-231-1/+0
* | PCI: mobiveil: Use pci_host_probe() to register hostRob Herring2020-07-101-15/+1
|/
* PCI: Check for platform_get_irq() failure consistentlyAman Sharma2020-05-121-2/+2
* PCI: mobiveil: Fix unmet dependency warning for PCIE_MOBIVEIL_PLATHou Zhiqiang2020-03-181-0/+1
* PCI: mobiveil: Fix sparse different address space warningsHou Zhiqiang2020-03-171-3/+4
* PCI: mobiveil: Add PCIe Gen4 RC driver for Layerscape SoCsHou Zhiqiang2020-02-214-2/+291
* PCI: mobiveil: Add Header Type field checkHou Zhiqiang2020-02-211-0/+13
* PCI: mobiveil: Add 8-bit and 16-bit CSR register accessorsHou Zhiqiang2020-02-211-0/+23
* PCI: mobiveil: Allow mobiveil_host_init() to be used to re-init hostHou Zhiqiang2020-02-212-7/+13
* PCI: mobiveil: Add callback function for link up checkHou Zhiqiang2020-02-212-0/+8
* PCI: mobiveil: Add callback function for interrupt initializationHou Zhiqiang2020-02-212-1/+18
* PCI: mobiveil: Modularize the Mobiveil PCIe Host Bridge IP driverHou Zhiqiang2020-02-216-0/+1102