projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2fb80
)
dmaengine: ti: k3-udma: fix module autoloading
author
Krzysztof Kozlowski
<krzk@kernel.org>
Tue, 4 Jun 2024 13:07:14 +0000
(15:07 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Fri, 7 Jun 2024 17:42:08 +0000
(23:12 +0530)
Add MODULE_DEVICE_TABLE(), so the module could be properly autoloaded
based on the alias from of_device_id table.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link:
https://lore.kernel.org/r/20240604130714.185681-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ti/k3-udma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/ti/k3-udma.c
b/drivers/dma/ti/k3-udma.c
index 6400d06588a24d1aa54ceefc3e79ce7661e43f3a..d7259caa0200e7763f64f3ca433aa9871d2c73ae 100644
(file)
--- a/
drivers/dma/ti/k3-udma.c
+++ b/
drivers/dma/ti/k3-udma.c
@@
-4405,6
+4405,7
@@
static const struct of_device_id udma_of_match[] = {
},
{ /* Sentinel */ },
};
+MODULE_DEVICE_TABLE(of, udma_of_match);
static struct udma_soc_data am654_soc_data = {
.oes = {