From patchwork Tue Nov 6 00:24:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell King - ARM Linux X-Patchwork-Id: 1702441 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 717DEDF2AB for ; Tue, 6 Nov 2012 00:28:23 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TVWzU-0001lk-L9; Tue, 06 Nov 2012 00:26:04 +0000 Received: from caramon.arm.linux.org.uk ([78.32.30.218]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TVWzQ-0001lR-TP for linux-arm-kernel@lists.infradead.org; Tue, 06 Nov 2012 00:26:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=arm.linux.org.uk; s=caramon; h=Sender:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=U8j8gtnSZwR5AmjZQwgRSwPjeoXxR1Uyy4pny2Es/vs=; b=n9L/3qyZ168dulUOPBKOTWOkk1fr0aWQMxslp8DdpPyvE18/zvhayf35GbISSMlwfTmvXeUoGYxxnr41k40hCjyB88HNJRM/XQ/eT2ghExiBGqWTN8SWaJe1nGtzuFKzsY8OlV3F670wVqP8Lb9/E0OcRqKMoecBvLqJp7PckwA=; Received: from n2100.arm.linux.org.uk ([2002:4e20:1eda:1:214:fdff:fe10:4f86]:56732) by caramon.arm.linux.org.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TVWyE-00037Y-1W; Tue, 06 Nov 2012 00:24:46 +0000 Received: from linux by n2100.arm.linux.org.uk with local (Exim 4.76) (envelope-from ) id 1TVWyC-0000sC-Pa; Tue, 06 Nov 2012 00:24:44 +0000 Date: Tue, 6 Nov 2012 00:24:44 +0000 From: Russell King - ARM Linux To: Gregory CLEMENT Subject: Re: [PATCH V6 3/6] arm: cache-l2x0: add support for Aurora L2 cache ctrl Message-ID: <20121106002444.GL28327@n2100.arm.linux.org.uk> 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <509850C5.9080903@free-electrons.com> User-Agent: Mutt/1.5.19 (2009-01-05) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121105_192601_507034_B56C2AEA X-CRM114-Status: GOOD ( 16.44 ) X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [78.32.30.218 listed in list.dnswl.org] 3.0 KHOP_BIG_TO_CC Sent to 10+ recipients instaed of Bcc or a list -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Lior Amsalem , Andrew Lunn , Ike Pan , Will Deacon , Nadav Haklai , Ian Molton , David Marlin , Yehuda Yitschak , Jani Monoses , Tawfik Bayouk , Dan Frazier , Barry Song <21cnbao@gmail.com>, Eran Ben-Avi , Shadi Ammouri , Leif Lindholm , Sebastian Hesselbarth , Jason Cooper , Arnd Bergmann , Jon Masters , Rob Herring , Ben Dooks , linux-arm-kernel@lists.infradead.org, Thomas Petazzoni , Chris Van Hoof , Nicolas Pitre , Maen Suleiman , Santosh Shilimkar , Olof Johansson X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@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? Looks mostly idential to me... 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) + +