Hi Kevin, On 9/26/22 21:18, Kevin Hilman wrote: > Enable the UDMA driver & glue and PSIL maps 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. I can finally drop the half backed stuff I roll on top of -next ;) Do you plan to convert the ringacc also? It is straight forward, like: https://github.com/omap-audio/linux-audio/commit/01f9290c1c61e8bbc0fbdd877382672883ba7e73 > 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/k3-psil-am62.c | 4 ++++ > drivers/dma/ti/k3-psil-am64.c | 4 ++++ > drivers/dma/ti/k3-psil-am654.c | 4 ++++ > drivers/dma/ti/k3-psil-j7200.c | 4 ++++ > drivers/dma/ti/k3-psil-j721e.c | 4 ++++ > drivers/dma/ti/k3-psil-j721s2.c | 4 ++++ > 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 + > 11 files changed, 40 insertions(+), 39 deletions(-) > -- Péter