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

Remove stubbed interrupt driver functions #6371

Merged
merged 2 commits into from
Oct 12, 2023

Commits on Oct 12, 2023

  1. drivers: hfic: remove stubbed functions

    With the commit b2d6db2 ("core: interrupt: helper function for
    raise_pi, raise_sgi, set_affinity") the struct itr_ops .raise_pi,
    .raise_sgi, and .set_affinity are now optional so remove the stubbed
    functions.
    
    Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
    Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
    jenswi-linaro committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9639bcf View commit details
    Browse the repository at this point in the history
  2. drivers: saic: remove stubbed functions

    With the commit b2d6db2 ("core: interrupt: helper function for
    raise_pi, raise_sgi, set_affinity") the struct itr_ops .raise_pi,
    .raise_sgi, and .set_affinity are now optional so remove the stubbed
    functions.
    
    Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
    Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
    jenswi-linaro committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    549d62b View commit details
    Browse the repository at this point in the history