linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add driver for OCOTP in Sunplus SP7021
@ 2021-12-07  8:53 Vincent Shih
  2021-12-07  8:53 ` [PATCH v2 1/2] nvmem: " Vincent Shih
  2021-12-07  8:53 ` [PATCH v2 2/2] dt-bindings: nvmem: Add bindings doc for Sunplus OCOTP driver Vincent Shih
  0 siblings, 2 replies; 8+ messages in thread
From: Vincent Shih @ 2021-12-07  8:53 UTC (permalink / raw)
  To: srinivas.kandagatla, linux-kernel, robh+dt, devicetree, wells.lu
  Cc: Vincent Shih

This is a patch series for OCOTP driver for Sunplus SP7021 SoC.

Sunplus SP7021 is an ARM Cortex 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 OCOTP in Sunplus SP7021
  dt-bindings: nvmem: Add bindings doc for Sunplus OCOTP driver

 .../bindings/nvmem/sunplus,sp7021-ocotp.yaml       |  86 +++++++
 MAINTAINERS                                        |   6 +
 drivers/nvmem/Kconfig                              |  12 +
 drivers/nvmem/Makefile                             |   2 +
 drivers/nvmem/sunplus-ocotp.c                      | 268 +++++++++++++++++++++
 5 files changed, 374 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
 create mode 100644 drivers/nvmem/sunplus-ocotp.c

-- 
2.7.4


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

end of thread, other threads:[~2021-12-15  9:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07  8:53 [PATCH v2 0/2] Add driver for OCOTP in Sunplus SP7021 Vincent Shih
2021-12-07  8:53 ` [PATCH v2 1/2] nvmem: " Vincent Shih
2021-12-09 15:50   ` Srinivas Kandagatla
2021-12-13  6:45     ` 施錕鴻
     [not found]     ` <CAPvp3RgqQ_M9rXfkWFTC5zOgk7OUGO1=o8wDjxiB+5wMPoS_Rg@mail.gmail.com>
2021-12-14  9:08       ` Srinivas Kandagatla
2021-12-15  9:45         ` 施錕鴻
2021-12-07  8:53 ` [PATCH v2 2/2] dt-bindings: nvmem: Add bindings doc for Sunplus OCOTP driver Vincent Shih
2021-12-13 23:17   ` Rob Herring

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