From patchwork Fri Dec 30 01:50:28 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kukjin Kim X-Patchwork-Id: 133600 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 BF773B6F9F for ; Fri, 30 Dec 2011 12:53:23 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RgRcF-0007zn-I9; Fri, 30 Dec 2011 01:50:39 +0000 Received: from mailout4.samsung.com ([203.254.224.34]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RgRcB-0007zZ-Ay for linux-arm-kernel@lists.infradead.org; Fri, 30 Dec 2011 01:50:37 +0000 Received: from epcpsbgm1.samsung.com (mailout4.samsung.com [203.254.224.34]) by mailout4.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LWZ00IWBUFZWMB0@mailout4.samsung.com> for linux-arm-kernel@lists.infradead.org; Fri, 30 Dec 2011 10:50:30 +0900 (KST) X-AuditID: cbfee61a-b7b89ae000001a15-32-4efd18e64086 Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm1.samsung.com (MMPCPMTA) with SMTP id B4.43.06677.6E81DFE4; Fri, 30 Dec 2011 10:50:30 +0900 (KST) Received: from DOKGENEKIM03 ([12.23.120.114]) by mmp2.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTPA id <0LWZ00GYFUG42L70@mmp2.samsung.com> for linux-arm-kernel@lists.infradead.org; Fri, 30 Dec 2011 10:50:30 +0900 (KST) From: Kukjin Kim To: torvalds@linux-foundation.org Subject: [GIT PULL] Samsung Fixes for v3.2 Date: Fri, 30 Dec 2011 10:50:28 +0900 Message-id: <02c701ccc695$685501d0$38ff0570$%kim@samsung.com> MIME-version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Content-language: ko Thread-index: AczGlWg74HMnfzfLTNu+O+QnWfs3tw== X-Brightmail-Tracker: AAAAAA== X-Spam-Note: CRM114 invocation failed X-Spam-Score: -5.5 (-----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-5.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [203.254.224.34 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.3 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-samsung-soc@vger.kernel.org, 'Arnd Bergmann' , linux-arm-kernel@lists.infradead.org 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 Hi Linus, This is Samsung fixes for v3.2 Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.2-samsung-fixes-4 The 'ARM: SAMSUNG: Fix build error...' is fixing of build in some case of only selection s3c2440 in kernel configuration and the 'ARM: EXYNOS: Remove duplicated...' can cause the detection of overlapped memory region which resulted in boot failure. If any problem, please kindly let me know. Arnd, since v3.2 is now close at hand, I'm sending this to Linus. Linus, Arnd and all Linux guys, Happy New Year :) Thanks. Best regards, Kgene. --- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The following changes since commit 5f0a6e2d503896062f641639dacfe5055c2f593b: Linux 3.2-rc7 (2011-12-23 21:51:06 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.2-samsung-fixes-4 Denis Kuzmenko (1): ARM: SAMSUNG: Fix build error when selecting CPU_FREQ_S3C24XX_DEBUGFS on S3C2440 Thomas Abraham (1): ARM: EXYNOS: Remove duplicated SROMC static memory mapping arch/arm/mach-exynos/cpu.c | 5 ---- arch/arm/plat-samsung/include/plat/cpu-freq-core.h | 25 ++++++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-)