mbox series

[GIT,PULL] clk fix for v5.11-rc7

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

Pull-request

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

Message

Stephen Boyd Feb. 13, 2021, 9:19 p.m. UTC
The following changes since commit c361c5a6c559d1e0a2717abe9162a71aa602954f:

  clk: mmp2: fix build without CONFIG_PM (2021-01-12 12:10:55 -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 245090ab2636c0869527ce563afbfb8aff29e825:

  clk: sunxi-ng: mp: fix parent rate change flag check (2021-02-11 19:02:24 -0800)

----------------------------------------------------------------
One small fix for the Allwinner clk driver so that display clks figure
out the correct rate to use. This fixes displays running 4k@60Hz and
some other resolutions that haven't been exercised and fully understood
until now.

----------------------------------------------------------------
Jernej Skrabec (1):
      clk: sunxi-ng: mp: fix parent rate change flag check

 drivers/clk/sunxi-ng/ccu_mp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Feb. 13, 2021, 11:33 p.m. UTC | #1
The pull request you sent on Sat, 13 Feb 2021 13:19:52 -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/358feceebbf68f33c44c6650d14455389e65282d

Thank you!