Re: [PATCH v2 1/2] clk: Store clk_core for clk_rate_request

From: Stephen Boyd
Date: Wed Dec 07 2022 - 16:49:09 EST


Quoting maxime@xxxxxxxxxx (2022-10-26 06:46:58)
> The struct clk_rate_request is meant to store the context around a rate
> request such as the parent, boundaries, and so on.
>
> However, it doesn't store the clock the rate request is submitted to,
> which makes debugging difficult.
>
> Let's add a pointer to the relevant clk_core instance in order to
> improve the debugging of rate requests in a subsequent patch.
>
> Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx>
> ---

Applied to clk-next