aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/bus/mhi/core/internal.h
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@linaro.org>2020-09-28 09:39:50 +0530
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2020-11-18 12:56:27 +0530
commited5298c7d500abaf34ed7783969e953a1f028e5b (patch)
treee5119ea5fd03d214bfce39d37395b115a709f9e9 /drivers/bus/mhi/core/internal.h
parentLinux 5.10-rc1 (diff)
downloadwireguard-linux-ed5298c7d500abaf34ed7783969e953a1f028e5b.tar.xz
wireguard-linux-ed5298c7d500abaf34ed7783969e953a1f028e5b.zip
bus: mhi: Remove auto-start option
There is really no point having an auto-start for channels. This is confusing for the device drivers, some have to enable the channels, others don't have... and waste resources (e.g. pre allocated buffers) that may never be used. This is really up to the MHI device(channel) driver to manage the state of its channels. While at it, let's also remove the auto-start option from ath11k mhi controller. Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Acked-by: Kalle Valo <kvalo@codeaurora.org> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> [mani: clubbed ath11k change] Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Diffstat (limited to 'drivers/bus/mhi/core/internal.h')
-rw-r--r--drivers/bus/mhi/core/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bus/mhi/core/internal.h b/drivers/bus/mhi/core/internal.h
index 7989269ddd96..33c23203c531 100644
--- a/drivers/bus/mhi/core/internal.h
+++ b/drivers/bus/mhi/core/internal.h
@@ -563,7 +563,6 @@ struct mhi_chan {
bool configured;
bool offload_ch;
bool pre_alloc;
- bool auto_start;
bool wake_capable;
};