[GIT,PULL] clk fixes for v6.2-rc7

Message ID 20230210225922.1958397-1-sboyd@kernel.org
State New
Headers
Series [GIT,PULL] clk fixes for v6.2-rc7 |

Pull-request

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

Message

Stephen Boyd Feb. 10, 2023, 10:59 p.m. UTC
  The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -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 ecfb9f404771dde909ce7743df954370933c3be2:

  clk: ingenic: jz4760: Update M/N/OD calculation algorithm (2023-01-25 16:08:27 -0800)

----------------------------------------------------------------
Two clk driver fixes

 - Use devm_kasprintf() to avoid overflows when forming clk names
   in the Microchip PolarFire driver

 - Fix the pretty broken Ingenic JZ4760 M/N/OD calculation to actually
   work and find proper divisors

----------------------------------------------------------------
Geert Uytterhoeven (1):
      clk: microchip: mpfs-ccc: Use devm_kasprintf() for allocating formatted strings

Paul Cercueil (1):
      clk: ingenic: jz4760: Update M/N/OD calculation algorithm

Stephen Boyd (1):
      Merge tag 'clk-microchip-fixes-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into clk-fixes

 drivers/clk/ingenic/jz4760-cgu.c     | 18 ++++++++----------
 drivers/clk/microchip/clk-mpfs-ccc.c | 10 ++++------
 2 files changed, 12 insertions(+), 16 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 10, 2023, 11:38 p.m. UTC | #1
The pull request you sent on Fri, 10 Feb 2023 14:59:22 -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/420b2d431d18a2572c8e86579e78105cb5ed45b0

Thank you!