Re: [PATCH v2 0/3] clk: add api to get clk consumer from clk_hw

2020-10-26 Thread Kevin Hilman
Jerome Brunet writes: > This patchset a call in CCF to get "struct clk*" from "struct clk_hw*" > > Changes since v1: [0] > * Add a con_id string to help keep track of the consumer > * Add devm variant: > - Following our discussion on V1, I choose to have the dev as >argument as most devm fun

[PATCH v2 0/3] clk: add api to get clk consumer from clk_hw

2020-10-21 Thread Jerome Brunet
This patchset a call in CCF to get "struct clk*" from "struct clk_hw*" Changes since v1: [0] * Add a con_id string to help keep track of the consumer * Add devm variant: - Following our discussion on V1, I choose to have the dev as argument as most devm function do. However, as Stephen pointed