Browse Source

Update IPA and GSI driver techpack snapshot

Upate the driver to msm-5.4 kernel snapshot as of
'commit <6da1fc6d98ff77ff4> ("interconnect: qcom:
Change bcm voter initlevel")'.

Change-Id: I0abfbbe4a8a8da7bd64b5301decb2f2b483c4397
Signed-off-by: Ghanim Fodi <[email protected]>
Ghanim Fodi 5 years ago
parent
commit
2bf0baa500
1 changed files with 1 additions and 9 deletions
  1. 1 9
      drivers/platform/msm/ipa/ipa_v3/ipa_uc.c

+ 1 - 9
drivers/platform/msm/ipa/ipa_v3/ipa_uc.c

@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
  */
 
 #include "ipa_i.h"
@@ -312,8 +312,6 @@ static void ipa3_uc_save_dbg_stats(u32 size)
 		} else
 			goto unmap;
 		break;
-	case IPA_HW_PROTOCOL_11ad:
-		break;
 	case IPA_HW_PROTOCOL_WDI:
 		if (!ipa3_ctx->wdi2_ctx.dbg_stats.uc_dbg_stats_mmio) {
 			ipa3_ctx->wdi2_ctx.dbg_stats.uc_dbg_stats_size =
@@ -336,8 +334,6 @@ static void ipa3_uc_save_dbg_stats(u32 size)
 		} else
 			goto unmap;
 		break;
-	case IPA_HW_PROTOCOL_ETH:
-		break;
 	case IPA_HW_PROTOCOL_MHIP:
 		if (!ipa3_ctx->mhip_ctx.dbg_stats.uc_dbg_stats_mmio) {
 			ipa3_ctx->mhip_ctx.dbg_stats.uc_dbg_stats_size =
@@ -1243,8 +1239,6 @@ int ipa3_uc_debug_stats_dealloc(uint32_t prot_id)
 		iounmap(ipa3_ctx->aqc_ctx.dbg_stats.uc_dbg_stats_mmio);
 		ipa3_ctx->aqc_ctx.dbg_stats.uc_dbg_stats_mmio = NULL;
 		break;
-	case IPA_HW_PROTOCOL_11ad:
-		break;
 	case IPA_HW_PROTOCOL_WDI:
 		iounmap(ipa3_ctx->wdi2_ctx.dbg_stats.uc_dbg_stats_mmio);
 		ipa3_ctx->wdi2_ctx.dbg_stats.uc_dbg_stats_mmio = NULL;
@@ -1253,8 +1247,6 @@ int ipa3_uc_debug_stats_dealloc(uint32_t prot_id)
 		iounmap(ipa3_ctx->wdi3_ctx.dbg_stats.uc_dbg_stats_mmio);
 		ipa3_ctx->wdi3_ctx.dbg_stats.uc_dbg_stats_mmio = NULL;
 		break;
-	case IPA_HW_PROTOCOL_ETH:
-		break;
 	default:
 		IPAERR("unknown protocols %d\n", prot_id);
 	}