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

integration/soc/add_sdcard: switch to edge-triggered cmd-done irq #1787

Closed
wants to merge 1 commit into from

Commits on Sep 25, 2023

  1. integration/soc/add_sdcard: switch to edge-triggered cmd-done irq

    The current level-triggered command completion irq stays asserted
    until a new command is launched, requiring the software driver to
    disable and re-enable the cmd-done interrupt for each request.
    
    Switching to an edge-triggered cmd-done interrupt will allow for
    a more elegantly written software driver that can also easily
    use data/dma completion interrupts.
    
    Updates: e6765f8
    
    Signed-off-by: Gabriel Somlo <[email protected]>
    gsomlo committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b705793 View commit details
    Browse the repository at this point in the history