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

[TEST] SoundWire: check interrupts multiple times #4976

Commits on May 6, 2024

  1. [NOT FOR UPSTREAM] ASoC: SOF: Intel: lnl: add log for interrupt enabling

    Log what the interrupt enable state is.
    
    we should merge this but there's no real merit in upstreaming this.
    
    Link: thesofproject#4943
    Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    plbossart committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b4f3943 View commit details
    Browse the repository at this point in the history
  2. [NOT FOR UPSTREAM] soundwire: cadence: add log for interrupt enabling

    Log what the interrupt enable state is.
    
    we should merge this but there's no real merit in upstreaming this.
    
    Link: thesofproject#4943
    Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    plbossart committed May 6, 2024
    Configuration menu
    Copy the full SHA
    44a3ce6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. [DNM] soundwire: intel_init: re-try to handle interrupts

    Test the theory that some links can report an interrupt that is lost
    if reported *after* the link is handled.
    
    Add a second pass to re-check all links that have not been serviced in
    the first pass. This filter is necessary as an interrupt will usually
    generate a set of commands that are handled with, d'uh, interrupts.
    
    Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    plbossart committed May 7, 2024
    Configuration menu
    Copy the full SHA
    15bffa8 View commit details
    Browse the repository at this point in the history