mbox series

[GIT,PULL] hwspinlock updates for v6.1

Message ID 20221110030754.786462-1-andersson@kernel.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwspinlock updates for v6.1 | expand

Pull-request

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

Message

Bjorn Andersson Nov. 10, 2022, 3:07 a.m. UTC
Hi Linus,

I apparently had missed tagging and sending this set of changes out during the
6.1 merge window. But did get the associated dts changes depending on this
merged. The result is a regression in 6.1-rc on the affected, older, Qualcomm
platforms - in for form of them not booting.

So while these weren't regression fixes originally, they are now. It's not
introducing new beahavior, but simply extending the eixsting new Devicetree
model, to cover remaining platforms.

So I hope you will accept this pull request.

Regards,
Bjorn

The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555:

  Linux 6.0-rc2 (2022-08-21 17:32:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c29f446108e10bb791220ffbba54d82722d60d45:

  dt-bindings: hwlock: qcom-hwspinlock: add syscon to MSM8974 (2022-10-17 17:11:17 -0500)

----------------------------------------------------------------
hwspinlock updates for v6.1

This extends the DeviceTree binding and implementation for the Qualcomm
hardware spinlock on some older platforms to follow the style of the
newer ones where the DeviceTree representation does not rely on an
intermediate syscon node.

----------------------------------------------------------------
Krzysztof Kozlowski (5):
      dt-bindings: hwlock: qcom-hwspinlock: add support for MMIO on older SoCs
      dt-bindings: hwlock: qcom-hwspinlock: correct example indentation
      hwspinlock: qcom: correct MMIO max register for newer SoCs
      hwspinlock: qcom: add support for MMIO on older SoCs
      dt-bindings: hwlock: qcom-hwspinlock: add syscon to MSM8974

 .../bindings/hwlock/qcom-hwspinlock.yaml           | 29 ++++++++++-----
 drivers/hwspinlock/qcom_hwspinlock.c               | 42 ++++++++++++++++------
 2 files changed, 53 insertions(+), 18 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 10, 2022, 5:03 p.m. UTC | #1
The pull request you sent on Wed,  9 Nov 2022 21:07:54 -0600:

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

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

Thank you!