Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1677151

[PATCH v4 2/9] mtd: nand: sharpsl.h: support partition parser types

From Andrea Adami <andrea.adami@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v4 2/9] mtd: nand: sharpsl.h: support partition parser types
Date 2017-06-28 22:40 +0200
Message-ID <tXrUL-29U-25@gated-at.bofh.it> (permalink)
References <tXrUJ-29U-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 include/linux/mtd/sharpsl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/mtd/sharpsl.h b/include/linux/mtd/sharpsl.h
index 65e91d0..c0e0be2 100644
--- a/include/linux/mtd/sharpsl.h
+++ b/include/linux/mtd/sharpsl.h
@@ -17,4 +17,5 @@ struct sharpsl_nand_platform_data {
 	const struct mtd_ooblayout_ops *ecc_layout;
 	struct mtd_partition	*partitions;
 	unsigned int		nr_partitions;
+	const char *const	*types;	/* names of parsers to use if any */
 };
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/9] mtd: sharpslpart partition parser Andrea Adami <andrea.adami@gmail.com> - 2017-06-28 22:40 +0200
  [PATCH v4 2/9] mtd: nand: sharpsl.h: support partition parser types Andrea Adami <andrea.adami@gmail.com> - 2017-06-28 22:40 +0200
  [PATCH v4 7/9] ARM: pxa: tosa.c: remove hardcoded partitioning, use sharpslpart parser Andrea Adami <andrea.adami@gmail.com> - 2017-06-28 22:40 +0200
  [PATCH v4 6/9] ARM: pxa: corgi.c: remove hardcoded partitioning, use sharpslpart parser Andrea Adami <andrea.adami@gmail.com> - 2017-06-28 22:40 +0200

csiph-web