From b519908e848505ed671c13c45fbd5d29d9472264 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 4 Apr 2014 10:17:08 +0000 Subject: brcm63xx: update development kernel to linux 3.14 Now that 3.13 will be EOL soon, switch to 3.14. Known issues: * 74x164 is not available because upstream dropped non-DT support * jffs2 breaks with SMP Unknown issues: * probably plenty Signed-off-by: Jonas Gorski SVN-Revision: 40380 --- .../424-bcm63xx_enet_no_request_mem_region.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 target/linux/brcm63xx/patches-3.14/424-bcm63xx_enet_no_request_mem_region.patch (limited to 'target/linux/brcm63xx/patches-3.14/424-bcm63xx_enet_no_request_mem_region.patch') diff --git a/target/linux/brcm63xx/patches-3.14/424-bcm63xx_enet_no_request_mem_region.patch b/target/linux/brcm63xx/patches-3.14/424-bcm63xx_enet_no_request_mem_region.patch new file mode 100644 index 0000000000..24dd27a292 --- /dev/null +++ b/target/linux/brcm63xx/patches-3.14/424-bcm63xx_enet_no_request_mem_region.patch @@ -0,0 +1,15 @@ +--- a/drivers/net/ethernet/broadcom/bcm63xx_enet.c ++++ b/drivers/net/ethernet/broadcom/bcm63xx_enet.c +@@ -2784,12 +2784,6 @@ static int bcm_enetsw_probe(struct platf + if (ret) + goto out; + +- if (!request_mem_region(res_mem->start, resource_size(res_mem), +- "bcm63xx_enetsw")) { +- ret = -EBUSY; +- goto out; +- } +- + priv->base = ioremap(res_mem->start, resource_size(res_mem)); + if (priv->base == NULL) { + ret = -ENOMEM; -- cgit v1.2.3