]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: imx6: Rename imx6_* with imx_*
authorFrank Li <Frank.Li@nxp.com>
Mon, 29 Jul 2024 20:18:11 +0000 (16:18 -0400)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Mon, 9 Sep 2024 14:08:21 +0000 (14:08 +0000)
commitd657ea28d55037ef9a5e58d51aa757d981b8bfc2
tree0e82919a9ecc38ec916410f1d22d87322fc9aae3
parent5b04d44d5c74e4d8aab1678496b84700b4b343fe
PCI: imx6: Rename imx6_* with imx_*

Since this driver has evolved to support other i.MX SoCs such as
i.MX7/8/9, thus rename the 'imx6' prefix to 'imx' to avoid confusion.

The driver name is left unchanged to avoid breaking userspace.

Link: https://lore.kernel.org/linux-pci/20240729-pci2_upstream-v8-3-b68ee5ef2b4d@nxp.com
Signed-off-by: Frank Li <Frank.Li@nxp.com>
[kwilczynski: commit log, refactor the IMX_* macros]
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
drivers/pci/controller/dwc/pci-imx6.c