Re: [PATCH 3/6] interconnect: qcom: sdm845: Replace xlate with xlate_extended

2020-07-27 Thread Matthias Kaehlcke
On Thu, Jul 23, 2020 at 04:09:39PM +0300, Georgi Djakov wrote: > Use the qcom_icc_xlate_extended() in order to parse tags, that are > specified as an additional arguments to the path endpoints in DT. > > Signed-off-by: Georgi Djakov Reviewed-by: Matthias Kaehlcke

Re: [PATCH 3/6] interconnect: qcom: sdm845: Replace xlate with xlate_extended

2020-07-27 Thread Sibi Sankar
On 2020-07-23 18:39, Georgi Djakov wrote: Use the qcom_icc_xlate_extended() in order to parse tags, that are specified as an additional arguments to the path endpoints in DT. Signed-off-by: Georgi Djakov Tested-by: Sibi Sankar Reviewed-by: Sibi Sankar ---

[PATCH 3/6] interconnect: qcom: sdm845: Replace xlate with xlate_extended

2020-07-23 Thread Georgi Djakov
Use the qcom_icc_xlate_extended() in order to parse tags, that are specified as an additional arguments to the path endpoints in DT. Signed-off-by: Georgi Djakov --- drivers/interconnect/qcom/sdm845.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git