mbox series

[GIT,PULL] clk fixes for the merge window

Message ID 20220120205637.2234852-1-sboyd@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk fixes for the merge window | expand

Pull-request

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

Message

Stephen Boyd Jan. 20, 2022, 8:56 p.m. UTC
The following changes since commit 4afd2a9355a9deb16ea42b896820dacf49843a8f:

  Merge branches 'clk-ingenic' and 'clk-mediatek' into clk-next (2022-01-11 18:31:00 -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 b4966a7dc0725b2baa12b0aeb1489d52568a2aad:

  clk: mediatek: relicense mt7986 clock driver to GPL-2.0 (2022-01-19 12:05:07 -0800)

----------------------------------------------------------------
Some hot fixes for clk driver patches merged last week
and one oops fix.

 - Fix license on recent MediaTek drivers

 - Initialize a variable before use in the new Visconti driver

 - Avoid an oops by unregistering the clk provider in si5341

----------------------------------------------------------------
Dan Carpenter (1):
      clk: visconti: Fix uninitialized variable in printk

Robert Hancock (1):
      clk: si5341: Fix clock HW provider cleanup

Sam Shih (1):
      clk: mediatek: relicense mt7986 clock driver to GPL-2.0

 drivers/clk/clk-si5341.c                   | 2 +-
 drivers/clk/mediatek/clk-mt7986-apmixed.c  | 2 +-
 drivers/clk/mediatek/clk-mt7986-infracfg.c | 2 +-
 drivers/clk/mediatek/clk-mt7986-topckgen.c | 2 +-
 drivers/clk/visconti/pll.c                 | 3 +--
 5 files changed, 5 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 21, 2022, 7:38 a.m. UTC | #1
The pull request you sent on Thu, 20 Jan 2022 12:56:37 -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/39e77c484bcd1865ff6abdbde6b36eb91ee1ff33

Thank you!