mbox series

[GIT,PULL] Qualcomm clock fix for v6.14

Message ID 20250310191142.1208155-1-andersson@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] Qualcomm clock fix for v6.14 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-fixes-for-6.14

Message

Bjorn Andersson March 10, 2025, 7:11 p.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-fixes-for-6.14

for you to fetch changes up to 787289a1d13d50ff4ce0f496947f8817ef3fdea9:

  clk: qcom: dispcc-sm8750: Drop incorrect CLK_SET_RATE_PARENT on byte intf parent (2025-02-26 08:57:46 -0600)

----------------------------------------------------------------
Qualcomm clock fix for v6.14

Avoid propagating rate changes for the MDSS byte intf clocks on SM8750,
to avoid changing the already configured clocks.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      clk: qcom: dispcc-sm8750: Drop incorrect CLK_SET_RATE_PARENT on byte intf parent

 drivers/clk/qcom/dispcc-sm8750.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Stephen Boyd March 11, 2025, 5:50 p.m. UTC | #1
Quoting Bjorn Andersson (2025-03-10 12:11:41)
> 
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
> 
>   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-clk-fixes-for-6.14
> 
> for you to fetch changes up to 787289a1d13d50ff4ce0f496947f8817ef3fdea9:
> 
>   clk: qcom: dispcc-sm8750: Drop incorrect CLK_SET_RATE_PARENT on byte intf parent (2025-02-26 08:57:46 -0600)
> 
> ----------------------------------------------------------------
> Qualcomm clock fix for v6.14
> 
> Avoid propagating rate changes for the MDSS byte intf clocks on SM8750,
> to avoid changing the already configured clocks.

I already picked this up to clk-fixes a couple weeks ago.