mbox series

[GIT,PULL] hwspinlock updates for v5.18

Message ID 20220330023905.188282-1-bjorn.andersson@linaro.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwspinlock updates for v5.18 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/hwlock-v5.18

Message

Bjorn Andersson March 30, 2022, 2:39 a.m. UTC
The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

  Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/hwlock-v5.18

for you to fetch changes up to 9a41358972eb35e6e45327035a67adfa4a223ed2:

  hwspinlock: sprd: Use struct_size() helper in devm_kzalloc() (2022-03-11 14:56:57 -0600)

----------------------------------------------------------------
hwspinlock updates for v5.18

This updates sprd and srm32 drivers to use struct_size() instead of
their open-coded equivalents. It also cleans up the omap dt-bindings
example.

----------------------------------------------------------------
Gustavo A. R. Silva (2):
      hwspinlock: stm32: Use struct_size() helper in devm_kzalloc()
      hwspinlock: sprd: Use struct_size() helper in devm_kzalloc()

Sinthu Raja (1):
      dt-bindings: hwlock: omap: Remove redundant binding example

 .../bindings/hwlock/ti,omap-hwspinlock.yaml        | 33 +---------------------
 drivers/hwspinlock/sprd_hwspinlock.c               |  3 +-
 drivers/hwspinlock/stm32_hwspinlock.c              |  4 +--
 3 files changed, 3 insertions(+), 37 deletions(-)

Comments

pr-tracker-bot@kernel.org March 30, 2022, 6:20 p.m. UTC | #1
The pull request you sent on Tue, 29 Mar 2022 21:39:05 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/hwlock-v5.18

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

Thank you!