Re: [PATCH] bus: mhi: Remove auto-start option
From: Carl Huang <hidden>
Date: 2020-11-18 11:55:46
Also in:
ath11k, linux-arm-msm, linux-wireless
From: Carl Huang <hidden>
Date: 2020-11-18 11:55:46
Also in:
ath11k, linux-arm-msm, linux-wireless
On 2020-11-18 17:31, Manivannan Sadhasivam wrote:
On Wed, Nov 18, 2020 at 07:43:48AM +0200, Kalle Valo wrote:quoted
Manivannan Sadhasivam [off-list ref] writes:quoted
From: Loic Poulain <redacted> 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 <redacted> Reviewed-by: Manivannan Sadhasivam <redacted> [mani: clubbed ath11k change] Signed-off-by: Manivannan Sadhasivam <redacted>Thanks and feel free to take this to the immutable branch: Acked-by: Kalle Valo <redacted>Patch applied to mhi-ath11k-immutable branch and merged into mhi-next. Thanks, Mani
Does net/qrtr/mhi.c need changes? I guess now net/qrtr/mhi.c needs to call mhi_prepare_for_transfer() before transfer.