[source] bcm53xx: refresh kernel patches

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 28 03:59:40 PDT 2016


rmilecki pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=a3be48593b04bfa3dd2b1c98dc360de742861b09

commit a3be48593b04bfa3dd2b1c98dc360de742861b09
Author: Rafał Miłecki <zajec5 at gmail.com>
AuthorDate: Thu Jul 28 12:44:17 2016 +0200

    bcm53xx: refresh kernel patches
    
    Signed-off-by: Rafał Miłecki <zajec5 at gmail.com>
---
 .../405-mtd-spi-nor-detect-JEDEC-incompatible-w25q128-using-.patch    | 2 +-
 .../710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/target/linux/bcm53xx/patches-4.4/405-mtd-spi-nor-detect-JEDEC-incompatible-w25q128-using-.patch b/target/linux/bcm53xx/patches-4.4/405-mtd-spi-nor-detect-JEDEC-incompatible-w25q128-using-.patch
index ca930e7..abc9b0f 100644
--- a/target/linux/bcm53xx/patches-4.4/405-mtd-spi-nor-detect-JEDEC-incompatible-w25q128-using-.patch
+++ b/target/linux/bcm53xx/patches-4.4/405-mtd-spi-nor-detect-JEDEC-incompatible-w25q128-using-.patch
@@ -13,7 +13,7 @@ Signed-off-by: Rafał Miłecki <zajec5 at gmail.com>
 
 --- a/drivers/mtd/spi-nor/spi-nor.c
 +++ b/drivers/mtd/spi-nor/spi-nor.c
-@@ -870,6 +870,18 @@ static const struct flash_info *spi_nor_
+@@ -871,6 +871,18 @@ static const struct flash_info *spi_nor_
  	}
  	dev_err(nor->dev, "unrecognized JEDEC id bytes: %02x, %2x, %2x\n",
  		id[0], id[1], id[2]);
diff --git a/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch b/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch
index 68fa647..0f4f944 100644
--- a/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch
+++ b/target/linux/bcm53xx/patches-4.4/710-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch
@@ -42,6 +42,6 @@ Signed-off-by: Rafał Miłecki <zajec5 at gmail.com>
 +	    of_machine_is_compatible("netgear,r8000"))
 +		sw_dev->cpu_port = 5;
 +
- 	/* cpu port is always last */
- 	sw_dev->ports = sw_dev->cpu_port + 1;
  	dev->enabled_ports |= BIT(sw_dev->cpu_port);
+ 	sw_dev->ports = fls(dev->enabled_ports);
+ 



More information about the lede-commits mailing list