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 B668218E1F for ; Thu, 26 Dec 2024 13:46:45 +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=1735220805; cv=none; b=hWTkMyu3pE8TOzC7suHzN3zFbVY0T2MBI86f4FoijyL2l50f7orvY+WWhgPLw3kHoCA30ldvDDcv5WEratgmDsotrt8DVNrrStHQKAXDDH4B3adP4v9KgBN73ALNtS3JdJSOB9TZfgD1/oDfL6ClOU88ZjiOF7/JviGBQMfgpG8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735220805; c=relaxed/simple; bh=zCztv26XtGLEP0xZEYs/HmQvNR42GfwbyBabrViUoTA=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=DBb6eg/saw+hGnYoJB9gvTTEoyGgYGb/V+5wnWMrt22o6S/F86jYFqmZyKwIfZDXPG+x+IfBjYlM9e/AQzY8gL4EkF1DnajM+OGyPjcpFLnz+Ifu5r/GdTwDlNYM0sKGQ9jMbPAJPH19oqjddQP9xqT0qc/HSsdiv5lgXs3kRWo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=niEBfjr5; 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="niEBfjr5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5F69C4CED1; Thu, 26 Dec 2024 13:46:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1735220805; bh=zCztv26XtGLEP0xZEYs/HmQvNR42GfwbyBabrViUoTA=; h=Date:From:To:Cc:Subject:From; b=niEBfjr5zqhvzTPOD5kc+fm8ueUr4EzFl9fI+SQCm1wAuis8DDKGA0bFneabMFDLD tWU5lxPI9hb39KydPXcslYUNIfCdW49WJ6vPDcbqxK4Ngmk1dV+SfcrbBcvvnSkkgD zjNuYAYSmFTlu0JUDUY5M8IAN2kcvQflJGufnxg7whDDhuZ2I5+JoDTCEBqR1Kqx86 yYqo686/2ZvX9INNhYENviY6FHm1U3RBHQyb9MSzENy4OgEi+D3+cRY1fpzkiut5zG REyQoE5KXoKXm4TpTSkQrJJsDeP9YxVmEVVjxYHD7IVEzY10HI2VQPySr3GXHxpd9f OqOHma7SUiSow== Date: Thu, 26 Dec 2024 19:16:41 +0530 From: Vinod Koul To: Linus Torvalds Cc: LKML Subject: [GIT PULL]: Dmaengine fixes for v6.13 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="zVzF4t9ojhrJBeZ/" Content-Disposition: inline --zVzF4t9ojhrJBeZ/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Linus, Here is the last request for this year for dmaengine fixes. Bunch of minor driver fixes for drivers in this cycle. The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dm= aengine-fix-6.13 for you to fetch changes up to ebc008699fd95701c9af5ebaeb0793eef81a71d5: dmaengine: tegra: Return correct DMA status when paused (2024-12-24 15:49= :30 +0530) ---------------------------------------------------------------- dmaengine fixes for v6.13 Driver fixes for: - Kernel doc warning documentation fixes - apple driver fix for register access - amd driver dropping private dma_ops - freescale cleanup path fix - refcount fix for mv_xor driver - null pointer deref fix for at_xdmac driver - GENMASK to GENMASK_ULL fix for loongson2 apb driver - Tegra driver fix for correcting dma status ---------------------------------------------------------------- Akhil R (1): dmaengine: tegra: Return correct DMA status when paused Andy Shevchenko (1): dmaengine: dw: Select only supported masters for ACPI devices Binbin Zhou (1): dmaengine: loongson2-apb: Change GENMASK to GENMASK_ULL Chen Ridong (1): dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset Javier Carrasco (1): dmaengine: mv_xor: fix child node refcount handling in early exit Joe Hattori (1): dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_p= d() Lizhi Hou (1): dmaengine: amd: qdma: Remove using the private get and set dma_ops AP= Is Randy Dunlap (1): linux/dmaengine.h: fix a few kernel-doc warnings Sasha Finkelstein (1): dmaengine: apple-admac: Avoid accessing registers in probe drivers/dma/amd/qdma/qdma.c | 28 ++++++++++------------- drivers/dma/apple-admac.c | 7 ++---- drivers/dma/at_xdmac.c | 2 ++ drivers/dma/dw/acpi.c | 6 +++-- drivers/dma/dw/internal.h | 8 +++++++ drivers/dma/dw/pci.c | 4 ++-- drivers/dma/fsl-edma-common.h | 1 + drivers/dma/fsl-edma-main.c | 41 +++++++++++++++++++++++++++++-= ---- drivers/dma/loongson2-apb-dma.c | 2 +- drivers/dma/mv_xor.c | 2 ++ drivers/dma/tegra186-gpc-dma.c | 10 +++++++++ include/linux/dmaengine.h | 13 ++++++++--- include/linux/platform_data/amd_qdma.h | 2 ++ 13 files changed, 92 insertions(+), 34 deletions(-) --=20 ~Vinod --zVzF4t9ojhrJBeZ/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE+vs47OPLdNbVcHzyfBQHDyUjg0cFAmdtXkEACgkQfBQHDyUj g0f/kQ/9E2G/hGsk52yshhwYHwEwQWJX6d8cQFyXBOwlOws8p6XXZ0ioyQ26Wqsy BfgkVMT8G7YvnD2+Z8+jqx2FCferbmHE0muByV+OK/NqU6hTxKX9jF38S7bps0EQ 7D4jrfgdP4t/HWFs0toBYFisLH4YOZRHIGXyV3zbt1pGSxaiqmYU3xNiAstT/gRS dS1LHqFxoZkR3Mb3Xi6zoVV7Xu+X2LcLm51iiapR5b5Qdv7imnnVH9Mg4U/Qa4MN /R/klxbi3npq99G8STa2+v128b9mkCP1bhCU3mH28DE/p/svvwzkFbU38b/yzO3u iLEv+jyYeHly5tyMDXWmt8m4akLdjLTCQSlezE6itOvyijBqr2QXHLYBABkRhiX+ TrQAl2Eb58+Bkv7LdG8C/d49FjGLQY9/PY5cBRJcLQ+vFWdtfEFHq3OMvARxaG9F 6tMW/CUeVq3RSsBkD572TlfcWNc5q84gcDvoI16fEHm4tPBZfYcykybL2oQKR0Kv iOSgpWfC0lK7z2VGV15eUBVzY7LePE0UJyTCFPiuWf1JK4FGfdK3BQ2pF0h0pWpJ mDq0gxJfjI7yMqXM1IwZwpyxeTU49iuTGnsZwwnBaN13bs3JkShiT2SkGbweIqnO MYrZ9yAVBBcLS3akYgycQR4y5EWpypIUGZxHDubJqGpK/yRHtFg= =c//j -----END PGP SIGNATURE----- --zVzF4t9ojhrJBeZ/--