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 E671A22BC1D; Sun, 24 Mar 2024 23:16:13 +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=1711322175; cv=none; b=OkM540sAg2gXOuFNXOoNjvWz6o6bWWDxMRfBkTixAohcJc8AWQL4LMzCdvU7b9xgk2NPg8rDNoDKNFg9lNNpyweO/cpalFPugKgJbV2C7S5dsk4aX3eOqc/4qq78LE9a8klGUOaUYy8Ryc5FaOzcPzdPgTCsAINXqvR711YBLnc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711322175; c=relaxed/simple; bh=qf1RGmEEchcl/KhPssW1e9dJhWTCpGDJqNE1deVrOYA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Rk2wVuwQEBxtpiG9E3wQf7HAcRcRO1i8igq7Dx65Tc/NIR/N67RsCUVTdXD6U7uEvQZAdrFQNE5HUy0JD2ZszrTIM6HkQURzCogg8xyhE2bPGl/LCB+76FpfPShAlKdJ0TWV03wy2AmOJBqIYalPGTEskksgrkVjahgn2s97554= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AgJ51PwY; 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="AgJ51PwY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB3D3C43390; Sun, 24 Mar 2024 23:16:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711322173; bh=qf1RGmEEchcl/KhPssW1e9dJhWTCpGDJqNE1deVrOYA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AgJ51PwYhXUK8TQltLueiJI4Ci4FipZCMr03PAWZqiVspvYwK2W1FvPYz4qyQ6b8X +8K8m2s7i+NOH3GnBOY3RjPH8pJW1bsFMf3IV+ojrkuyKKex7B2LXcZteRx4x4ZhVe McgJy+ehF1edhTNbLKWggbFHNwXqUm8ZbdZys/Wp28IFioVKNKNlw55oUQ/fAF+gUb 7LU0EEKDs9jlITv9/IDYo1kniC1CsxnzIo/V+eDViTnUHwB9ks3Bj5Os8jcar1516z Rb6Q+PSZ6Cw9p4DtF+K/VwcwRY+uXvP3CjMR9h0GNn8OA/u2Ktpl2f4swhl/txwdwA 8Ch6WQEsYol+w== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Peter Robinson , Jon Hunter , Thierry Reding , Sameer Pujar , Laxman Dewangan , Vinod Koul , Sasha Levin Subject: [PATCH 6.1 252/451] dmaengine: tegra210-adma: Update dependency to ARCH_TEGRA Date: Sun, 24 Mar 2024 19:08:48 -0400 Message-ID: <20240324231207.1351418-253-sashal@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240324231207.1351418-1-sashal@kernel.org> References: <20240324231207.1351418-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit From: Peter Robinson [ Upstream commit 33b7db45533af240fe44e809f9dc4d604cf82d07 ] Update the architecture dependency to be the generic Tegra because the driver works on the four latest Tegra generations not just T210, if you build a kernel with a specific ARCH_TEGRA_xxx_SOC option that excludes 210 you don't get this driver. Fixes: 433de642a76c9 ("dmaengine: tegra210-adma: add support for Tegra186/Tegra194") Signed-off-by: Peter Robinson Cc: Jon Hunter Cc: Thierry Reding Cc: Sameer Pujar Cc: Laxman Dewangan Reviewed-by: Jon Hunter Link: https://lore.kernel.org/r/20240112093310.329642-2-pbrobinson@gmail.com Signed-off-by: Vinod Koul Signed-off-by: Sasha Levin --- drivers/dma/Kconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 81de833ccd041..66ef0a1114845 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -665,16 +665,16 @@ config TEGRA20_APB_DMA config TEGRA210_ADMA tristate "NVIDIA Tegra210 ADMA support" - depends on (ARCH_TEGRA_210_SOC || COMPILE_TEST) + depends on (ARCH_TEGRA || COMPILE_TEST) select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help - Support for the NVIDIA Tegra210 ADMA controller driver. The - DMA controller has multiple DMA channels and is used to service - various audio clients in the Tegra210 audio processing engine - (APE). This DMA controller transfers data from memory to - peripheral and vice versa. It does not support memory to - memory data transfer. + Support for the NVIDIA Tegra210/Tegra186/Tegra194/Tegra234 ADMA + controller driver. The DMA controller has multiple DMA channels + and is used to service various audio clients in the Tegra210 + audio processing engine (APE). This DMA controller transfers + data from memory to peripheral and vice versa. It does not + support memory to memory data transfer. config TIMB_DMA tristate "Timberdale FPGA DMA support" -- 2.43.0