Re: (subset) [PATCH v2 0/5] soc: qcom: fix rpm_requests module probing

2024-08-15 Thread Bjorn Andersson
On Mon, 29 Jul 2024 22:52:13 +0300, Dmitry Baryshkov wrote: > The GLINK RPMSG channels get modalias based on the compatible string > rather than the channel type, however the smd-rpm module uses rpmsg ID > instead. Thus if the smd-rpm is built as a module, it doesn't get > automatically loaded. A

[PATCH v2 0/5] soc: qcom: fix rpm_requests module probing

2024-07-29 Thread Dmitry Baryshkov
The GLINK RPMSG channels get modalias based on the compatible string rather than the channel type, however the smd-rpm module uses rpmsg ID instead. Thus if the smd-rpm is built as a module, it doesn't get automatically loaded. Add generic compatible to such devices and fix module's ID table. Modu