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

cache: sifive_ccache: Partially convert to a platform driver #791

Closed
wants to merge 1 commit into from

Commits on Mar 27, 2024

  1. cache: sifive_ccache: Partially convert to a platform driver

    Commit 8ec99b0 ("irqchip/sifive-plic: Convert PLIC driver into a
    platform driver") broke ccache initialization because the PLIC IRQ
    domain is no longer available during an arch_initcall:
    
      [    0.087229] irq: no irq domain found for interrupt-controller@c000000 !
      [    0.087255] CCACHE: Could not request IRQ 0
    
    Fix this by moving the IRQ handling code to a platform driver.
    
    Fixes: 8ec99b0 ("irqchip/sifive-plic: Convert PLIC driver into a platform driver")
    Signed-off-by: Samuel Holland <samuel.holland@sifive.com>
    Signed-off-by: Björn Töpel <bjorn@rivosinc.com>
    SiFiveHolland authored and Björn Töpel committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    42940e9 View commit details
    Browse the repository at this point in the history