From patchwork Thu Sep 15 09:56: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: 114773 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 28D85B70DC for ; Thu, 15 Sep 2011 19:56:48 +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 1R48gR-0008Eq-5k; Thu, 15 Sep 2011 09:56:39 +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 1R48gN-0008Je-Nl; Thu, 15 Sep 2011 09:56:35 +0000 Received: from mailout3.samsung.com ([203.254.224.33]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1R48gK-0008JK-Qr for linux-arm-kernel@lists.infradead.org; Thu, 15 Sep 2011 09:56:33 +0000 Received: from epcpsbgm2.samsung.com (mailout3.samsung.com [203.254.224.33]) by mailout3.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LRK004AN6A4P6T0@mailout3.samsung.com> for linux-arm-kernel@lists.infradead.org; Thu, 15 Sep 2011 18:56:28 +0900 (KST) X-AuditID: cbfee61b-b7b7fae000005864-06-4e71cbcc1866 Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm2.samsung.com (MMPCPMTA) with SMTP id 44.B9.22628.CCBC17E4; Thu, 15 Sep 2011 18:56:28 +0900 (KST) Received: from kgenekim (12-23-120-114.csky.net [12.23.120.114]) by mmp2.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPA id <0LRK00D7F6A4S0@mmp2.samsung.com> for linux-arm-kernel@lists.infradead.org; Thu, 15 Sep 2011 18:56:28 +0900 (KST) Date: Thu, 15 Sep 2011 18:56:28 +0900 From: Kukjin Kim Subject: [GIT PULL] Samsung Fixes for v3.1-rc7 To: 'Arnd Bergmann' Message-id: <00b101cc738d$bcf46ce0$36dd46a0$%kim@samsung.com> MIME-version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Content-language: ko Thread-index: Acxzjbx4ipaZyIwRRrCRfPfUl6icCg== X-Brightmail-Tracker: AAAAAA== X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110915_055633_231990_06B41DFA X-CRM114-Status: GOOD ( 19.99 ) 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.33 listed in list.dnswl.org] -0.5 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain Cc: 'Russell King' , linux-samsung-soc@vger.kernel.org, 'Ben Dooks' , 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 Arnd :) This is Samsung fixes for v3.1 Please pull from: git://github.com/kgene/linux-samsung.git samsung-fixes-2 As you know, git.kernel.org/master.kernel.org has been down so I use temporary git repo. at github now. These things are needed for v3.1 and if any problems, please let me know. As a note, others for v3.2 will be sent in the next week... Thanks. Best regards, Kgene. --- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb: Linux 3.1-rc6 (2011-09-12 14:02:02 -0700) are available in the git repository at: git://github.com/kgene/linux-samsung.git samsung-fixes-2 Banajit Goswami (1): ARM: S3C64XX: Remove un-used code backlight code on SMDK6410 Changhwan Youn (1): ARM: EXYNOS4: restart clocksource while system resumes Jonghwan Choi (1): ARM: EXYNOS4: Fix wrong pll type for vpll Kukjin Kim (3): ARM: EXYNOS4: Fix return type of local_timer_setup() ARM: EXYNOS4: Fix routing timer interrupt to offline CPU ARM: SAMSUNG: fix to prevent declaring duplicated Marek Szyprowski (1): ARM: SAMSUNG: fix watchdog reset issue with clk_get() Thomas Abraham (1): ARM: EXYNOS4: fix incorrect pad configuration for keypad row lines arch/arm/mach-exynos4/clock.c | 2 +- arch/arm/mach-exynos4/mct.c | 10 +++++- arch/arm/mach-exynos4/platsmp.c | 2 + arch/arm/mach-exynos4/setup-keypad.c | 11 +++--- arch/arm/mach-s3c64xx/mach-smdk6410.c | 39 -------------------- arch/arm/plat-samsung/clock.c | 11 ++++++ arch/arm/plat-samsung/include/plat/clock.h | 8 ++++ .../arm/plat-samsung/include/plat/watchdog-reset.h | 10 ++---- 8 files changed, 40 insertions(+), 53 deletions(-)