linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add ONIE NVMEM provider
@ 2020-09-21 23:52 Vadym Kochan
  2020-09-21 23:52 ` [PATCH 1/2] nvmem: add ONIE nvmem provider Vadym Kochan
  2020-09-21 23:52 ` [PATCH 2/2] dt-bindings: nvmem: add description for ONIE provider Vadym Kochan
  0 siblings, 2 replies; 4+ messages in thread
From: Vadym Kochan @ 2020-09-21 23:52 UTC (permalink / raw)
  To: Srinivas Kandagatla, Rob Herring, linux-kernel, devicetree; +Cc: Vadym Kochan

This series adds NVMEM provider for the ONIE TLV attributes which are
stored on NVMEM device. It adds possibility to read the mac address (and
other info) by other drivers.

Vadym Kochan (2):
  nvmem: add ONIE nvmem provider
  dt-bindings: nvmem: add description for ONIE provider

 .../devicetree/bindings/nvmem/onie-nvmem.txt  |  11 +
 drivers/nvmem/Kconfig                         |   9 +
 drivers/nvmem/Makefile                        |   2 +
 drivers/nvmem/onie.c                          | 357 ++++++++++++++++++
 4 files changed, 379 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/nvmem/onie-nvmem.txt
 create mode 100644 drivers/nvmem/onie.c

-- 
2.17.1


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

end of thread, other threads:[~2020-09-29 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21 23:52 [PATCH 0/2] Add ONIE NVMEM provider Vadym Kochan
2020-09-21 23:52 ` [PATCH 1/2] nvmem: add ONIE nvmem provider Vadym Kochan
2020-09-21 23:52 ` [PATCH 2/2] dt-bindings: nvmem: add description for ONIE provider Vadym Kochan
2020-09-29 17:56   ` 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).