From patchwork Wed Dec 21 07:45:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: MyungJoo Ham X-Patchwork-Id: 132590 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 5921BB710A for ; Wed, 21 Dec 2011 18:48:02 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RdGrm-0007kv-1j; Wed, 21 Dec 2011 07:45:34 +0000 Received: from mail-ey0-f177.google.com ([209.85.215.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RdGrh-0007kg-Gx for linux-arm-kernel@lists.infradead.org; Wed, 21 Dec 2011 07:45:30 +0000 Received: by eaai13 with SMTP id i13so1008112eaa.36 for ; Tue, 20 Dec 2011 23:45:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=/SFXCppnH3kvU16npZqXDRq9etgJHL/HqEljieUBTLY=; b=bp+d7Nmc7iDVbr93txboG0uAkTLxSLMAEPJ6BD+rwukzHYjNKXbwvhGNu7c5eKubJ5 4lRgpertUjdOiLaBhlqBIiTsf690JSdIdyTN9sVsfvvSUUZRra7Rq/oi5rYAyEqQ3eGU p/IAhfpHsel1ZBUBK802W6s9K03j/LuBF3/hY= MIME-Version: 1.0 Received: by 10.205.130.5 with SMTP id hk5mr1753107bkc.74.1324453522972; Tue, 20 Dec 2011 23:45:22 -0800 (PST) Received: by 10.204.199.79 with HTTP; Tue, 20 Dec 2011 23:45:22 -0800 (PST) Date: Wed, 21 Dec 2011 16:45:22 +0900 Message-ID: Subject: Pull Requeset: Exynos4 Register Address Update for Devfreq Drivers. From: MyungJoo Ham To: Kukjin Kim X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (myungjoo.ham[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_VALID_AU Message has a valid DKIM or DK signature from author's domain 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: Kyungmin Park , Linux Samsung SoC , linux-arm-kernel 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 Hello, Please pull the patches for Exynos4 SoCs that support devfreq device drivers for Exynos4210/4212/4412. The patches are: ARM: EXYNOS4: Add DMC1, allow PPMU access for DMC. ARM: EXYNOS4: Add clock register addresses for Exynos4x12 bus devfreq driver ARM Exynos4210-Nuri: support Exynos4210-bus Devfreq driver. Gitweb: http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/devfreq-for-samsung Git Repository: git://git.infradead.org/users/kmpark/linux-samsung Branch: devfreq-for-samsung The following changes since commit 390f998509bf049019df0b078c0a6606e0d57fb4: Merge: e34d6b4 6f6c2aa Author: Linus Torvalds Date: Sun Dec 18 14:28:31 2011 -0800 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 (2011-12-18 14:28:31 -0800) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-samsung.git devfreq-for-samsung MyungJoo Ham (3): ARM: EXYNOS4: Add DMC1, allow PPMU access for DMC. ARM: EXYNOS4: Add clock register addresses for Exynos4x12 bus devfreq driver ARM Exynos4210-Nuri: support Exynos4210-bus Devfreq driver. arch/arm/mach-exynos/cpu.c | 7 +++- arch/arm/mach-exynos/include/mach/map.h | 1 + arch/arm/mach-exynos/include/mach/regs-clock.h | 42 ++++++++++++++++++++++++ arch/arm/mach-exynos/mach-nuri.c | 11 ++++-- 4 files changed, 57 insertions(+), 4 deletions(-)