On 06/02/2019 15:15, Linus Walleij wrote: > The hierarchical irqchip never before ran into a situation > where the parent is not "simple", i.e. does not implement > .irq_ack() and .irq_mask() like most, but the qcom-pm8xxx.c > happens to implement only .irq_mask_ack(). > > Since we want to make ssbi-gpio a hierarchical child of this > irqchip, it must *also* only implement .irq_mask_ack() > and call down to the parent, and for this we of course > need irq_chip_mask_ack_parent(). > > Cc: Brian Masney <[email protected]> > Cc: Marc Zyngier <[email protected]> > Cc: Thomas Gleixner <[email protected]> > Signed-off-by: Linus Walleij <[email protected]>
Acked-by: Marc Zyngier <[email protected]> M. -- Jazz is not dead. It just smells funny...

