
16 Apr
2017
16 Apr
'17
9:32 p.m.
On 13 April 2017 at 03:52, Patrick Delaunay patrick.delaunay@st.com wrote:
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com Reviewed-by: Christophe KERELLO christophe.kerello@st.com
Changes in v5:
- solve warning and error (dont' include linux/mtd/mtd.h in part.h)
Changes in v4: None Changes in v3: None Changes in v2: None
disk/Kconfig | 17 ++ disk/Makefile | 1 + disk/part_efi_mtd.c | 457 ++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/README.gpt.mtd | 189 ++++++++++++++++++++++ include/part.h | 15 +- 5 files changed, 677 insertions(+), 2 deletions(-) create mode 100644 disk/part_efi_mtd.c create mode 100644 doc/README.gpt.mtd
Reviewed-by: Simon Glass sjg@chromium.org
Please can you add function comments for your static and exported functions.