imx6 actaully for all imx chips (imx6*, imx7*, imx8*, imx9*). To avoid confuse, rename all imx6_* to imx_*, IMX6_* to IMX_*. pci-imx6.c to pci-imx.c to avoid confuse. Using callback to reduce switch case for core reset and refclk. Add imx95 iommux and its stream id information. Base on linux-pci/controller/imx Signed-off-by: Frank Li <Frank.Li@xxxxxxx> --- Frank Li (6): PCI: imx6: Rename imx6_* with imx_* PCI: imx6: Rename pci-imx6.c and PCI_IMX6 config MAINTAINERS: pci: imx: update imx6* to imx* since rename driver file PCI: imx: Simplify switch-case logic by involve set_ref_clk callback PCI: imx: Simplify switch-case logic by involve core_reset callback PCI: imx: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95 MAINTAINERS | 4 +- drivers/pci/controller/dwc/Kconfig | 14 +- drivers/pci/controller/dwc/Makefile | 2 +- .../pci/controller/dwc/{pci-imx6.c => pci-imx.c} | 1115 +++++++++++--------- 4 files changed, 654 insertions(+), 481 deletions(-) --- base-commit: b73259dcd67094e883104a0390852695caf3f999 change-id: 20240227-pci2_upstream-0cdd19a15163 Best regards, -- Frank Li <Frank.Li@xxxxxxx>