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

drivers: scmi-msg: correct voltage domain protocol version & clock rates enumeration #6951

Merged
merged 2 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. drivers: scmi-msg: correct voltage domain protocol version

    Fix the version ID of the implemented SCMI voltage domain protocol that
    is v2.0 (ID 0x20000), not v3.0 (ID 0x30000).
    
    Fixes: 006d89b ("drivers: scmi-msg: add SCMI Voltage Domain protocol")
    Signed-off-by: Etienne Carriere <[email protected]>
    Acked-by: Jerome Forissier <[email protected]>
    Acked-by: Gatien Chevallier <[email protected]>
    etienne-lms committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1f77478 View commit details
    Browse the repository at this point in the history
  2. drivers: scmi-msg: fix clock rates description remaining count

    Fix value of remaining clocks to describe on SCMI clock protocol
    message CLOCK_DESCRIBE_RATES that does not take into account the
    number of returned clock in the response.
    
    Fixes: 90252e2 ("drivers: scmi-msg: clock adapts to output buffer size")
    Signed-off-by: Etienne Carriere <[email protected]>
    Acked-by: Jerome Forissier <[email protected]>
    Acked-by: Gatien Chevallier <[email protected]>
    etienne-lms committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f723700 View commit details
    Browse the repository at this point in the history