qcacmn: pointerize hif power_management apis

Bus power management requirements are different for different busses.
Add them to the bus opps table.

Change-Id: Ia5a2500dc2f1db3be2ddbbaea6a5969420ec0c51
CRs-Fixed: 978810 978802
This commit is contained in:
Houston Hoffman
2016-03-23 15:55:41 -07:00
committed by Gerrit - the friendly Code Review server
parent febbf6b9ec
commit b4149dda4f
8 changed files with 74 additions and 11 deletions

View File

@@ -94,3 +94,20 @@ int hif_dummy_target_sleep_state_adjust(struct hif_softc *scn,
{
return 0;
}
/**
* hif_dummy_enable_power_management - dummy call
* hif_ctx: hif context
* is_packet_log_enabled: true if packet log is enabled
*/
void hif_dummy_enable_power_management(struct hif_softc *hif_ctx,
bool is_packet_log_enabled)
{}
/**
* hif_dummy_disable_power_management - dummy call
* hif_ctx: hif context
* is_packet_log_enabled: true if packet log is enabled
*/
void hif_dummy_disable_power_management(struct hif_softc *hif_ctx)
{}