Re: [PATCH 0/4] clk/qcom: implement clk dump callback

2024-10-02 Thread Caleb Connolly
On Mon, 19 Aug 2024 21:34:16 +0200, Caleb Connolly wrote: > Add support for dumping a few of the clocks used on Qualcomm platforms. > Naming the Global PLL's, Root Clock Generators, and gate clocks. > > This helps a lot with platform bringup and feature enablement by making > it easy to sanity c

Re: [PATCH 0/4] clk/qcom: implement clk dump callback

2024-09-05 Thread Caleb Connolly
Hi Lukasz, Could you take a quick look at this? Thanks and kind regards, On 19/08/2024 21:34, Caleb Connolly wrote: > Add support for dumping a few of the clocks used on Qualcomm platforms. > Naming the Global PLL's, Root Clock Generators, and gate clocks. > > This helps a lot with platform bri

[PATCH 0/4] clk/qcom: implement clk dump callback

2024-08-19 Thread Caleb Connolly
Add support for dumping a few of the clocks used on Qualcomm platforms. Naming the Global PLL's, Root Clock Generators, and gate clocks. This helps a lot with platform bringup and feature enablement by making it easy to sanity check that the clocks are programmed correctly. == Usage == Enable CO