From: fuyao@allwinnertech.com
To: mripard@kernel.org, wens@csie.org,
linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: fuyao <fuyao@allwinnertech.com>
Subject: [PATCH 0/2] introduce sunxi hwspinlock
Date: Thu, 19 Nov 2020 14:44:51 +0800 [thread overview]
Message-ID: <cover.1605767679.git.fuyao@allwinnertech.com> (raw)
In-Reply-To: <y>
From: fuyao <fuyao@allwinnertech.com>
this series add hwspinlock of sunxi. it provides hardware assistance for
synchronization between the multiple processors in the system.
(Or1k, Cortex-A7, Cortex-A53, Xtensa)
fuyao (2):
dt-bindings: hwlock: add sunxi hwlock
hwspinlock: add SUNXI implementation
.../bindings/hwlock/sunxi,hwspinlock.yaml | 46 ++++
MAINTAINERS | 6 +
drivers/hwspinlock/Kconfig | 10 +
drivers/hwspinlock/Makefile | 1 +
drivers/hwspinlock/sunxi_hwspinlock.c | 205 ++++++++++++++++++
5 files changed, 268 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwlock/sunxi,hwspinlock.yaml
create mode 100644 drivers/hwspinlock/sunxi_hwspinlock.c
--
2.29.2
next reply other threads:[~2020-11-19 6:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-19 6:44 fuyao [this message]
2020-11-19 6:44 ` [PATCH 1/2] dt-bindings: hwlock: add sunxi hwlock fuyao
2020-11-19 6:44 ` [PATCH 2/2] hwspinlock: add SUNXI implementation fuyao
2020-11-21 4:01 ` Bjorn Andersson
2020-11-21 14:33 ` fuyao
2020-11-20 16:07 ` [PATCH 0/2] introduce sunxi hwspinlock Maxime Ripard
2020-11-21 14:08 ` fuyao
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=cover.1605767679.git.fuyao@allwinnertech.com \
--to=fuyao@allwinnertech.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=mripard@kernel.org \
--cc=wens@csie.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.