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

[linux-6.6.y] ata: libata: disabling PhyRdy Change Interrupt based on actual LPM capability #264

Merged

Commits on Jun 13, 2024

  1. ata: libata: disabling PhyRdy Change Interrupt based on actual LPM ca…

    …pability
    
    zhaoxin inclusion
    category: bugfix
    CVE: NA
    
    -----------------
    
    The ahci spec mentions that PhyRdy Change Interrupt and Link Power
    Management (LPM) do not coexist.
    
    However, before enabling LPM, the driver did not check whether the host
    supports LPM, but directly disabled PhyRdy Change Interrupt.
    
    Increase the judgment on the actual support of LPM, and disable PhyRdy
    Change Interrupt only when it is supported.
    
    Signed-off-by: leoliu-oc <[email protected]>
    leoliu-oc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9202555 View commit details
    Browse the repository at this point in the history