Re: [PATCH 4/8] clk/qcom: handle resets and clocks in one device

2023-10-27 Thread Sumit Garg
On Wed, 25 Oct 2023 at 01:54, Caleb Connolly wrote: > > From: Konrad Dybcio > > Qualcomm's clock controller blocks are actually do much more than it s/do/doing/ > says on the tin.. They provide clocks, resets and power domains. > Currently, U-Boot required one to spawn 2 separate devices for

[PATCH 4/8] clk/qcom: handle resets and clocks in one device

2023-10-24 Thread Caleb Connolly
From: Konrad Dybcio Qualcomm's clock controller blocks are actually do much more than it says on the tin.. They provide clocks, resets and power domains. Currently, U-Boot required one to spawn 2 separate devices for controlling clocks and resets, both spanning the same register space. Refactor