Skip to content
  • Gilles Chanteperdrix's avatar
    ipipe: handle irq domain hierarchy parent masking · c7ceae12
    Gilles Chanteperdrix authored and Philippe Gerum's avatar Philippe Gerum committed
    Children of an irq chip using the handle_fasteoi_irq handler need a way
    to call the irq_hold/irq_release parent chip methods instead of the
    irq_mask/irq_unmask irq, as these methods mask the virtual irq thus
    causing each interrupt to be masked upon first occurence and never be
    unmasked.
    c7ceae12