[PATCH 0/4] clk: Rate range improvements

From: Maxime Ripard
Date: Tue Oct 18 2022 - 09:53:17 EST


Hi,

Here's a bunch of patches for issues I came across while debugging the bug
reported by Angelo.

The most important one is the first one. Even though it looks innoculous, it
fixes the bug in question for some reason.

Let me know what you think,
Maxime

To: Michael Turquette <mturquette@xxxxxxxxxxxx>
To: Stephen Boyd <sboyd@xxxxxxxxxx>
Cc: linux-clk@xxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx>

---
Maxime Ripard (4):
clk: Remove WARN_ON NULL parent in clk_core_init_rate_req()
clk: Initialize the clk_rate_request even if clk_core is NULL
clk: Initialize max_rate in struct clk_rate_request
clk: Warn if we register a mux without determine_rate

drivers/clk/clk.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
base-commit: 56e8142dda103af35e1a47e560517dce355ac001
change-id: 20221018-clk-range-checks-fixes-2039f3523240

Best regards,
--
Maxime Ripard <maxime@xxxxxxxxxx>