From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 761EF3C04 for ; Mon, 10 Apr 2023 16:03:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 231EBC433D2; Mon, 10 Apr 2023 16:03:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681142608; bh=MDHcorSYIoqQfGJLNR4MXBHMIP2dHZGW4zFG/rUVs9w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Bai20Ogui0L/1vQU86vimU9agwmOd0a0gv5s7sjr4ljSy894+L4FNsKD97GkUpuHy xDv5N/x3ee9xTJMGBgzvJohKjPDM0+72OPxA7g8tIKiZ/PwQmXIzF1hZ0qLbsovbfC q0Wdo/fiimDJ9GiH7C/+KlfViWtdGbfNroTxiNBQ1dAaYo2SXV3aXltKP0L2vyJkST GIlr+YOAkpedOgjqr3ajQBnzsDBDrq5pA+hIGkuOcnucP9S4RLhRsYUYWMY46kdqW0 G6Mh+AeambtGF9m2CsviZqpy3PE4Ouqt2wcqvnxyXam7wANZaDwqReLuo3NdNoYm3a LEcTJbd9lcynw== Date: Mon, 10 Apr 2023 21:33:21 +0530 From: Manivannan Sadhasivam To: Jeffrey Hugo Cc: mani@kernel.org, mhi@lists.linux.dev, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] MHI host syserr fixes Message-ID: <20230410160321.GC4630@thinkpad> References: <1681142292-27571-1-git-send-email-quic_jhugo@quicinc.com> Precedence: bulk X-Mailing-List: mhi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1681142292-27571-1-git-send-email-quic_jhugo@quicinc.com> On Mon, Apr 10, 2023 at 09:58:10AM -0600, Jeffrey Hugo wrote: > Two small fixes that address an issue where it is observed in stress > testing that a MHI device could appear to enter a bad state and be unable > to recover unless the module is removed and re-added which should not be > necessary. > Applied to mhi-next! - Mani > v2: > -Add fixes tags and cc stable. Fixes tag is expected to give suitable > indication for backporting. > > Jeffrey Hugo (2): > bus: mhi: host: Remove duplicate ee check for syserr > bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state > > drivers/bus/mhi/host/boot.c | 16 ++++++++++++---- > drivers/bus/mhi/host/main.c | 2 +- > 2 files changed, 13 insertions(+), 5 deletions(-) > > -- > 2.7.4 > > -- மணிவண்ணன் சதாசிவம்