qcacmn: Add framework for external group interrupt handling

Change-Id: I68a3c597e452e1975a97f9262870e16538f6dc4c
CRs-Fixed: 1042915
This commit is contained in:
Venkateswara Swamy Bandaru
2016-08-08 18:04:29 +05:30
committed by Gerrit - the friendly Code Review server
parent 9fd9af065c
commit 31108f318c
19 changed files with 308 additions and 9 deletions

View File

@@ -232,6 +232,16 @@ hif_dummy_cancel_deferred_target_sleep(struct hif_softc *hif_sc)
void hif_dummy_irq_enable(struct hif_softc *hif_sc, int irq_id)
{}
/**
* hif_dummy_grp_irq_enable - dummy call
* hif_ctx: hif context
* @irq_id: grp id
*
* Return: none
*/
void hif_dummy_grp_irq_enable(struct hif_softc *hif_sc, uint32_t grp_id)
{}
/**
* hif_dummy_irq_disable - dummy call
* hif_ctx: hif context
@@ -242,6 +252,15 @@ void hif_dummy_irq_enable(struct hif_softc *hif_sc, int irq_id)
void hif_dummy_irq_disable(struct hif_softc *hif_sc, int irq_id)
{}
/**
* hif_dummy_grp_irq_disable- dummy call
* hif_ctx: hif context
* @grp_id: grp id
*
* Return: none
*/
void hif_dummy_grp_irq_disable(struct hif_softc *hif_sc, uint32_t grp_id)
{}
/**
* hif_dummy_dump_registers - dummy call
* hif_sc: hif context