From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3837BC433B4 for ; Tue, 4 May 2021 17:41:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA83361166 for ; Tue, 4 May 2021 17:41:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231845AbhEDRmc (ORCPT ); Tue, 4 May 2021 13:42:32 -0400 Received: from alexa-out-sd-01.qualcomm.com ([199.106.114.38]:22586 "EHLO alexa-out-sd-01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230425AbhEDRmb (ORCPT ); Tue, 4 May 2021 13:42:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1620150096; x=1651686096; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=ek1NDbSmNE2dBVRUjlUYh6SnWrzq5ADKqO2/Os5bhv8=; b=GdIhcYe3ymh+5OVVnwyCeB7QROg9u/MRGP2g/uBV9iSgjrNj65Z1gLF7 PHw6NfD0nx0XXsOUuTr6xN97oIgyNIr1O4Lw71aj0x8CdVBPWGVWpdVqC Q+7MVe+KQ8EOmVQiw6PtYsBcnXyw1daCe+wgperPVnaS37G0B9/2U/XfF c=; Received: from unknown (HELO ironmsg04-sd.qualcomm.com) ([10.53.140.144]) by alexa-out-sd-01.qualcomm.com with ESMTP; 04 May 2021 10:41:36 -0700 X-QCInternal: smtphost Received: from nasanexm03e.na.qualcomm.com ([10.85.0.48]) by ironmsg04-sd.qualcomm.com with ESMTP/TLS/AES256-SHA; 04 May 2021 10:41:36 -0700 Received: from [10.226.59.216] (10.80.80.8) by nasanexm03e.na.qualcomm.com (10.85.0.48) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 4 May 2021 10:41:35 -0700 Subject: Re: [PATCH v8 2/9] bus: mhi: core: Clear context for stopped channels from remove() To: Bhaumik Bhatt , CC: , , , , , References: <1617311778-1254-1-git-send-email-bbhatt@codeaurora.org> <1617311778-1254-3-git-send-email-bbhatt@codeaurora.org> From: Jeffrey Hugo Message-ID: <2d540a2a-0152-1357-67c2-b6047e423dd9@quicinc.com> Date: Tue, 4 May 2021 11:41:34 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <1617311778-1254-3-git-send-email-bbhatt@codeaurora.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanexm03g.na.qualcomm.com (10.85.0.49) To nasanexm03e.na.qualcomm.com (10.85.0.48) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/1/2021 3:16 PM, Bhaumik Bhatt wrote: > If a channel was explicitly stopped but not reset and a driver > remove is issued, clean up the channel context such that it is > reflected on the device. This move is useful if a client driver > module is unloaded or a device crash occurs with the host having > placed the channel in a stopped state. > > Signed-off-by: Bhaumik Bhatt > Reviewed-by: Hemant Kumar > Reviewed-by: Manivannan Sadhasivam Reviewed-by: Jeffrey Hugo