Re: [GIT PULL] hwspinlock updates for v6.9

2024-03-21 Thread pr-tracker-bot
The pull request you sent on Thu, 21 Mar 2024 05:57:28 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git 
> tags/hwlock-v6.9

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2ac2b1665d3fbec6ca709dd6ef3ea05f4a51ee4c

Thank you!

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



[GIT PULL] hwspinlock updates for v6.9

2024-03-21 Thread Bjorn Andersson


The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git 
tags/hwlock-v6.9

for you to fetch changes up to cebaa386d5ee1a44a58c12f1d220f62cc567fdb0:

  hwspinlock: omap: Use index to get hwspinlock pointer (2024-03-05 20:01:14 
-0800)


hwspinlock updates for v6.9

This provides some code cleanup for the OMAP hwspinlock driver.


Andrew Davis (4):
  hwspinlock: omap: Remove unneeded check for OF node
  hwspinlock: omap: Use devm_pm_runtime_enable() helper
  hwspinlock: omap: Use devm_hwspin_lock_register() helper
  hwspinlock: omap: Use index to get hwspinlock pointer

 drivers/hwspinlock/omap_hwspinlock.c | 57 +++-
 1 file changed, 10 insertions(+), 47 deletions(-)