public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk fixes for v6.4-rc6
@ 2023-06-17  4:36 Stephen Boyd
  2023-06-17 18:44 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2023-06-17  4:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Michael Turquette, linux-clk, linux-kernel

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -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 23200a4c8ac284f8b4263d7cecaefecaa3ad6732:

  clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr (2023-06-14 17:22:17 -0700)

----------------------------------------------------------------
A handful of clk driver fixes

 - Fix an OOB issue in the Mediatek mt8365 driver where arrays of clks
   are mismatched in size

 - Use the proper clk_ops for a few clks in the Mediatek mt8365 driver

 - Stop using abs() in clk_composite_determine_rate() because 64-bit
   math goes wrong on large unsigned long numbers that are subtracted
   and passed into abs()

 - Zero initialize a struct clk_init_data in clk-loongson2 to avoid
   stack junk confusing clk_hw_register()

 - Actually use a pointer to __iomem for writel() in
   pxa3xx_clk_update_accr() so we don't oops

----------------------------------------------------------------
Alexandre Mergnat (1):
      clk: mediatek: mt8365: Fix index issue

Arnd Bergmann (1):
      clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr

Binbin Zhou (1):
      clk: clk-loongson2: Zero init clk_init_data

Markus Schneider-Pargmann (1):
      clk: mediatek: mt8365: Fix inverted topclk operations

Sebastian Reichel (1):
      clk: composite: Fix handling of high clock rates

 drivers/clk/clk-composite.c       |  5 ++++-
 drivers/clk/clk-loongson2.c       |  2 +-
 drivers/clk/mediatek/clk-mt8365.c | 18 +++++++++++++++---
 drivers/clk/pxa/clk-pxa3xx.c      |  2 +-
 4 files changed, 21 insertions(+), 6 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] clk fixes for v6.4-rc6
  2023-06-17  4:36 [GIT PULL] clk fixes for v6.4-rc6 Stephen Boyd
@ 2023-06-17 18:44 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-06-17 18:44 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Linus Torvalds, Michael Turquette, linux-clk, linux-kernel

The pull request you sent on Fri, 16 Jun 2023 21:36:23 -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/c6cf6be9dfb8098f2c2d26ebe53ad80843cdd2bc

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-17 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-17  4:36 [GIT PULL] clk fixes for v6.4-rc6 Stephen Boyd
2023-06-17 18:44 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox