2024-04-10 17:01:43

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] slimbus: qcom-ctrl: fix module autoloading

Add MODULE_DEVICE_TABLE(), so the module could be properly autoloaded
based on the alias from of_device_id table. Pin controllers are
considered core components, so usually they are built-in, however these

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
drivers/slimbus/qcom-ctrl.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/slimbus/qcom-ctrl.c b/drivers/slimbus/qcom-ctrl.c
index 400b7b385a44..f7d04b50c973 100644
--- a/drivers/slimbus/qcom-ctrl.c
+++ b/drivers/slimbus/qcom-ctrl.c
@@ -718,6 +718,7 @@ static const struct of_device_id qcom_slim_dt_match[] = {
{ .compatible = "qcom,slim", },
{}
};
+MODULE_DEVICE_TABLE(of, qcom_slim_dt_match);

static struct platform_driver qcom_slim_driver = {
.probe = qcom_slim_probe,
--
2.34.1



2024-04-10 17:53:32

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH] slimbus: qcom-ctrl: fix module autoloading



On 4/10/24 19:01, Krzysztof Kozlowski wrote:
> Add MODULE_DEVICE_TABLE(), so the module could be properly autoloaded
> based on the alias from of_device_id table. Pin controllers are
> considered core components, so usually they are built-in, however these
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---

Reviewed-by: Konrad Dybcio <[email protected]>

Konrad

2024-04-11 09:50:14

by Srinivas Kandagatla

[permalink] [raw]
Subject: Re: [PATCH] slimbus: qcom-ctrl: fix module autoloading


On Wed, 10 Apr 2024 19:01:29 +0200, Krzysztof Kozlowski wrote:
> Add MODULE_DEVICE_TABLE(), so the module could be properly autoloaded
> based on the alias from of_device_id table. Pin controllers are
> considered core components, so usually they are built-in, however these
>
>

Applied, thanks!

[1/1] slimbus: qcom-ctrl: fix module autoloading
commit: 772be93c1c247d006bac1a7fe967864d90a34415

Best regards,
--
Srinivas Kandagatla <[email protected]>