diff mbox

[V6,3/6] arm: cache-l2x0: add support for Aurora L2 cache ctrl

Message ID 20121106002444.GL28327@n2100.arm.linux.org.uk (mailing list archive)
State New, archived
Headers show

Commit Message

Russell King - ARM Linux Nov. 6, 2012, 12:24 a.m. UTC
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?


Looks mostly idential to me...

Comments

Gregory CLEMENT Nov. 6, 2012, 12:59 a.m. UTC | #1
On 11/06/2012 01:24 AM, Russell King - ARM Linux wrote:
> 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...
> 
Right, I amend the wrong commit :(

The patch 7547/4 should be the good one.
diff mbox

Patch

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)
 
+
+