aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.10/495-mtd-core-add-get_mtd_device_by_node.patch
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2021-03-12 18:30:01 +0100
committerRafał Miłecki <rafal@milecki.pl>2021-03-12 18:49:46 +0100
commite90e75b12c818c49704755b9e530491aee2d554c (patch)
tree5f5a5bb224839c465bda63866c59250d64ecafb4 /target/linux/generic/pending-5.10/495-mtd-core-add-get_mtd_device_by_node.patch
parentdeceb039931cd8eb011a0eb65731f335662070d0 (diff)
downloadupstream-e90e75b12c818c49704755b9e530491aee2d554c.tar.gz
upstream-e90e75b12c818c49704755b9e530491aee2d554c.tar.bz2
upstream-e90e75b12c818c49704755b9e530491aee2d554c.zip
kernel: add pending mtd patches adding NVMEM support
It's meant to provide upstream support for mtd & NVMEM. It's required e.g. for reading MAC address from mtd partition content. It seems to be in a final shape so it's worth testing. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/generic/pending-5.10/495-mtd-core-add-get_mtd_device_by_node.patch')
-rw-r--r--target/linux/generic/pending-5.10/495-mtd-core-add-get_mtd_device_by_node.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-5.10/495-mtd-core-add-get_mtd_device_by_node.patch b/target/linux/generic/pending-5.10/495-mtd-core-add-get_mtd_device_by_node.patch
index 98c5c2ef19..7a7ad6b263 100644
--- a/target/linux/generic/pending-5.10/495-mtd-core-add-get_mtd_device_by_node.patch
+++ b/target/linux/generic/pending-5.10/495-mtd-core-add-get_mtd_device_by_node.patch
@@ -17,7 +17,7 @@ Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
--- a/drivers/mtd/mtdcore.c
+++ b/drivers/mtd/mtdcore.c
-@@ -1052,6 +1052,44 @@ out_unlock:
+@@ -1053,6 +1053,44 @@ out_unlock:
}
EXPORT_SYMBOL_GPL(get_mtd_device_nm);