Skip to content

Commit 26d7492

Browse files
committed
Merge branch 'pci/controller/microchip'
- Fix DED and SEC interrupt bit offsets so interrupt handlers work correctly (Daire McNamara) - Make driver buildable as a module (Daire McNamara) - Reorganize register #defines to align with hardware docs (Daire McNamara) - Tweak register accessors to simplify callers (Daire McNamara) - Refactor interrupt initialisation (Daire McNamara) - Read FPGA MSI configuration parameters from hardware instead of hard-coding them (Daire McNamara) - Re-partition code between probe() and init() (Daire McNamara) * pci/controller/microchip: PCI: microchip: Re-partition code between probe() and init() PCI: microchip: Gather MSI information from hardware config registers PCI: microchip: Clean up initialisation of interrupts PCI: microchip: Enable event handlers to access bridge and control pointers PCI: microchip: Align register, offset, and mask names with HW docs PCI: microchip: Enable building driver as a module PCI: microchip: Correct the DED and SEC interrupt bit offsets
2 parents aa5a239 + bac406c commit 26d7492

File tree

2 files changed

+233
-162
lines changed

2 files changed

+233
-162
lines changed

drivers/pci/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ config PCIE_MT7621
217217
This selects a driver for the MediaTek MT7621 PCIe Controller.
218218

219219
config PCIE_MICROCHIP_HOST
220-
bool "Microchip AXI PCIe controller"
220+
tristate "Microchip AXI PCIe controller"
221221
depends on PCI_MSI && OF
222222
select PCI_HOST_COMMON
223223
help

0 commit comments

Comments
 (0)