Re: [PATCH 4/4] clk: scmi: Add workaround for set_rate/enable/disable

2024-10-07 Thread Tom Rini
On Tue, Oct 08, 2024 at 03:02:13AM +, Peng Fan wrote: > > Subject: Re: [PATCH 4/4] clk: scmi: Add workaround for > > set_rate/enable/disable > > > > On Sun, Oct 06, 2024 at 05:38:25PM +0800, alice@oss.nxp.com > > wrote: > > > From: Ye Li > &

RE: [PATCH 4/4] clk: scmi: Add workaround for set_rate/enable/disable

2024-10-07 Thread Peng Fan
> Subject: Re: [PATCH 4/4] clk: scmi: Add workaround for > set_rate/enable/disable > > On Sun, Oct 06, 2024 at 05:38:25PM +0800, alice@oss.nxp.com > wrote: > > From: Ye Li > > > > Add workaround to set_rate/enable/disable to bus clock that SM will > >

Re: [PATCH 4/4] clk: scmi: Add workaround for set_rate/enable/disable

2024-10-07 Thread Tom Rini
On Sun, Oct 06, 2024 at 05:38:25PM +0800, alice@oss.nxp.com wrote: > From: Ye Li > > Add workaround to set_rate/enable/disable to bus clock that SM > will reply DENIED error. > > Signed-off-by: Ye Li > Signed-off-by: Alice Guo > Reviewed-by: Peng Fan In general, please include a cover le

[PATCH 4/4] clk: scmi: Add workaround for set_rate/enable/disable

2024-10-06 Thread alice . guo
From: Ye Li Add workaround to set_rate/enable/disable to bus clock that SM will reply DENIED error. Signed-off-by: Ye Li Signed-off-by: Alice Guo Reviewed-by: Peng Fan --- drivers/clk/clk_scmi.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/driver