mbox series

[GIT,PULL] clk fixes for v6.13-rc5

Message ID 20250104205557.116554-1-sboyd@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk fixes for v6.13-rc5 | expand

Pull-request

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

Message

Stephen Boyd Jan. 4, 2025, 8:55 p.m. UTC
The following changes since commit 52fd1709e41d3a85b48bcfe2404a024ebaf30c3b:

  clk: en7523: Initialize num before accessing hws in en7523_register_clocks() (2024-12-03 14:54:12 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c384481006476ac65478fa3584c7245782e52f34:

  clk: clk-imx8mp-audiomix: fix function signature (2024-12-20 15:43:41 -0800)

----------------------------------------------------------------
A randconfig build fix and a performance fix:

 - Fix the CONFIG_RESET_CONTROLLER=n path signature of
   clk_imx8mp_audiomix_reset_controller_register() to appease randconfig

 - Speed up the sdhci clk on TH1520 by a factor of 4 by adding a fixed
   factor clk

----------------------------------------------------------------
Maksim Kiselev (1):
      clk: thead: Fix TH1520 emmc and shdci clock rate

Nikolaus Voss (1):
      clk: clk-imx8mp-audiomix: fix function signature

 drivers/clk/imx/clk-imx8mp-audiomix.c |  3 ++-
 drivers/clk/thead/clk-th1520-ap.c     | 13 ++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 5, 2025, 8:04 p.m. UTC | #1
The pull request you sent on Sat,  4 Jan 2025 12:55:56 -0800:

> https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7a5b6fc8bd70cbb22b1e9eacd7edaf5626e9fc74

Thank you!