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

From: Stephen Boyd
Date: Sat May 21 2022 - 01:00:39 EST


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(-)

--
https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/
https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git