Re: [PATCH v9 1/6] interconnect: icc-clk: Allow user to specify master/slave ids

From: Georgi Djakov
Date: Thu Apr 25 2024 - 12:21:56 EST


On 25.04.24 13:28, Varadarajan Narayanan wrote:
On Tue, Apr 23, 2024 at 01:00:48AM +0200, Konrad Dybcio wrote:


On 4/18/24 11:23, Varadarajan Narayanan wrote:
Presently, icc-clk driver autogenerates the master and slave ids.
However, devices with multiple nodes on the interconnect could
have other constraints and may not match with the auto generated
node ids. Hence, allow the driver to provide the preferred master
and slave ids.

Also, update clk-cbf-8996 accordingly.

Signed-off-by: Varadarajan Narayanan <quic_varada@xxxxxxxxxxx>
---
v9: squash cbf-msm8996 change into this
v8: Per review feedback, set master/slave ids explicitly. Dont autogenerate
https://lore.kernel.org/linux-arm-msm/f1b0d280-6986-4055-a611-2caceb15867d@xxxxxxxxxx/
---
drivers/clk/qcom/clk-cbf-8996.c | 7 ++++++-
drivers/interconnect/icc-clk.c | 6 +++---
include/linux/interconnect-clk.h | 2 ++

How is this going to be merged? :/

icc-next? clk-next?


Merging all patches via Bjorn's clk-qcom tree seems to be the best option, if he agrees of course.

Thanks,
Georgi

Bjorn,

Can you help answer this.

Thanks
Varada