All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] DMA: several drivers depend on HAS_IOMEM
@ 2021-05-22  2:13 Randy Dunlap
  2021-05-22  2:13 ` [PATCH 1/4] DMA: ALTERA_MSGDMA depends " Randy Dunlap
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Randy Dunlap @ 2021-05-22  2:13 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Stefan Roese, Vinod Koul, dmaengine, Sinan Kaya,
	Green Wan, Hyun Kwon, Tejas Upadhyay, Michal Simek,
	Laurent Pinchart

A few drivers in drivers/dma/ use iomap(), ioremap(), devm_ioremap(),
etc. Building these drivers when CONFIG_HAS_IOMEM is not set results
in build errors, so make these drivers depend on HAS_IOMEM.

Cc: Stefan Roese <sr@denx.de>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: dmaengine@vger.kernel.org
Cc: Sinan Kaya <okaya@codeaurora.org>
Cc: Green Wan <green.wan@sifive.com>
Cc: Hyun Kwon <hyun.kwon@xilinx.com>
Cc: Tejas Upadhyay <tejasu@xilinx.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

[PATCH 1/4] DMA: ALTERA_MSGDMA depends on HAS_IOMEM
[PATCH 2/4] DMA: QCOM_HIDMA_MGMT depends on HAS_IOMEM
[PATCH 3/4] DMA: SF_PDMA depends on HAS_IOMEM
[PATCH 4/4] DMA: XILINX_ZYNQMP_DPDMA depends on HAS_IOMEM

 Kconfig |    4 ++++
 1 file changed, 4 insertions(+)

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

end of thread, other threads:[~2021-05-31  4:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-22  2:13 [PATCH 0/4] DMA: several drivers depend on HAS_IOMEM Randy Dunlap
2021-05-22  2:13 ` [PATCH 1/4] DMA: ALTERA_MSGDMA depends " Randy Dunlap
2021-05-22  7:21   ` Stefan Roese
2021-05-22  2:13 ` [PATCH 2/4] DMA: QCOM_HIDMA_MGMT " Randy Dunlap
2021-05-22  2:13 ` [PATCH 3/4] DMA: SF_PDMA " Randy Dunlap
2021-05-22  2:13 ` [PATCH 4/4] DMA: XILINX_ZYNQMP_DPDMA " Randy Dunlap
2021-05-23  0:20   ` Laurent Pinchart
2021-05-23  1:07     ` Randy Dunlap
2021-05-23 18:53       ` Laurent Pinchart
2021-05-23 19:08         ` Randy Dunlap
2021-05-31  4:12           ` Vinod Koul
2021-05-31  4:14 ` [PATCH 0/4] DMA: several drivers depend " Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.