[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220330023905.188282-1-bjorn.andersson@linaro.org>
Date: Tue, 29 Mar 2022 21:39:05 -0500
From: Bjorn Andersson <bjorn.andersson@...aro.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Ohad Ben-Cohen <ohad@...ery.com>, linux-remoteproc@...r.kernel.org,
linux-kernel@...r.kernel.org,
"Gustavo A . R . Silva" <gustavoars@...nel.org>,
Sinthu Raja <sinthu.raja@...com>
Subject: [GIT PULL] hwspinlock updates for v5.18
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(-)
Powered by blists - more mailing lists