mbox series

[GIT,PULL] clk fixes for v5.19-rc5

Message ID 20220701021413.276395-1-sboyd@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk fixes for v5.19-rc5 | expand

Pull-request

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

Message

Stephen Boyd July 1, 2022, 2:14 a.m. UTC
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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 a79e69c8714f416bd324952d06d1dd7bce3f35bf:

  MAINTAINERS: add include/dt-bindings/clock to COMMON CLK FRAMEWORK (2022-06-15 17:19:02 -0700)

----------------------------------------------------------------
Two small fixes

 - Initialize a spinlock in the stm32 reset code
 - Add dt bindings to the clk maintainer filepattern

----------------------------------------------------------------
Lukas Bulwahn (1):
      MAINTAINERS: add include/dt-bindings/clock to COMMON CLK FRAMEWORK

Wei Yongjun (1):
      clk: stm32: rcc_reset: Fix missing spin_lock_init()

 MAINTAINERS                     | 1 +
 drivers/clk/stm32/reset-stm32.c | 1 +
 2 files changed, 2 insertions(+)

Comments

pr-tracker-bot@kernel.org July 1, 2022, 6:02 p.m. UTC | #1
The pull request you sent on Thu, 30 Jun 2022 19:14:13 -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/9650910d05a31d62f562f90ca15ece685a4c1b9c

Thank you!