netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wcn36xx: Close SMD channel on device removal
@ 2017-05-09  4:36 Bjorn Andersson
  2017-05-09  6:17 ` Kalle Valo
  2017-05-23 15:23 ` Kalle Valo
  0 siblings, 2 replies; 7+ messages in thread
From: Bjorn Andersson @ 2017-05-09  4:36 UTC (permalink / raw)
  To: Eugene Krasnikov, Kalle Valo, Eyal Ilsar
  Cc: wcn36xx, linux-wireless, netdev, linux-kernel, linux-arm-msm

The SMD channel is not the primary WCNSS channel and must explicitly be
closed as the device is removed, or the channel will already by open on
a subsequent probe call in e.g. the case of reloading the kernel module.

This issue was introduced because I simplified the underlying SMD
implementation while the SMD adaptions of the driver sat on the mailing
list, but missed to update these patches. The patch does however only
apply back to the transition to rpmsg, hence the limited Fixes.

Fixes: 5052de8deff5 ("soc: qcom: smd: Transition client drivers from smd to rpmsg")
Reported-by: Eyal Ilsar <c_eilsar@qti.qualcomm.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 drivers/net/wireless/ath/wcn36xx/main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/ath/wcn36xx/main.c b/drivers/net/wireless/ath/wcn36xx/main.c
index d5e993dc9b23..517a315e259b 100644
--- a/drivers/net/wireless/ath/wcn36xx/main.c
+++ b/drivers/net/wireless/ath/wcn36xx/main.c
@@ -1271,6 +1271,8 @@ static int wcn36xx_remove(struct platform_device *pdev)
 	qcom_smem_state_put(wcn->tx_enable_state);
 	qcom_smem_state_put(wcn->tx_rings_empty_state);
 
+	rpmsg_destroy_ept(wcn->smd_channel);
+
 	iounmap(wcn->dxe_base);
 	iounmap(wcn->ccu_base);
 
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-05-23 15:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-09  4:36 [PATCH] wcn36xx: Close SMD channel on device removal Bjorn Andersson
2017-05-09  6:17 ` Kalle Valo
2017-05-09 23:03   ` Bjorn Andersson
2017-05-10  7:27     ` Arend van Spriel
2017-05-10 17:52       ` Bjorn Andersson
2017-05-11 12:11         ` Kalle Valo
2017-05-23 15:23 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).