summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2016-03-15 09:00:12 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-25 16:04:03 -0700
commitb699b4e1069933982ec9a85e85d5a0c58656e8e4 (patch)
tree8b11b81c6e1a765c8979cfceb82379227184707e /drivers
parent083fdefb71b48afdbb8c981d391fb7daa4465512 (diff)
msm: ipa3: remove ul_dl sync from IPA MHI
Remove the usage of ul_dl_sync field in IPA MHI driver as this is no longer in use. CRs-Fixed: 990233 Change-Id: I7295da05664e72aa1b9120f7bc475f92addc095b Acked-by: Ady Abraham <adya@qti.qualcomm.com> Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/platform/msm/ipa/ipa_v3/ipa_mhi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/platform/msm/ipa/ipa_v3/ipa_mhi.c b/drivers/platform/msm/ipa/ipa_v3/ipa_mhi.c
index fa18ff2e2be3..a3058a010354 100644
--- a/drivers/platform/msm/ipa/ipa_v3/ipa_mhi.c
+++ b/drivers/platform/msm/ipa/ipa_v3/ipa_mhi.c
@@ -1589,8 +1589,6 @@ static int ipa_mhi_start_gsi_channel(struct ipa3_mhi_channel_ctx *channel,
channel->ep->gsi_evt_ring_hdl;
memset(&ev_scratch, 0, sizeof(ev_scratch));
- ev_scratch.mhi.ul_dl_sync_en =
- ipa3_cached_dl_ul_sync_info.params.isDlUlSyncEnabled;
res = gsi_write_evt_ring_scratch(channel->ep->gsi_evt_ring_hdl,
ev_scratch);
if (res) {
@@ -1627,8 +1625,6 @@ static int ipa_mhi_start_gsi_channel(struct ipa3_mhi_channel_ctx *channel,
ch_scratch.mhi.mhi_host_wp_addr = IPA_MHI_HOST_ADDR_COND(
channel->channel_context_addr +
offsetof(struct ipa3_mhi_ch_ctx, wp));
- ch_scratch.mhi.ul_dl_sync_en = ipa3_cached_dl_ul_sync_info.
- params.isDlUlSyncEnabled;
ch_scratch.mhi.assert_bit40 = ipa3_mhi_ctx->assert_bit40;
ch_scratch.mhi.max_outstanding_tre = ep_cfg->ipa_if_aos *
GSI_CHAN_RE_SIZE_16B;