Browse Source

kernel: backport upstream brcm_nvram fix for NAND controller

Signed-off-by: Rafał Miłecki <[email protected]>
Rafał Miłecki 1 year ago
parent
commit
facaa13a3f

+ 6 - 1
target/linux/bcm53xx/patches-5.15/181-nvmem-brcm_nvram-store-a-copy-of-NVRAM-content.patch → target/linux/generic/backport-5.15/820-v6.7-0006-nvmem-brcm_nvram-store-a-copy-of-NVRAM-content.patch

@@ -1,5 +1,6 @@
+From 1e37bf84afacd5ba17b7a13a18ca2bc78aff05c0 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
-Date: Thu, 14 Sep 2023 07:59:09 +0200
+Date: Fri, 15 Dec 2023 11:13:58 +0000
 Subject: [PATCH] nvmem: brcm_nvram: store a copy of NVRAM content
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
@@ -21,11 +22,15 @@ allocating so much memory check for actual data length.
 
 Link: https://lore.kernel.org/linux-mtd/CACna6rwf3_9QVjYcM+847biTX=K0EoWXuXcSMkJO1Vy_5vmVqA@mail.gmail.com/
 Fixes: 3fef9ed0627a ("nvmem: brcm_nvram: new driver exposing Broadcom's NVRAM")
+Cc:  <[email protected]>
 Cc: Arınç ÜNAL <[email protected]>
 Cc: Florian Fainelli <[email protected]>
 Cc: Scott Branden <[email protected]>
 Signed-off-by: Rafał Miłecki <[email protected]>
 Acked-by: Arınç ÜNAL <[email protected]>
+Signed-off-by: Srinivas Kandagatla <[email protected]>
+Link: https://lore.kernel.org/r/[email protected]
+Signed-off-by: Greg Kroah-Hartman <[email protected]>
 ---
  drivers/nvmem/brcm_nvram.c | 134 ++++++++++++++++++++++++++-----------
  1 file changed, 94 insertions(+), 40 deletions(-)

+ 6 - 1
target/linux/bcm53xx/patches-6.1/181-nvmem-brcm_nvram-store-a-copy-of-NVRAM-content.patch → target/linux/generic/backport-6.1/816-v6.7-0006-nvmem-brcm_nvram-store-a-copy-of-NVRAM-content.patch

@@ -1,5 +1,6 @@
+From 1e37bf84afacd5ba17b7a13a18ca2bc78aff05c0 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
-Date: Thu, 14 Sep 2023 07:59:09 +0200
+Date: Fri, 15 Dec 2023 11:13:58 +0000
 Subject: [PATCH] nvmem: brcm_nvram: store a copy of NVRAM content
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
@@ -21,11 +22,15 @@ allocating so much memory check for actual data length.
 
 Link: https://lore.kernel.org/linux-mtd/CACna6rwf3_9QVjYcM+847biTX=K0EoWXuXcSMkJO1Vy_5vmVqA@mail.gmail.com/
 Fixes: 3fef9ed0627a ("nvmem: brcm_nvram: new driver exposing Broadcom's NVRAM")
+Cc:  <[email protected]>
 Cc: Arınç ÜNAL <[email protected]>
 Cc: Florian Fainelli <[email protected]>
 Cc: Scott Branden <[email protected]>
 Signed-off-by: Rafał Miłecki <[email protected]>
 Acked-by: Arınç ÜNAL <[email protected]>
+Signed-off-by: Srinivas Kandagatla <[email protected]>
+Link: https://lore.kernel.org/r/[email protected]
+Signed-off-by: Greg Kroah-Hartman <[email protected]>
 ---
  drivers/nvmem/brcm_nvram.c | 134 ++++++++++++++++++++++++++-----------
  1 file changed, 94 insertions(+), 40 deletions(-)