From: Bhaumik Bhatt <bbhatt@codeaurora.org>
To: Jeffrey Hugo <jhugo@codeaurora.org>
Cc: manivannan.sadhasivam@linaro.org, kvalo@codeaurora.org,
linux-wireless@vger.kernel.org, cjhuang@codeaurora.org,
linux-arm-msm@vger.kernel.org, hemantk@codeaurora.org,
linux-kernel@vger.kernel.org, ath11k@lists.infradead.org,
clew@codeaurora.org, loic.poulain@linaro.org,
netdev@vger.kernel.org, jhugo=codeaurora.org@codeaurora.org
Subject: Re: [PATCH] net: qrtr: Unprepare MHI channels during remove
Date: Wed, 18 Nov 2020 11:13:38 -0800 [thread overview]
Message-ID: <4369f0e36886db303f5543b8a380b9d0@codeaurora.org> (raw)
In-Reply-To: <5e94c0be-9402-7309-5d65-857a27d1f491@codeaurora.org>
Hi Jeff,
On 2020-11-18 10:34 AM, Jeffrey Hugo wrote:
> On 11/18/2020 11:20 AM, Bhaumik Bhatt wrote:
>> Reset MHI device channels when driver remove is called due to
>> module unload or any crash scenario. This will make sure that
>> MHI channels no longer remain enabled for transfers since the
>> MHI stack does not take care of this anymore after the auto-start
>> channels feature was removed.
>>
>> Signed-off-by: Bhaumik Bhatt <bbhatt@codeaurora.org>
>> ---
>> net/qrtr/mhi.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/net/qrtr/mhi.c b/net/qrtr/mhi.c
>> index 7100f0b..2bf2b19 100644
>> --- a/net/qrtr/mhi.c
>> +++ b/net/qrtr/mhi.c
>> @@ -104,6 +104,7 @@ static void qcom_mhi_qrtr_remove(struct mhi_device
>> *mhi_dev)
>> struct qrtr_mhi_dev *qdev = dev_get_drvdata(&mhi_dev->dev);
>> qrtr_endpoint_unregister(&qdev->ep);
>> + mhi_unprepare_from_transfer(mhi_dev);
>> dev_set_drvdata(&mhi_dev->dev, NULL);
>> }
>>
>
> I admit, I didn't pay much attention to the auto-start being removed,
> but this seems odd to me.
It allows fair and common treatment for all client drivers.
>
> As a client, the MHI device is being removed, likely because of some
> factor outside of my control, but I still need to clean it up? This
> really feels like something MHI should be handling.
It isn't really outside of a client's control every time. If a client
driver
module is unloaded for example, it should be in their responsibility to
clean
up and send commands to close those channels which allows the device to
clean
up the context.
In the event of a kernel panic or some device crash outside of a
client's
control, this function will just free some memory and return right away
as MHI
knows not to pursue it over the link anyway.
Some client drivers depend on USB or other drivers, which allows
flexibility on
their end as to when to call these MHI prepare/unprepare for transfer
APIs.
Thanks,
Bhaumik
---
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora
Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2020-11-18 19:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-18 18:20 [PATCH] net: qrtr: Unprepare MHI channels during remove Bhaumik Bhatt
2020-11-18 18:34 ` Jeffrey Hugo
2020-11-18 19:13 ` Bhaumik Bhatt [this message]
[not found] ` <CAMZdPi_b0=qFNGi1yUke3Dip2bi-zW4ULTg8W4nbyPyEsE3D4w@mail.gmail.com>
2020-11-18 19:34 ` Jeffrey Hugo
2020-11-19 19:02 ` Bhaumik Bhatt
2020-11-25 18:01 ` Jeffrey Hugo
2020-11-20 5:10 ` Jakub Kicinski
2020-11-20 6:15 ` Manivannan Sadhasivam
2020-11-20 6:18 ` Jakub Kicinski
2020-11-20 6:23 ` Manivannan Sadhasivam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4369f0e36886db303f5543b8a380b9d0@codeaurora.org \
--to=bbhatt@codeaurora.org \
--cc=ath11k@lists.infradead.org \
--cc=cjhuang@codeaurora.org \
--cc=clew@codeaurora.org \
--cc=hemantk@codeaurora.org \
--cc=jhugo=codeaurora.org@codeaurora.org \
--cc=jhugo@codeaurora.org \
--cc=kvalo@codeaurora.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=loic.poulain@linaro.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).