From patchwork Fri Apr 13 18:08:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Brown X-Patchwork-Id: 152363 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [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 4C4F2B700E for ; Sat, 14 Apr 2012 04:10:28 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SIkvO-0007RM-Nj; Fri, 13 Apr 2012 18:08:46 +0000 Received: from wolverine02.qualcomm.com ([199.106.114.251]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SIkvL-0007Qe-SF for linux-arm-kernel@lists.infradead.org; Fri, 13 Apr 2012 18:08:44 +0000 X-IronPort-AV: E=McAfee;i="5400,1158,6679"; a="179222188" Received: from pdmz-ns-mip.qualcomm.com (HELO mostmsg01.qualcomm.com) ([199.106.114.10]) by wolverine02.qualcomm.com with ESMTP/TLS/ADH-AES256-SHA; 13 Apr 2012 11:08:42 -0700 Received: from codeaurora.org (pdmz-snip-v218.qualcomm.com [192.168.218.1]) by mostmsg01.qualcomm.com (Postfix) with ESMTPA id B55B210004A9; Fri, 13 Apr 2012 11:08:41 -0700 (PDT) Date: Fri, 13 Apr 2012 11:08:40 -0700 From: David Brown To: arm@kernel.org Subject: [GIT PULL] msm fixes for 3.4rc Message-ID: <20120413180840.GA17558@codeaurora.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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.251 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Nicolas Pitre , Arnd Bergmann , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Olof Johansson , Daniel Walker , Thomas Gleixner , Russell King X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Arnd/Olof. Here are some fixes for msm that fix problems caused by the latest ARM code. The ones from Daniel remove unneeded fixups that now cause compilation failures. Mine fix section mismatches, that were incompletely fixed earlier. Thanks, David The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e: Linux 3.4-rc2 (2012-04-07 18:30:41 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git msm-fix for you to fetch changes up to af33eadc73e4a5d35a966c1c7ffe28a8424c9d96: ARM: msm: Fix section mismatches in proc_comm.c (2012-04-13 10:23:17 -0700) ---------------------------------------------------------------- Daniel Walker (2): arm: msm: halibut: remove unneeded fixup arm: msm: trout: fix compile failure David Brown (2): video: msm: Fix section mismatches in mddi.c ARM: msm: Fix section mismatches in proc_comm.c arch/arm/mach-msm/board-halibut.c | 3 --- arch/arm/mach-msm/board-trout-panel.c | 1 + arch/arm/mach-msm/board-trout.c | 1 + arch/arm/mach-msm/proc_comm.c | 2 +- drivers/video/msm/mddi.c | 8 ++++---- 5 files changed, 7 insertions(+), 8 deletions(-)