Re: [PATCH 1/6] interconnect: Introduce xlate_extended() callback

2020-07-27 Thread Matthias Kaehlcke
On Thu, Jul 23, 2020 at 04:09:37PM +0300, Georgi Djakov wrote: > Currently there is the xlate() callback, which is provider-specific is > used for mapping the nodes from phandle arguments. This is fine for simple > mappings, but the phandle arguments could contain an additional data, such > as tag

Re: [PATCH 1/6] interconnect: Introduce xlate_extended() callback

2020-07-27 Thread Sibi Sankar
Hey Georgi, Thanks for the patch! On 2020-07-23 18:39, Georgi Djakov wrote: Currently there is the xlate() callback, which is provider-specific is nit: currently xlate callback isn't provider specific. used for mapping the nodes from phandle arguments. This is fine for simple mappings, but

[PATCH 1/6] interconnect: Introduce xlate_extended() callback

2020-07-23 Thread Georgi Djakov
Currently there is the xlate() callback, which is provider-specific is used for mapping the nodes from phandle arguments. This is fine for simple mappings, but the phandle arguments could contain an additional data, such as tag information. Let's create another callback xlate_extended() for the