public inbox for linux-spi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: tegra114: remove Kconfig dependency on TEGRA20_APB_DMA
@ 2025-11-26  9:50 Francesco Lavra
  2025-11-26 17:10 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Francesco Lavra @ 2025-11-26  9:50 UTC (permalink / raw)
  To: Mark Brown, Thierry Reding, Gautham Srinivasan, linux-spi,
	linux-kernel

This driver runs also on Tegra SoCs without a Tegra20 APB DMA controller
(e.g. Tegra234).
Remove the Kconfig dependency on TEGRA20_APB_DMA; in addition, amend the
help text to reflect the fact that this driver works on SoCs different from
Tegra114.

Fixes: bb9667d8187b ("arm64: tegra: Add SPI device tree nodes for Tegra234")
Signed-off-by: Francesco Lavra <flavra@baylibre.com>
---
 drivers/spi/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 891729c9c564..9f20cb75bb85 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -1170,10 +1170,10 @@ config SPI_TEGRA210_QUAD
 
 config SPI_TEGRA114
 	tristate "NVIDIA Tegra114 SPI Controller"
-	depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
+	depends on ARCH_TEGRA || COMPILE_TEST
 	depends on RESET_CONTROLLER
 	help
-	  SPI driver for NVIDIA Tegra114 SPI Controller interface. This controller
+	  SPI controller driver for NVIDIA Tegra114 and later SoCs. This controller
 	  is different than the older SoCs SPI controller and also register interface
 	  get changed with this controller.
 
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] spi: tegra114: remove Kconfig dependency on TEGRA20_APB_DMA
  2025-11-26  9:50 [PATCH] spi: tegra114: remove Kconfig dependency on TEGRA20_APB_DMA Francesco Lavra
@ 2025-11-26 17:10 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2025-11-26 17:10 UTC (permalink / raw)
  To: Thierry Reding, Gautham Srinivasan, linux-spi, linux-kernel,
	Francesco Lavra

On Wed, 26 Nov 2025 10:50:27 +0100, Francesco Lavra wrote:
> This driver runs also on Tegra SoCs without a Tegra20 APB DMA controller
> (e.g. Tegra234).
> Remove the Kconfig dependency on TEGRA20_APB_DMA; in addition, amend the
> help text to reflect the fact that this driver works on SoCs different from
> Tegra114.
> 
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: tegra114: remove Kconfig dependency on TEGRA20_APB_DMA
      commit: 3dcf44ab56e1d3ca3532083c0d5390b758e45b45

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-26 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-26  9:50 [PATCH] spi: tegra114: remove Kconfig dependency on TEGRA20_APB_DMA Francesco Lavra
2025-11-26 17:10 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox