From patchwork Mon Sep 26 23:22:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kukjin Kim X-Patchwork-Id: 116499 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 263EBB6F82 for ; Tue, 27 Sep 2011 09:22:17 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1R8KV0-0006pb-4h; Mon, 26 Sep 2011 23:22:10 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1R8KUz-0003Js-Ot; Mon, 26 Sep 2011 23:22:09 +0000 Received: from mailout1.samsung.com ([203.254.224.24]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1R8KUw-0003JY-VG for linux-arm-kernel@lists.infradead.org; Mon, 26 Sep 2011 23:22:07 +0000 Received: from epcpsbgm1.samsung.com (mailout1.samsung.com [203.254.224.24]) by mailout1.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LS500DQ6KWHYQB0@mailout1.samsung.com> for linux-arm-kernel@lists.infradead.org; Tue, 27 Sep 2011 08:22:01 +0900 (KST) X-AuditID: cbfee61a-b7cf1ae00000208e-6c-4e810919f509 Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm1.samsung.com (MMPCPMTA) with SMTP id E1.32.08334.919018E4; Tue, 27 Sep 2011 08:22:01 +0900 (KST) Received: from kgenekim ([12.23.120.114]) by mmp1.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTPA id <0LS5007HZKWOI6A0@mmp1.samsung.com> for linux-arm-kernel@lists.infradead.org; Tue, 27 Sep 2011 08:22:01 +0900 (KST) From: Kukjin Kim To: torvalds@linux-foundation.org Subject: [GIT PULL] Samsung Fixes for v3.1 Date: Tue, 27 Sep 2011 08:22:00 +0900 Message-id: <003101cc7ca3$1820d4a0$48627de0$%kim@samsung.com> MIME-version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-index: Acx8oxdfaLKnX7CmQIS04wTbt3ReqA== Content-language: ko X-Brightmail-Tracker: AAAAAA== X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110926_192207_296543_A182338E X-CRM114-Status: GOOD ( 19.37 ) X-Spam-Score: -2.8 (--) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-2.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [203.254.224.24 listed in list.dnswl.org] -0.5 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 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.12 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.1 Please pull from: git://github.com/kgene/linux-samsung.git samsung-fixes-3 These things are needed for v3.1 and if any problems, please let me know. Arnd, since v3.1 is now close at hand, I'm sending this to Linus... Thanks. Best regards, Kgene. --- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The following changes since commit d93dc5c4478c1fd5de85a3e8aece9aad7bbae044: Linux 3.1-rc7 (2011-09-21 16:58:15 -0700) are available in the git repository at: git://github.com/kgene/linux-samsung.git samsung-fixes-3 Heiko Stuebner (1): ARM: S3C2443: Fix bit-reset in setrate of clk_armdiv Marek Szyprowski (1): ARM: S5P: fix incorrect loop iterator usage on gpio-interrupt Sylwester Nawrocki (2): ARM: S5PV210: Rename sclk_cam clocks for FIMC media driver ARM: EXYNOS4: Rename sclk_cam clocks for FIMC driver arch/arm/mach-exynos4/clock.c | 6 ++---- arch/arm/mach-s3c2443/clock.c | 2 +- arch/arm/mach-s5pv210/clock.c | 6 ++---- arch/arm/plat-s5p/irq-gpioint.c | 9 +++++---- 4 files changed, 10 insertions(+), 13 deletions(-)