linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ohad Ben-Cohen <ohad@wizery.com>,
	linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Benjamin Gaignard <benjamin.gaignard@st.com>,
	Wei Yongjun <weiyongjun1@huawei.com>
Subject: [GIT PULL] hwspinlock updates for v4.21
Date: Thu, 3 Jan 2019 12:02:59 -0800	[thread overview]
Message-ID: <20190103200259.GA1563@tuxbook-pro> (raw)

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

             reply	other threads:[~2019-01-03 20:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-03 20:02 Bjorn Andersson [this message]
2019-01-06 20:20 ` [GIT PULL] hwspinlock updates for v4.21 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190103200259.GA1563@tuxbook-pro \
    --to=bjorn.andersson@linaro.org \
    --cc=benjamin.gaignard@st.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=ohad@wizery.com \
    --cc=torvalds@linux-foundation.org \
    --cc=weiyongjun1@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).