• A
    net: ipa: only enable GSI general IRQs when needed · 352f26a8
    Alex Elder 提交于
    Most GSI general errors are unrecoverable without a full reset.
    Despite that, we want to receive these errors so we can at least
    report what happened before whatever undefined behavior ensues.
    
    Explicitly disable all such interrupts in gsi_irq_setup(), then
    enable those we want in gsi_irq_enable().  List the interrupt types
    we are interested in (everything but breakpoint) explicitly rather
    than using GSI_CNTXT_GSI_IRQ_ALL, and remove that symbol's
    definition.
    Signed-off-by: NAlex Elder <elder@linaro.org>
    Signed-off-by: NJakub Kicinski <kuba@kernel.org>
    352f26a8
gsi_reg.h 14.7 KB