From 2d379e796f27e7ab4bbc3d5406776722ecba379b Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 23 Aug 2015 18:06:11 +0000 Subject: kernel: update 4.1 to 4.1.6 Changelog: * https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.6 Signed-off-by: Jonas Gorski SVN-Revision: 46713 --- ...-BCM63xx-Provide-a-plat_post_dma_flush-ho.patch | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 target/linux/brcm63xx/patches-4.1/003-Revert-MIPS-BCM63xx-Provide-a-plat_post_dma_flush-ho.patch (limited to 'target/linux/brcm63xx') diff --git a/target/linux/brcm63xx/patches-4.1/003-Revert-MIPS-BCM63xx-Provide-a-plat_post_dma_flush-ho.patch b/target/linux/brcm63xx/patches-4.1/003-Revert-MIPS-BCM63xx-Provide-a-plat_post_dma_flush-ho.patch deleted file mode 100644 index c974484b98..0000000000 --- a/target/linux/brcm63xx/patches-4.1/003-Revert-MIPS-BCM63xx-Provide-a-plat_post_dma_flush-ho.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 1b02e59087d3de3953d3fa0536356e3e137bf74b Mon Sep 17 00:00:00 2001 -From: Florian Fainelli -Date: Tue, 28 Jul 2015 19:24:24 -0700 -Subject: [PATCH] Revert "MIPS: BCM63xx: Provide a plat_post_dma_flush hook" -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -This reverts commit 3cf29543413207d3ab1c3f62a88c09bb46f2264e ("MIPS: -BCM63xx: Provide a plat_post_dma_flush hook") since this commit was -found to prevent BCM6358 (early BMIPS4350 cores) and some BCM6368 -(BMIPS4380 cores) from booting reliably. - -Alvaro was able to track this down to an issue specifically located to -devices that use the second thread (TP1) when booting. Since BCM63xx did -not have a need for plat_post_dma_flush() hook before, let's just keep -things the way they were. - -CC: stable@vger.kernel.org -CC: Kevin Cernekee -CC: Nicolas Schichan -Reported-by: Álvaro Fernández Rojas -Reported-by: Jonas Gorski -Signed-off-by: Florian Fainelli -Signed-off-by: Jonas Gorski ---- - arch/mips/include/asm/mach-bcm63xx/dma-coherence.h | 10 ---------- - 1 file changed, 10 deletions(-) - delete mode 100644 arch/mips/include/asm/mach-bcm63xx/dma-coherence.h - ---- a/arch/mips/include/asm/mach-bcm63xx/dma-coherence.h -+++ /dev/null -@@ -1,10 +0,0 @@ --#ifndef __ASM_MACH_BCM63XX_DMA_COHERENCE_H --#define __ASM_MACH_BCM63XX_DMA_COHERENCE_H -- --#include -- --#define plat_post_dma_flush bmips_post_dma_flush -- --#include -- --#endif /* __ASM_MACH_BCM63XX_DMA_COHERENCE_H */ -- cgit v1.2.3