lkml.org 
[lkml]   [2016]   [May]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[RFC/PATCH 0/2] Adding support to expose mtd flash otp regions via nvmem
Date
Hi all,

attached series allows exporting mtd flash otp regions via nvmem.
This is my first stab and still needs cleanup, but I wanted to get some
general feedback on whether this can conceptually work.

In an earlier conversation with Boris (in Cc) he suggested (I think),
something similar to what I tried to implement.

If someone has suggestions (especially on how to deduplicate some of the parsing
code w.r.t to partitions I'd be happy to rework the series)

Thanks for your feedback,

Moritz

Moritz Fischer (2):
doc: bindings: Add bindings documentation for mtd otp nvmem
mtd: otp: Expose mtd flash otp regions as nvmem providers

.../devicetree/bindings/mtd/otp-nvmem.txt | 62 ++++++++++
drivers/mtd/Kconfig | 8 ++
drivers/mtd/Makefile | 1 +
drivers/mtd/mtdcore.c | 35 ++++++
drivers/mtd/mtdcore.h | 1 +
drivers/mtd/mtdnvmem.c | 127 +++++++++++++++++++++
drivers/mtd/mtdnvmem.h | 25 ++++
drivers/mtd/mtdpart.c | 112 ++++++++++++++++++
drivers/mtd/ofpart.c | 102 +++++++++++++++++
9 files changed, 473 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mtd/otp-nvmem.txt
create mode 100644 drivers/mtd/mtdnvmem.c
create mode 100644 drivers/mtd/mtdnvmem.h

--
2.5.5

\
 
 \ /
  Last update: 2016-05-25 23:41    [W:0.214 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site