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: edgehog/bsp/nxp/linux-seco-imx@14e62810

[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: edgehog/bsp/nxp/linux-seco-imx@a3f74aa2

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