On Wed, Jun 03, 2026 at 06:14:28PM +0800, Chunkai Deng wrote: > A SoC typically has multiple remoteprocs (ADSP, MPSS, CDSP, etc.), each > registering its own SMEM GLINK instance. With the static name "glink-smem" > all instances appear identically in /proc/interrupts, making it impossible > to associate an IRQ with a specific remote processor. > > Pass dev_name(&smem->dev) to devm_request_irq() instead. The device name > is already set to "<parent>:<edge-node>" which uniquely identifies each > instance without requiring an additional field in the driver struct. > > Signed-off-by: Chunkai Deng <[email protected]> > --- > drivers/rpmsg/qcom_glink_smem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry

