[GIT PULL] hwspinlock updates for v5.18

From: Bjorn Andersson
Date: Tue Mar 29 2022 - 22:39:15 EST


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(-)