From: Vincent Shih <vincent.sunplus@gmail.com>
To: srinivas.kandagatla@linaro.org, linux-kernel@vger.kernel.org,
robh+dt@kernel.org, devicetree@vger.kernel.org
Cc: Vincent Shih <vincent.shih@sunplus.com>
Subject: [PATCH 0/2] Add OTP driver for Sunplus SP7021 SoC
Date: Mon, 1 Nov 2021 13:15:10 +0800 [thread overview]
Message-ID: <1635743712-25358-1-git-send-email-vincent.shih@sunplus.com> (raw)
This is a patch series for otp driver for Sunplus SP7021 SoC.
Sunplus SP7021 is an ARM Coretex A7 (4 cores) based SoC. It integrates
many peripherals (ex: UART, I2C, SPI, SDIO, eMMC, USB, SD Card and
etc.) into a single chip. It is designed for industrial control.
Refer to:
https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview
https://tibbo.com/store/plus1.html
Vincent Shih (2):
nvmem: Add driver for Sunplus SP7021
dt-bindings: nvmem: Convert Sunplus OCOTP to json-schema
.../bindings/nvmem/sunplus,sp7021-ocotp.yaml | 116 ++++++++++++
MAINTAINERS | 8 +
drivers/nvmem/Kconfig | 9 +
drivers/nvmem/Makefile | 1 +
drivers/nvmem/sunplus-ocotp.c | 207 +++++++++++++++++++++
drivers/nvmem/sunplus-ocotp.h | 136 ++++++++++++++
drivers/nvmem/sunplus-ocotp0.c | 54 ++++++
7 files changed, 531 insertions(+)
create mode 100644 Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
create mode 100644 drivers/nvmem/sunplus-ocotp.c
create mode 100644 drivers/nvmem/sunplus-ocotp.h
create mode 100644 drivers/nvmem/sunplus-ocotp0.c
--
2.7.4
next reply other threads:[~2021-11-01 5:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-01 5:15 Vincent Shih [this message]
2021-11-01 5:15 ` [PATCH 1/2] nvmem: Add driver for Sunplus SP7021 Vincent Shih
2021-11-01 5:15 ` [PATCH 2/2] dt-bindings: nvmem: Convert Sunplus OCOTP to json-schema Vincent Shih
2021-11-12 15:33 ` Rob Herring
2021-11-15 7:25 ` Vincent Shih 施錕鴻
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=1635743712-25358-1-git-send-email-vincent.shih@sunplus.com \
--to=vincent.sunplus@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=srinivas.kandagatla@linaro.org \
--cc=vincent.shih@sunplus.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
all inboxes | Powered by JetHome®