mbox series

[GIT,PULL] clk fixes for v5.18-rc7

Message ID 20220521050026.2534728-1-sboyd@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk fixes for v5.18-rc7 | expand

Pull-request

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

Message

Stephen Boyd May 21, 2022, 5 a.m. UTC
The following changes since commit a91b05f6b928e8fab750fc953d7df0aa6dc43547:

  Merge tag 'sunxi-clk-fixes-for-5.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes (2022-04-25 16:47:24 -0700)

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 d0031e6fbed955ff8d5f5bbc8fe7382482559cec:

  clk: at91: generated: consider range when calculating best rate (2022-05-17 12:41:07 -0700)

----------------------------------------------------------------
Three clk driver fixes to close out the release

 - Fix a divider calculation brekaing boot on Broadcom bcm2835

 - Fix HDMI output on Tanix TX6 mini board by reverting a patch

 - Fix clk_set_rate_range() calls on at91 by considering the range
   while calculating the divisor

----------------------------------------------------------------
Codrin Ciubotariu (1):
      clk: at91: generated: consider range when calculating best rate

Jernej Skrabec (1):
      Revert "clk: sunxi-ng: sun6i-rtc: Add support for H6"

Stefan Wahren (1):
      clk: bcm2835: fix bcm2835_clock_choose_div

 drivers/clk/at91/clk-generated.c     |  4 ++++
 drivers/clk/bcm/clk-bcm2835.c        |  1 +
 drivers/clk/sunxi-ng/ccu-sun6i-rtc.c | 15 ---------------
 drivers/rtc/rtc-sun6i.c              | 17 +++++++++++++++++
 4 files changed, 22 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org May 21, 2022, 5:09 a.m. UTC | #1
The pull request you sent on Fri, 20 May 2022 22:00:26 -0700:

> 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/b3454ce0b2c8a56e760e6baa88ed10278585072b

Thank you!