[GIT,PULL] clk changes for the merge window

Message ID 20230507002734.1674632-1-sboyd@kernel.org
State New
Headers
Series [GIT,PULL] clk changes for the merge window |

Pull-request

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

Message

Stephen Boyd May 7, 2023, 12:27 a.m. UTC
  The following changes since commit a9863979fbc25838bbe7c5badf538cedfc802f60:

  Merge branch 'clk-imx' into clk-next (2023-04-25 11:52:39 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 31c6ed4e89187beef8fe2f979c8881ca94839427:

  clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified case (2023-05-02 18:34:49 -0700)

----------------------------------------------------------------
A couple more patches that would be good to get into -rc1.

 - Revert an i.MX patch that's causing video failures because division
   math goes sideways
 - Fix a clang + W=1 build isue where FIELD_PREP() is taking a 32-bit
   variable instead of the usual u64 type
 - Fix a Kconfig bug in the StarFive JH7110 clk config that selects a
   reset controller when it can't be selected

----------------------------------------------------------------
Adam Ford (1):
      Revert "clk: imx: composite-8m: Add support to determine_rate"

Hal Feng (1):
      clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified case

Nathan Chancellor (1):
      clk: sp7021: Adjust width of _m in HWM_FIELD_PREP()

 drivers/clk/clk-sp7021.c           | 2 +-
 drivers/clk/imx/clk-composite-8m.c | 7 -------
 drivers/clk/starfive/Kconfig       | 5 +----
 3 files changed, 2 insertions(+), 12 deletions(-)
  

Comments

pr-tracker-bot@kernel.org May 7, 2023, 6:12 p.m. UTC | #1
The pull request you sent on Sat,  6 May 2023 17:27:34 -0700:

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

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

Thank you!