Re: [PATCH v6 3/4] misc: fastrpc: Cleanup the domain names

2025-07-10 Thread Ling Xu
在 7/10/2025 3:25 AM, Konrad Dybcio 写道: > On 7/9/25 7:47 AM, Ling Xu wrote: >> Currently the domain ids are added for each instance of domains, this is >> totally not scalable approach. Clean this mess and create domain ids for >> only domains not its instances. >> >> Co-developed-by: Srinivas Kanda

Re: [PATCH v6 3/4] misc: fastrpc: Cleanup the domain names

2025-07-09 Thread Konrad Dybcio
On 7/9/25 7:47 AM, Ling Xu wrote: > Currently the domain ids are added for each instance of domains, this is > totally not scalable approach. Clean this mess and create domain ids for > only domains not its instances. > > Co-developed-by: Srinivas Kandagatla > Signed-off-by: Srinivas Kandagatla

[PATCH v6 3/4] misc: fastrpc: Cleanup the domain names

2025-07-08 Thread Ling Xu
Currently the domain ids are added for each instance of domains, this is totally not scalable approach. Clean this mess and create domain ids for only domains not its instances. Co-developed-by: Srinivas Kandagatla Signed-off-by: Srinivas Kandagatla Signed-off-by: Ling Xu --- drivers/misc/fast