Skip to content

Integrate linux-seco-imx/seco_lf-5.10.y-ahci

GitBot requested to merge linux-seco-imx/seco_lf-5.10.y-ahci into kirkstone

Commit: https://git.seco.com/edgehog/bsp/nxp/linux-seco-imx/-/commit/14e62810167826a936d759d11b07f23e826e541f

[DRIVER] ata: ahci-imx: register driver at late_initcall

If SATA probes before PCIe, the interface does not come up. We workaround this issue by registering the driver later, using late_initcall.

--

Commit: https://git.seco.com/edgehog/bsp/nxp/linux-seco-imx/-/commit/a3f74aa212f5f04f4bc5c951b935f3bda35bd62d

ata: ahci-imx: Fix MODULE_ALIAS

'ahci:' is an invalid prefix, preventing the module from autoloading. Fix this by using the 'platform:' prefix and DRV_NAME.

REFERENCE: https://github.com/nxp-imx/linux-imx/commit/979556f1521a835a059de3b117b9c6c6642c7d58

Merge request reports

Loading