All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nvmem: lan966x-otpc: add support
@ 2022-08-18 16:44 Horatiu Vultur
  2022-08-18 16:44 ` [PATCH 1/2] dt-bindings: lan966x-otpc: document Lan966X OTPC Horatiu Vultur
  2022-08-18 16:44 ` [PATCH 2/2] nvmem: lan966x-otpc: add support Horatiu Vultur
  0 siblings, 2 replies; 7+ messages in thread
From: Horatiu Vultur @ 2022-08-18 16:44 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: srinivas.kandagatla, robh+dt, krzysztof.kozlowski+dt,
	Horatiu Vultur

Add support for lan966x OTP controller that is available on lan966x.
The driver gives access to non-volatile memory. It allows both write
and read access to it.

Horatiu Vultur (2):
  dt-bindings: lan966x-otpc: document Lan966X OTPC
  nvmem: lan966x-otpc: add support

 .../nvmem/microchip,lan966x-otpc.yaml         |  42 +++
 drivers/nvmem/Kconfig                         |   8 +
 drivers/nvmem/Makefile                        |   2 +
 drivers/nvmem/lan966x-otpc.c                  | 248 ++++++++++++++++++
 4 files changed, 300 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/nvmem/microchip,lan966x-otpc.yaml
 create mode 100644 drivers/nvmem/lan966x-otpc.c

-- 
2.33.0


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

end of thread, other threads:[~2022-08-22 20:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-18 16:44 [PATCH 0/2] nvmem: lan966x-otpc: add support Horatiu Vultur
2022-08-18 16:44 ` [PATCH 1/2] dt-bindings: lan966x-otpc: document Lan966X OTPC Horatiu Vultur
2022-08-19  6:52   ` Krzysztof Kozlowski
2022-08-22  6:04     ` Horatiu Vultur
2022-08-22 18:17       ` Rob Herring
2022-08-22 20:10         ` Horatiu Vultur
2022-08-18 16:44 ` [PATCH 2/2] nvmem: lan966x-otpc: add support Horatiu Vultur

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.