|
@@ -1,7 +1,8 @@
|
|
|
|
+From 5b644aa012f67fd211138a067b9f351f30bdcc60 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
|
|
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
|
|
-Date: Tue, 30 Jan 2018 11:55:16 +0100
|
|
|
|
-Subject: [PATCH V10 1/3] mtd: partitions: add of_match_table parser matching
|
|
|
|
- for the "ofpart" type
|
|
|
|
|
|
+Date: Wed, 14 Mar 2018 13:10:42 +0100
|
|
|
|
+Subject: [PATCH] mtd: partitions: add of_match_table parser matching for the
|
|
|
|
+ "ofpart" type
|
|
MIME-Version: 1.0
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
Content-Transfer-Encoding: 8bit
|
|
@@ -37,7 +38,12 @@ though as compiling parsers as modules isn't a common choice.
|
|
Signed-off-by: Brian Norris <[email protected]>
|
|
Signed-off-by: Brian Norris <[email protected]>
|
|
Signed-off-by: Rafał Miłecki <[email protected]>
|
|
Signed-off-by: Rafał Miłecki <[email protected]>
|
|
Tested-by: Peter Rosin <[email protected]>
|
|
Tested-by: Peter Rosin <[email protected]>
|
|
|
|
+Reviewed-by: Richard Weinberger <[email protected]>
|
|
|
|
+Signed-off-by: Boris Brezillon <[email protected]>
|
|
---
|
|
---
|
|
|
|
+ drivers/mtd/mtdpart.c | 116 +++++++++++++++++++++++++++++++++++++----
|
|
|
|
+ include/linux/mtd/partitions.h | 1 +
|
|
|
|
+ 2 files changed, 108 insertions(+), 9 deletions(-)
|
|
|
|
|
|
--- a/drivers/mtd/mtdpart.c
|
|
--- a/drivers/mtd/mtdpart.c
|
|
+++ b/drivers/mtd/mtdpart.c
|
|
+++ b/drivers/mtd/mtdpart.c
|