mbox series

[GIT,PULL] hwspinlock changes for v6.3

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

Pull-request

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

Message

Bjorn Andersson Feb. 26, 2023, 5:14 p.m. UTC
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 95e158ec843666d76c09900507db08b76d77ce3e:

  dt-bindings: hwlock: sun6i: Add #hwlock-cells to example (2023-02-20 18:02:01 -0800)

----------------------------------------------------------------
hwspinlock changes for v6.3

This updates the sun6i DT binding, to allow (and require) #hwlock-cells,
and it makes use of device_match_of_node() to slightly clean up the
condition in of_hwspin_lock_get_id().

----------------------------------------------------------------
Bastian Germann (2):
      dt-bindings: hwlock: sun6i: Add missing #hwlock-cells
      dt-bindings: hwlock: sun6i: Add #hwlock-cells to example

ye xingchen (1):
      hwspinlock: Use device_match_of_node()

 .../devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml   | 5 +++++
 drivers/hwspinlock/hwspinlock_core.c                                 | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Feb. 26, 2023, 8:40 p.m. UTC | #1
The pull request you sent on Sun, 26 Feb 2023 09:14:52 -0800:

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

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

Thank you!