power: refactor core power managementThis patch introduces a comprehensive refactor to the core powermanagement library. The primary focus is on improving modularityand organization by relocating
power: refactor core power managementThis patch introduces a comprehensive refactor to the core powermanagement library. The primary focus is on improving modularityand organization by relocating specific driver implementationsfrom the 'lib/power' directory to dedicated directories within'drivers/power/*'. The adjustment of meson.build filesenables the selective activation of individual drivers.These changes contribute to a significant enhancement in codeorganization, providing a clearer structure for driver implementations.The refactor aims to improve overall code clarity and boostmaintainability. Additionally, it establishes a foundation forfuture development, allowing for more focused work on individualdrivers and seamless integration of forthcoming enhancements.Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala@amd.com>Acked-by: Huisong Li <lihuisong@huawei.com>
show more ...