linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] dma/ti: enable udma and psil to be built as modules
@ 2022-09-29 23:48 Kevin Hilman
  2022-09-29 23:48 ` [PATCH v3 1/3] of/irq: export of_msi_get_domain Kevin Hilman
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kevin Hilman @ 2022-09-29 23:48 UTC (permalink / raw)
  To: Peter Ujfalusi, dmaengine; +Cc: linux-omap, linux-arm-kernel, Nicolas Frayer

Enable the UDMA driver & glue and PSIL lib to be built & loaded as modules.                                                                                                   
                                                                                                                                                                               
The defauilt Kconfig settings are not changed, so default upstream is                                                                                                          
still to be built in.  This series just enables the option to build as                                                                                                         
modules.      

v2-v3:
- change dma/ prefix to dmaengine:
- rework Makefile order for PSIL lib

v1->v2:
- rework PSIL lib into a single .ko

Kevin Hilman (3):
  of/irq: export of_msi_get_domain
  dma/ti: convert k3-udma to module
  dma/ti: convert PSIL to be buildable as module

 drivers/dma/ti/Kconfig        |  7 +++---
 drivers/dma/ti/Makefile       | 15 +++++++------
 drivers/dma/ti/k3-psil.c      |  2 ++
 drivers/dma/ti/k3-udma-glue.c |  5 ++++-
 drivers/dma/ti/k3-udma.c      | 40 +++++------------------------------
 drivers/of/irq.c              |  1 +
 6 files changed, 24 insertions(+), 46 deletions(-)


base-commit: 568035b01cfb107af8d2e4bd2fb9aea22cf5b868
-- 
2.34.0


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

end of thread, other threads:[~2022-10-19 13:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29 23:48 [PATCH v3 0/3] dma/ti: enable udma and psil to be built as modules Kevin Hilman
2022-09-29 23:48 ` [PATCH v3 1/3] of/irq: export of_msi_get_domain Kevin Hilman
2022-09-29 23:48 ` [PATCH v3 2/3] dmaengine: ti: convert k3-udma to module Kevin Hilman
2022-09-29 23:48 ` [PATCH v3 3/3] dmaengine: ti: convert PSIL to be buildable as module Kevin Hilman
2022-10-04 17:55 ` [PATCH v3 0/3] dma/ti: enable udma and psil to be built as modules Péter Ujfalusi
2022-10-19 13:28 ` 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).