mbox series

[0/2] clk: qcom: clk-alpha-pll: drop lucid-evo pll enabled warning

Message ID 20241022080521.359-1-johan+linaro@kernel.org (mailing list archive)
Headers show
Series clk: qcom: clk-alpha-pll: drop lucid-evo pll enabled warning | expand

Message

Johan Hovold Oct. 22, 2024, 8:05 a.m. UTC
Boot firmware may have left the display enabled and this should not
generate a warning on boot:

	disp_cc_pll0 PLL is already enabled

Also fix up the lucid 5lpe pll enable() implementation which did not
return early as intended in case the PLL is already enabled.

Johan


Johan Hovold (2):
  clk: qcom: clk-alpha-pll: drop lucid-evo pll enabled warning
  clk: qcom: clk-alpha-pll: fix lucid 5lpe pll enabled check

 drivers/clk/qcom/clk-alpha-pll.c | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Comments

Bjorn Andersson Oct. 23, 2024, 4:15 a.m. UTC | #1
On Tue, 22 Oct 2024 10:05:19 +0200, Johan Hovold wrote:
> Boot firmware may have left the display enabled and this should not
> generate a warning on boot:
> 
> 	disp_cc_pll0 PLL is already enabled
> 
> Also fix up the lucid 5lpe pll enable() implementation which did not
> return early as intended in case the PLL is already enabled.
> 
> [...]

Applied, thanks!

[1/2] clk: qcom: clk-alpha-pll: drop lucid-evo pll enabled warning
      commit: f9b493de63eccf0fb6dc1549863590b9749f6f26
[2/2] clk: qcom: clk-alpha-pll: fix lucid 5lpe pll enabled check
      commit: 05b2363b1359195f3c86c98abc133907f8769a69

Best regards,