[source] kernel: use upstreamed patch for BCM53573 support in bcm47xxsflash

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 8 02:36:55 PST 2016


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/28955d9707345d9a684ec81c711c6914c2135c42

commit 28955d9707345d9a684ec81c711c6914c2135c42
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Tue Nov 8 11:34:38 2016 +0100

    kernel: use upstreamed patch for BCM53573 support in bcm47xxsflash
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 ...0003-mtd-bcm47xxsflash-use-uncached-MMIO-access-for-BCM53.patch} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/target/linux/generic/patches-4.4/143-mtd-bcm47xxsflash-use-uncached-MMIO-access-for-BCM53.patch b/target/linux/generic/patches-4.4/042-0003-mtd-bcm47xxsflash-use-uncached-MMIO-access-for-BCM53.patch
similarity index 90%
rename from target/linux/generic/patches-4.4/143-mtd-bcm47xxsflash-use-uncached-MMIO-access-for-BCM53.patch
rename to target/linux/generic/patches-4.4/042-0003-mtd-bcm47xxsflash-use-uncached-MMIO-access-for-BCM53.patch
index 98c62ca..c2f2d21 100644
--- a/target/linux/generic/patches-4.4/143-mtd-bcm47xxsflash-use-uncached-MMIO-access-for-BCM53.patch
+++ b/target/linux/generic/patches-4.4/042-0003-mtd-bcm47xxsflash-use-uncached-MMIO-access-for-BCM53.patch
@@ -1,6 +1,6 @@
-From 77fab8f7dc756ba65f37145c493cc04f17e36bea Mon Sep 17 00:00:00 2001
+From 64ad46379fcf14f437553f654d1adcd3d0e0d7f9 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal at milecki.pl>
-Date: Mon, 15 Aug 2016 14:13:09 +0200
+Date: Mon, 15 Aug 2016 14:21:28 +0200
 Subject: [PATCH] mtd: bcm47xxsflash: use uncached MMIO access for BCM53573
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
@@ -13,6 +13,8 @@ access. Switch to ioremap_nocache conditionally to support BCM53573 and
 don't break performance on old MIPS devices.
 
 Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
+Reviewed-by: Boris Brezillon <boris.brezillon at free-electrons.com>
+Signed-off-by: Brian Norris <computersforpeace at gmail.com>
 ---
  drivers/mtd/devices/bcm47xxsflash.c | 24 +++++++++++++++++++-----
  1 file changed, 19 insertions(+), 5 deletions(-)



More information about the lede-commits mailing list