linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: ti: k3-udma: Drop COMPILE_TEST for the drivers for now
@ 2020-04-03 14:19 Peter Ujfalusi
  2020-04-03 17:45 ` Linus Torvalds
  2020-04-15 15:55 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Ujfalusi @ 2020-04-03 14:19 UTC (permalink / raw)
  To: vkoul; +Cc: dmaengine, linux-kernel, dan.j.williams, torvalds

It is not possible to compile test the UDMA stack right now due to
dependencies to T_SCI_PROTOCOL and TI_SCI_INTA_IRQCHIP and their
dependencies.

Remove the COMPILE_TEST until it is actually possible to compile test the
drivers.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 drivers/dma/ti/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/dma/ti/Kconfig b/drivers/dma/ti/Kconfig
index f76e06651f80..79618fac119a 100644
--- a/drivers/dma/ti/Kconfig
+++ b/drivers/dma/ti/Kconfig
@@ -36,7 +36,7 @@ config DMA_OMAP
 
 config TI_K3_UDMA
 	bool "Texas Instruments UDMA support"
-	depends on ARCH_K3 || COMPILE_TEST
+	depends on ARCH_K3
 	depends on TI_SCI_PROTOCOL
 	depends on TI_SCI_INTA_IRQCHIP
 	select DMA_ENGINE
@@ -49,7 +49,7 @@ config TI_K3_UDMA
 
 config TI_K3_UDMA_GLUE_LAYER
 	bool "Texas Instruments UDMA Glue layer for non DMAengine users"
-	depends on ARCH_K3 || COMPILE_TEST
+	depends on ARCH_K3
 	depends on TI_K3_UDMA
 	help
 	  Say y here to support the K3 NAVSS DMA glue interface
-- 
Peter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


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

* Re: [PATCH] dmaengine: ti: k3-udma: Drop COMPILE_TEST for the drivers for now
  2020-04-03 14:19 [PATCH] dmaengine: ti: k3-udma: Drop COMPILE_TEST for the drivers for now Peter Ujfalusi
@ 2020-04-03 17:45 ` Linus Torvalds
  2020-04-15 15:55 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2020-04-03 17:45 UTC (permalink / raw)
  To: Peter Ujfalusi; +Cc: Vinod Koul, dma, Linux Kernel Mailing List, Dan Williams

On Fri, Apr 3, 2020 at 7:19 AM Peter Ujfalusi <peter.ujfalusi@ti.com> wrote:
>
> Remove the COMPILE_TEST until it is actually possible to compile test the
> drivers.

Ack, of course. Thanks,

              Linus

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

* Re: [PATCH] dmaengine: ti: k3-udma: Drop COMPILE_TEST for the drivers for now
  2020-04-03 14:19 [PATCH] dmaengine: ti: k3-udma: Drop COMPILE_TEST for the drivers for now Peter Ujfalusi
  2020-04-03 17:45 ` Linus Torvalds
@ 2020-04-15 15:55 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2020-04-15 15:55 UTC (permalink / raw)
  To: Peter Ujfalusi; +Cc: dmaengine, linux-kernel, dan.j.williams, torvalds

On 03-04-20, 17:19, Peter Ujfalusi wrote:
> It is not possible to compile test the UDMA stack right now due to
> dependencies to T_SCI_PROTOCOL and TI_SCI_INTA_IRQCHIP and their
> dependencies.
> 
> Remove the COMPILE_TEST until it is actually possible to compile test the
> drivers.

Applied, thanks

-- 
~Vinod

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

end of thread, other threads:[~2020-04-15 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03 14:19 [PATCH] dmaengine: ti: k3-udma: Drop COMPILE_TEST for the drivers for now Peter Ujfalusi
2020-04-03 17:45 ` Linus Torvalds
2020-04-15 15:55 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).