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: crypto: remove assertions on device handlers #6782

Merged
merged 1 commit into from
May 24, 2024

Commits on Apr 23, 2024

  1. drivers: crypto: remove assertions on device handlers

    Remove assertions added by the commit referred below. They are useless
    since the handlers are registered only if the related device (stm32_cryp
    or stm32_saes) has its driver successfully probed. These assertion also
    prevent enabling both CFG_STM32_SAES and CFG_STM32_CRYP for a platform
    which is a valid configuration for when we rely on the DT to state
    which of both is enabled.
    
    Fixes: 03de2c7 ("drivers: crypto: stm32_saes: fallback to software on 192bit AES keys")
    Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
    Reviewed-by: Thomas Bourgoin <thomas.bourgoin@foss.st.com>
    etienne-lms committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    20178d2 View commit details
    Browse the repository at this point in the history