summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-microchip-host.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/controller/remove-void-cast'Bjorn Helgaas2023-08-291-2/+8
|\
| * PCI: microchip: Remove cast between incompatible function typeKrzysztof Wilczyński2023-07-131-2/+8
* | PCI: microchip: Re-partition code between probe() and init()Daire McNamara2023-08-081-20/+38
* | PCI: microchip: Gather MSI information from hardware config registersDaire McNamara2023-08-081-28/+37
* | PCI: microchip: Clean up initialisation of interruptsDaire McNamara2023-08-081-56/+100
* | PCI: microchip: Enable event handlers to access bridge and control pointersDaire McNamara2023-08-081-15/+16
* | PCI: microchip: Align register, offset, and mask names with HW docsDaire McNamara2023-08-081-62/+60
* | PCI: microchip: Enable building driver as a moduleDaire McNamara2023-08-081-0/+1
* | PCI: microchip: Correct the DED and SEC interrupt bit offsetsDaire McNamara2023-08-081-4/+4
|/
* PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock2023-02-171-1/+0
* PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas2022-11-101-1/+0
* PCI: microchip: Include <linux/irqdomain.h> explicitlyBjorn Helgaas2022-11-101-0/+1
* PCI: microchip: Fix refcount leak in mc_pcie_init_irq_domains()Miaoqian Lin2022-06-081-0/+2
* PCI: microchip: Fix potential race in interrupt handlingDaire McNamara2022-05-181-5/+1
* PCI: microchip: Add missing chained_irq_enter()/exit() callsConor Dooley2022-05-111-0/+10
* PCI: microchip: Add a missing semicolonUwe Kleine-König2022-04-251-1/+1
* PCI: microchip: Rename mc_port to mc_pcieBjorn Helgaas2022-01-031-21/+21
* PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-021-11/+7
* PCI: microchip: Make the struct event_descs staticKrzysztof Wilczyński2021-06-031-1/+1
* PCI: microchip: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński2021-03-221-3/+1
* PCI: microchip: Make some symbols staticWei Yongjun2021-03-221-4/+4
* PCI: microchip: Add Microchip PolarFire PCIe controller driverDaire McNamara2021-02-231-0/+1138