From patchwork Sun Mar 2 17:30:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 13997979 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 F1F7718EAB for ; Sun, 2 Mar 2025 17:30:30 +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=1740936631; cv=none; b=QlbTiV4XwxWUxfMKuUcT/gsvvWEt2syuJzi7frtFj9oDY/4yokX6UP0XRlD1Ko2OnkCG5ZEpZDxB+kI4uwhmIqp00ySXVDNm8QmoEIXx/jWn7yRfOcmClqj5WkTDTETiS5wBlHowJAYrnMwPl8MH8xDeyfMwM/TBrweMqHBsElM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740936631; c=relaxed/simple; bh=cd/PKLF644Rs83Ql9MGBPVOhlpw5lZPzlxkejHuxRf4=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=G8btx6ZcyMDu19tTvIl1uScV4HDUB0xIdLf4JCw+X+vWkLw5ZUxwrh23X4z7vmxkjY9ajRrcuw3q+3FiwAeT0ROr4wztVYqxXsAY35oZK6EyLLTeIO6a16kqXOGtFG9x/rwSar91pMo2rpv/MR5OTjRxGFXGkAeY9B0Ibg35gOM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VCezRRgr; 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="VCezRRgr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F3CD4C4CED6; Sun, 2 Mar 2025 17:30:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740936630; bh=cd/PKLF644Rs83Ql9MGBPVOhlpw5lZPzlxkejHuxRf4=; h=Date:From:To:Cc:Subject:From; b=VCezRRgrCnJwEdXqg9eK58lbFvOQZx6ijxoi1iXAztzJlC5s4f3pB/PrL+SmKCXH4 GvKsEQOKdyDaa3zrNGOcx6Gh1MHhOhfEE4DKqxSL7hk0/fVyrQ8It/ClTASFLXHuzQ XCGDJaEawNIf6Hq9G1a/JC8C+DMTxuHkhLSKSs6z/ehkl0H6iUQtUGSUPDEjQW0Haj kpqZMwW+LN2G/YuVDqpYahx94vcyM7KwiuD23RlU2hdLpP6+NVvqJCj6hLPct10ioK QIUVxiZQiNxxGPp5fyF0mm6Pp4dqRRVv4RpHHiFFp1t+pF43WzlheMSh6XqyIX+Fpj X3FX8Ri96IIzQ== Date: Sun, 2 Mar 2025 23:00:26 +0530 From: Vinod Koul To: Linus Torvalds Cc: dma Subject: [GIT PULL]: Dmaengine subsystem fixes for v6.14 Message-ID: Precedence: bulk X-Mailing-List: dmaengine@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Hello Linus, Please pull to receive two fixes for tegra adma driver and revert of one qcom patch causing regressions. The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b: Linux 6.14-rc1 (2025-02-02 15:39:26 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-6.14 for you to fetch changes up to e521f516716de7895acd1b5b7fac788214a390b9: dmaengine: Revert "dmaengine: qcom: bam_dma: Avoid writing unavailable register" (2025-02-27 13:29:15 +0530) ---------------------------------------------------------------- dmaengine fixes for v6.14 Driver fixes for: - tegra210 adma div_u64 divison and max page fixes - Qualcomm Revert of unavailable register workaround which is causing regression, fixes have been proposed but still gaps are present so revert this for now ---------------------------------------------------------------- Caleb Connolly (1): dmaengine: Revert "dmaengine: qcom: bam_dma: Avoid writing unavailable register" Mohan Kumar D (2): dmaengine: tegra210-adma: Use div_u64 for 64 bit division dmaengine: tegra210-adma: check for adma max page drivers/dma/qcom/bam_dma.c | 24 ++++++++---------------- drivers/dma/tegra210-adma.c | 20 ++++++++++++++++---- 2 files changed, 24 insertions(+), 20 deletions(-)