From patchwork Fri May 17 17:32:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 244684 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E52512C00F1 for ; Sat, 18 May 2013 03:32:51 +1000 (EST) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UdOWH-0002QR-M4; Fri, 17 May 2013 17:32:41 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UdOWF-0002eZ-JL; Fri, 17 May 2013 17:32:39 +0000 Received: from fw-tnat.cambridge.arm.com ([217.140.96.21] helo=cam-smtp0.cambridge.arm.com) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UdOWC-0002e6-CI for linux-arm-kernel@lists.infradead.org; Fri, 17 May 2013 17:32:37 +0000 Received: from arm.com (e102109-lin.cambridge.arm.com [10.1.203.38]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id r4HHWB16015252; Fri, 17 May 2013 18:32:11 +0100 Date: Fri, 17 May 2013 18:32:05 +0100 From: Catalin Marinas To: Linus Torvalds Subject: [GIT PULL] arm64 fixes for 3.10-rc2 Message-ID: <20130517173205.GA14326@arm.com> MIME-Version: 1.0 Content-Disposition: inline user-agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130517_133236_658589_4A5A358E X-CRM114-Status: UNSURE ( 7.89 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -3.2 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [217.140.96.21 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.6 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] Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Linus, Please pull the arm64 patches below. Thanks. The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git tags/arm64-fixes for you to fetch changes up to 3126976be64bfb4c87297cb022ca815212079aec: arm64: debug: fix mdscr.ss check when enabling debug exceptions (2013-05-17 18:24:19 +0100) ---------------------------------------------------------------- Fixes for duplicate definition of early_console, kernel/time/Kconfig include, __flush_dcache_all() set/way computing, debug (locking, bit testing). The of_platform_populate() was moved to an arch_init_call() to allow subsys_init_call() drivers to probe the DT. ---------------------------------------------------------------- Catalin Marinas (2): arm64: Invoke the of_platform_populate() at arch_initcall() level arm64: Do not source kernel/time/Kconfig explicitly Chen Gang (1): arm64: Fix duplicate definition of early_console Sukanto Ghosh (1): arm64: mm: Fix operands of clz in __flush_dcache_all Will Deacon (2): arm64: debug: clear mdscr_el1 instead of taking the OS lock arm64: debug: fix mdscr.ss check when enabling debug exceptions arch/arm64/Kconfig | 2 -- arch/arm64/include/asm/assembler.h | 2 +- arch/arm64/kernel/debug-monitors.c | 2 -- arch/arm64/kernel/early_printk.c | 5 +++-- arch/arm64/kernel/setup.c | 12 +++--------- arch/arm64/mm/cache.S | 2 +- arch/arm64/mm/proc.S | 3 +-- 7 files changed, 9 insertions(+), 19 deletions(-)