devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add OTP driver for Sunplus SP7021 SoC
@ 2021-11-01  5:15 Vincent Shih
  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
  0 siblings, 2 replies; 5+ messages in thread
From: Vincent Shih @ 2021-11-01  5:15 UTC (permalink / raw)
  To: srinivas.kandagatla, linux-kernel, robh+dt, devicetree; +Cc: Vincent Shih

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-15  7:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-01  5:15 [PATCH 0/2] Add OTP driver for Sunplus SP7021 SoC Vincent Shih
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 施錕鴻

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).