Re: [PATCH] rpmsg: glink-smem: Name the edge based on parent remoteproc

2019-09-05 Thread Niklas Cassel
On Mon, Aug 19, 2019 at 09:16:56PM -0700, Bjorn Andersson wrote: > Naming the glink edge device on the parent of_node short name causes > collisions when multiple remoteproc instances with only different unit > address are described on the platform_bus in DeviceTree. > > Base the edge's name on

Re: [PATCH] rpmsg: glink-smem: Name the edge based on parent remoteproc

2019-09-05 Thread Niklas Cassel
On Mon, Aug 19, 2019 at 09:16:56PM -0700, Bjorn Andersson wrote: > Naming the glink edge device on the parent of_node short name causes > collisions when multiple remoteproc instances with only different unit > address are described on the platform_bus in DeviceTree. > > Base the edge's name on

[PATCH] rpmsg: glink-smem: Name the edge based on parent remoteproc

2019-08-29 Thread Bjorn Andersson
Naming the glink edge device on the parent of_node short name causes collisions when multiple remoteproc instances with only different unit address are described on the platform_bus in DeviceTree. Base the edge's name on the parent remoteproc's name instead, to ensure that it's unique.

[PATCH] rpmsg: glink-smem: Name the edge based on parent remoteproc

2019-08-19 Thread Bjorn Andersson
Naming the glink edge device on the parent of_node short name causes collisions when multiple remoteproc instances with only different unit address are described on the platform_bus in DeviceTree. Base the edge's name on the parent remoteproc's name instead, to ensure that it's unique.