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 A9C317DA9C; Mon, 10 Feb 2025 10:19:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739182796; cv=none; b=H6kUngWkgqGOQa7C6ypD1a88LWXLj00jFTT38Uc7Ow2hgY0vmwuaxqj1cxzmvnYr5uYf1iQQXCRvs9Y1vbWWyZDgrrOWg05LfjGmdBLi8+/m8YoyDSDuidlgqNdB/oRx7ef4CbHIkBlSnocm1FQcEOtYhesetMSpr+jGDfai4L0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739182796; c=relaxed/simple; bh=yMGskL7MLJWn/r7OVZbGJx9q7/tbXqUhoIe+Heu7gD8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZtAMs3PJXT8wVv/J65YLA4uFCO4eELnpf2RYX6crhjBTRjzhPgJDMAvILMFEYGecjfXqHgE0MQK2fV9+H1lQ+IojBCN4M8ZDUAzcXp6mNCkBmmcncUIiT65C2vFIQ2iKjj0HKRQpdjhp33QzlompxL/aqvZ+S0PX9dq7dMCz+UA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZhD00Uaj; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZhD00Uaj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 687BCC4CED1; Mon, 10 Feb 2025 10:19:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739182796; bh=yMGskL7MLJWn/r7OVZbGJx9q7/tbXqUhoIe+Heu7gD8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZhD00UajXsg427yGD5lfKeeKTKd1bX1tI71PbP9zcUKytic7kAV5b0p1NZYbr0rZZ Ei/ERaK5KYp/8TuDMF+t29XFXgyMdIzELoQCayd033tooEjwpzAm9m+FvLr60gOL6x G2Yl8TCgSIxLPfX+UUGcIr5Icg5DZhA6bzt13/Ry3SiqTIBwgcashyHuML1pS2Vzqh xx5K6Sm/4cZoHBpIy37ahaE57EiiTmsEboR3dj27MIWJuoQC5FzDsYpHPXJscBUGS3 gtTVPn3qWdoLBF9QbBbyknwyIScZ8FmDLEv2I9wj3cFB3rOSky5GPvnW9w6Z29JAbA UvyCdLBg6S5TA== Date: Mon, 10 Feb 2025 15:49:52 +0530 From: Vinod Koul To: Bjorn Andersson Cc: Caleb Connolly , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Amit Vadhavana , Dave Jiang , Fenghua Yu , Kees Cook , Md Sadre Alam , Robin Murphy , David Heidelberg , Dmitry Baryshkov , dmaengine@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH] Revert "dmaengine: qcom: bam_dma: Avoid writing unavailable register" Message-ID: References: <20250208223112.142567-1-caleb.connolly@linaro.org> Precedence: bulk X-Mailing-List: dmaengine@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On 08-02-25, 20:03, Bjorn Andersson wrote: > On Sat, Feb 08, 2025 at 10:30:54PM +0000, Caleb Connolly wrote: > > This commit causes a hard crash on sdm845 and likely other platforms. > > Revert it until a proper fix is found. > > > > This reverts commit 57a7138d0627309d469719f1845d2778c251f358. > > > > I posted below patch yesterday, which reverts the change for > bdev->num_ees != 0 (i.e. SDM845), while still retaining the introduced > NDP vs Lite logic. Bjorn, Given the issues reported by Stephan, do you this we should revert and then patch it up..? -- ~Vinod