Merge branch 'ib-qcom-ssbi' into devel
This commit is contained in:
@ -1277,6 +1277,17 @@ void irq_chip_mask_parent(struct irq_data *data)
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(irq_chip_mask_parent);
|
||||
|
||||
/**
|
||||
* irq_chip_mask_ack_parent - Mask and acknowledge the parent interrupt
|
||||
* @data: Pointer to interrupt specific data
|
||||
*/
|
||||
void irq_chip_mask_ack_parent(struct irq_data *data)
|
||||
{
|
||||
data = data->parent_data;
|
||||
data->chip->irq_mask_ack(data);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(irq_chip_mask_ack_parent);
|
||||
|
||||
/**
|
||||
* irq_chip_unmask_parent - Unmask the parent interrupt
|
||||
* @data: Pointer to interrupt specific data
|
||||
|
Reference in New Issue
Block a user