From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Tue, 6 Nov 2012 00:24:44 +0000 Subject: [PATCH V6 3/6] arm: cache-l2x0: add support for Aurora L2 cache ctrl In-Reply-To: <509850C5.9080903@free-electrons.com> References: <1348738523-28609-1-git-send-email-gregory.clement@free-electrons.com> <1348738523-28609-2-git-send-email-gregory.clement@free-electrons.com> <20121023090154.GP21164@n2100.arm.linux.org.uk> <508666A6.9040701@free-electrons.com> <20121023100057.GS21164@n2100.arm.linux.org.uk> <5086700E.10702@free-electrons.com> <20121104223215.GA28327@n2100.arm.linux.org.uk> <509850C5.9080903@free-electrons.com> Message-ID: <20121106002444.GL28327@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Nov 06, 2012 at 12:50:29AM +0100, Gregory CLEMENT wrote: > The initial patch 7547/2 was superseded by the patch 7547/3 that I have just > pushed in the patch system. Last time first I fixed the code then I used the > versatile_defconfig configuration to test the compilation and didn't realize > that it did set CONFIG_OF by default. Are you sure you put the right patch in there? diff -u <(pdb getpatch 7547/2) <(pdb getpatch 7547/3) --- /dev/fd/63 2012-11-06 00:23:54.451978759 +0000 +++ /dev/fd/62 2012-11-06 00:23:54.452978749 +0000 @@ -1,5 +1,5 @@ =============================================================================== -Patch: 7547/2: cache-l2x0: add support for Aurora L2 cache ctrl +Patch: 7547/3: cache-l2x0: add support for Aurora L2 cache ctrl From: Gregory CLEMENT Email: gregory.clement@free-electrons.com Status: 3.7-rc1 @@ -10,6 +10,8 @@ arch/arm/mm/cache-l2x0.c | 222 +++++++++++++++++++++++++++-- 3 files changed, 268 insertions(+), 13 deletions(-) ------------------------------------------------------------------------------- +diff --git a/arch/arm/include/asm/hardware/cache-l2x0.h b/arch/arm/include/asm/hardware/cache-l2x0.h +index 5f2c7b4..3b2c40b 100644 --- a/arch/arm/include/asm/hardware/cache-l2x0.h +++ b/arch/arm/include/asm/hardware/cache-l2x0.h @@ -102,6 +102,10 @@ @@ -443,3 +445,5 @@ if (data->save) + + Looks mostly idential to me...