Bug 11923 - Update Zhaoxin AHCI SGPIO driver
Summary: Update Zhaoxin AHCI SGPIO driver
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: X86 (show other bugs) X86
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Guanjun
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-18 19:02 UTC by LeoLiu-oc
Modified: 2024-11-18 19:04 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LeoLiu-oc zhaoxin_group 2024-11-18 19:02:10 UTC
At the time, to ensure that the Zhaoxin SGPIO driver loads after the AHCI module, we used `late_initcall`. However, switching to `module_init` and defining dependency constraints in Kconfig would be a better approach.
Comment 1 小龙 admin 2024-11-18 19:04:01 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4137