From patchwork Sat May 19 22:39:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kukjin Kim X-Patchwork-Id: 160212 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 ADB4AB6FA4 for ; Sun, 20 May 2012 08:41:29 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SVsJF-0001AQ-9J; Sat, 19 May 2012 22:39:37 +0000 Received: from mail-pz0-f49.google.com ([209.85.210.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SVsJB-0001AC-6z for linux-arm-kernel@lists.infradead.org; Sat, 19 May 2012 22:39:34 +0000 Received: by dadm1 with SMTP id m1so6055720dad.36 for ; Sat, 19 May 2012 15:39:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=/MIh+TQJXUHz/VJqBg7tYKe2q8lf0JSPlOKnru9GEUc=; b=gChkLg8utsiiiW2BSriM0HHYObhqyLUV8vjRzmdY2CDYoa/eJvPNRQqFa20HjvOHtF HoFsGhHpGpAzRXtrwCHygifn+SxUKQh+U4EmuLnX7knRicvVbTNquAN5X5c8UGp3vxOU 6A5bZ5KmTRJ4GuGmeEP4S0+EiwH9s9MmPwoGaNom6K6Y/hGpj2cekzfDAzvQDI2prsyx 8OJV/R6d5K7FtU5ZpEGALZfpj4bWw4hiQtBQYjz8oN4Brey43BpsG62OeV8ocMfCkhCo 3rLTF6JlU3wE7s9UHKJlCRy/CoRt/mKkTU8jbf2UM5o1uHabVVYvZ4FBmk9PO/4DY9Ko mRcQ== Received: by 10.68.197.231 with SMTP id ix7mr53150278pbc.103.1337467171055; Sat, 19 May 2012 15:39:31 -0700 (PDT) Received: from [10.211.55.6] ([121.136.168.198]) by mx.google.com with ESMTPS id i1sm17539166pbv.49.2012.05.19.15.39.27 (version=SSLv3 cipher=OTHER); Sat, 19 May 2012 15:39:29 -0700 (PDT) Message-ID: <4FB8211E.6070905@samsung.com> Date: Sun, 20 May 2012 07:39:26 +0900 From: Kukjin Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: Arnd Bergmann , 'Olof Johansson' Subject: [GIT PULL] Samsung devel-2 for v3.5 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.8 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.8 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [121.136.168.198 listed in dnsbl.sorbs.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.210.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (kgene.kim[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: "linux-samsung-soc@vger.kernel.org" , "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 Arnd, Olof Here is second development of Samsung stuff for v3.5: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2 It is adding support second irq set for s3c2416, suspend/resume for exynos5250 and none of interrupt combiner controller for exynos5250. Since above patches have dependencies with pm of exynos4412 is in next/devel-samsung and regarding dt update is in next/exynos5250-1 branch, so I made this on top of them. If any problems, please kindly let me know. Thanks. Best regards, Kgene. --- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The following changes since commit 2de05a57467c43f58802cdeaa547aee73396b6f3: Merge branch 'next/devel-exynos5250-1' into next/devel-samsung-2 (2012-05-20 03:04:59 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2 Heiko Stuebner (1): ARM: S3C24XX: add support for second irq set of S3C2416 Jongpill Lee (5): ARM: EXYNOS: Remove GIC save & restore function ARM: EXYNOS: Rename of function for pm.c ARM: EXYNOS: Add PMU table for EXYNOS5250 ARM: EXYNOS: Add Clock register list for save and restore ARM: EXYNOS: Support suspend and resume for EXYNOS5250 Thomas Abraham (1): ARM: dts: Add node for interrupt combiner controller on EXYNOS5250 arch/arm/boot/dts/exynos5250.dtsi | 16 ++ arch/arm/mach-exynos/Kconfig | 2 + arch/arm/mach-exynos/Makefile | 2 +- arch/arm/mach-exynos/clock-exynos5.c | 51 ++++++- arch/arm/mach-exynos/cpuidle.c | 2 +- arch/arm/mach-exynos/include/mach/pm-core.h | 2 +- arch/arm/mach-exynos/include/mach/pmu.h | 4 +- arch/arm/mach-exynos/include/mach/regs-clock.h | 18 ++- arch/arm/mach-exynos/include/mach/regs-pmu.h | 141 +++++++++++++++- arch/arm/mach-exynos/pm.c | 223 ++++++++---------------- arch/arm/mach-exynos/pmu.c | 200 +++++++++++++++++++-- arch/arm/mach-s3c24xx/include/mach/irqs.h | 15 ++- arch/arm/mach-s3c24xx/irq-s3c2416.c | 98 +++++++++++ arch/arm/mach-s3c24xx/s3c2416.c | 1 + arch/arm/plat-samsung/include/plat/s3c2416.h | 3 + 15 files changed, 602 insertions(+), 176 deletions(-)