Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soc: intel_adsp/ace: use functions to do CPU power control #59799

Merged

Commits on Jun 28, 2023

  1. soc: intel_adsp/ace: use functions to do CPU power control

    Instead of relying on direct memory access via structs to
    control CPU power and status, using inline functions instead
    to hide the details. This makes reading the common code a bit
    cleaner.
    
    The function names are generic and not architecture or
    platform specific, in an attempt to ease future arch or
    platform additions with code reuse. Or else we would need to
    rename these.
    
    Signed-off-by: Daniel Leung <[email protected]>
    dcpleung committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    aab4f7d View commit details
    Browse the repository at this point in the history