| Submitter | David Brown |
|---|---|
| Date | Sept. 13, 2012, 6:56 p.m. |
| Message ID | <20120913185633.GB30032@codeaurora.org> |
| Download | mbox |
| Permalink | /patch/184009/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 716932C009D for <incoming-imx@patchwork.ozlabs.org>; Sat, 15 Sep 2012 04:22:20 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TCaSZ-0005Mf-H1; Fri, 14 Sep 2012 18:17:48 +0000 Received: from wolverine01.qualcomm.com ([199.106.114.254]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TCEaZ-0005d8-3w for linux-arm-kernel@lists.infradead.org; Thu, 13 Sep 2012 18:56:35 +0000 X-IronPort-AV: E=McAfee;i="5400,1158,6834"; a="236374523" Received: from pdmz-ns-snip_114_130.qualcomm.com (HELO mostmsg01.qualcomm.com) ([199.106.114.130]) by wolverine01.qualcomm.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 13 Sep 2012 11:56:34 -0700 Received: from codeaurora.org (pdmz-ns-snip_218_1.qualcomm.com [192.168.218.1]) by mostmsg01.qualcomm.com (Postfix) with ESMTPA id 1259910004AA; Thu, 13 Sep 2012 11:56:34 -0700 (PDT) Date: Thu, 13 Sep 2012 11:56:33 -0700 From: David Brown <davidb@codeaurora.org> To: arm@kernel.org Subject: [GIT PULL 2/5] msm non-critical fixes Message-ID: <20120913185633.GB30032@codeaurora.org> References: <20120913185342.GA29823@codeaurora.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20120913185342.GA29823@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [199.106.114.254 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Mailman-Approved-At: Fri, 14 Sep 2012 14:09:30 -0400 Cc: Nicolas Pitre <nicolas.pitre@linaro.org>, Arnd Bergmann <arnd@arndb.de>, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Olof Johansson <olof@lixom.net>, Thomas Gleixner <tglx@linutronix.de>, Russell King <rmk@arm.linux.org.uk> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org |
The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92: Linux 3.5 (2012-07-21 13:58:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-fix-noncrit-for-3.7 for you to fetch changes up to 10717e04d3502cf4a8aa6408d59093e2bbb4645b: ARM: msm: Fix early debug uart mapping on some memory configs (2012-09-13 10:48:35 -0700) ---------------------------------------------------------------- Some non-critical fixes for msm platforms. The missing FPGA init call fix is necessary to compile the 8660 target. The iomapping calls are needed to prevent duplicate mappings with differing attributes. And, the debug UART change keeps the debug UART working on targets with more than 512MB of memory. ---------------------------------------------------------------- David Brown (1): ARM: msm: Remove call to missing FPGA init on 8660 Rohit Vaswani (2): ARM: msm: io: Remove 7x30 iomap region from 7x00 ARM: msm: io: Change the default static iomappings to be shared Stephen Boyd (1): ARM: msm: Fix early debug uart mapping on some memory configs arch/arm/mach-msm/board-msm8x60.c | 5 ----- arch/arm/mach-msm/include/mach/msm_iomap-8960.h | 2 +- arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | 2 +- arch/arm/mach-msm/io.c | 25 +++++++++++++------------ 4 files changed, 15 insertions(+), 19 deletions(-)