mbox series

[GIT,PULL] hwspinlock updates for v4.21

Message ID 20190103200259.GA1563@tuxbook-pro (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] hwspinlock updates for v4.21 | expand

Pull-request

git://github.com/andersson/remoteproc tags/hwlock-v4.21

Message

Bjorn Andersson Jan. 3, 2019, 8:02 p.m. UTC
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://github.com/andersson/remoteproc tags/hwlock-v4.21

for you to fetch changes up to 4d5a91fd1f42a821d14b92b082b8e71be9911ba5:

  hwspinlock: fix return value check in stm32_hwspinlock_probe() (2019-01-03 11:42:10 -0800)

----------------------------------------------------------------
hwspinlock updates for v4.21

This adds support for the hardware semaphores found in STM32MP1.

----------------------------------------------------------------
Benjamin Gaignard (2):
      dt-bindings: hwlock: Document STM32 hwspinlock bindings
      hwspinlock: add STM32 hwspinlock device

Wei Yongjun (1):
      hwspinlock: fix return value check in stm32_hwspinlock_probe()

 .../bindings/hwlock/st,stm32-hwspinlock.txt        |  23 +++
 drivers/hwspinlock/Kconfig                         |   9 ++
 drivers/hwspinlock/Makefile                        |   1 +
 drivers/hwspinlock/stm32_hwspinlock.c              | 156 +++++++++++++++++++++
 4 files changed, 189 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwlock/st,stm32-hwspinlock.txt
 create mode 100644 drivers/hwspinlock/stm32_hwspinlock.c

Comments

pr-tracker-bot@kernel.org Jan. 6, 2019, 8:20 p.m. UTC | #1
The pull request you sent on Thu, 3 Jan 2019 12:02:59 -0800:

> git://github.com/andersson/remoteproc tags/hwlock-v4.21

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

Thank you!