From patchwork Sun Sep 9 12:08:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 182620 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 042C62C0084 for ; Sun, 9 Sep 2012 22:12:43 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TAgJK-0002sH-BM; Sun, 09 Sep 2012 12:08:22 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TAgJD-0002s3-Ui for linux-arm-kernel@lists.infradead.org; Sun, 09 Sep 2012 12:08:16 +0000 Received: by wgbdt14 with SMTP id dt14so690007wgb.18 for ; Sun, 09 Sep 2012 05:08:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=9hB9fhHaRbQboqIKLTy0exmdvZhWogVWmM9FZ/CNQ4U=; b=Sat6y2rQ2Gl0CW35kb+SfFDugri0c7DTy5WrpmhBeMUsjfdasurw7yLccMA86N6x8y eyQAfw7/EXDvT/PS12fhcbYMgr7DkJg+7Ek0/Ht3PB6mLwdI6LeZcAxlS7htwNzoJvfW 1T/BWBXIW/NYJDLcLNaSe3T5bqt46YRXUeWE+uoZ48lA0kzGOMvWaUTziDZ/o4x7ERld qq7icY1/35yK8I3fyLVB9RwM1i/Xm76AsH5wsjwhRCxG8kFNVV4ZvrwzISq6h17+lj/q jHEfWhgXRRAceQuOVdQQx9AoIy777Td1mlXH0grgaO0oJOiUq/0mnk9LafsidCA1TyXd L1Og== MIME-Version: 1.0 Received: by 10.217.4.139 with SMTP id u11mr5973462wes.190.1347192492738; Sun, 09 Sep 2012 05:08:12 -0700 (PDT) Received: by 10.223.152.194 with HTTP; Sun, 9 Sep 2012 05:08:11 -0700 (PDT) Date: Sun, 9 Sep 2012 20:08:11 +0800 Message-ID: Subject: [GIT PULL][for 3.7] pull request of clk branch in arch-pxa git tree From: Haojian Zhuang To: Bergmann Arnd , Olof Johansson , linux-arm-kernel@lists.infradead.org X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (haojian.zhuang[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.49 listed in list.dnswl.org] -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 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, Please help to merge patches from clk branch of arch pxa git tree. The following changes since commit 4cbe5a555fa58a79b6ecbb6c531b8bab0650778d: Linux 3.6-rc4 (2012-09-01 10:39:58 -0700) are available in the git repository at: git://github.com/hzhuang1/linux.git clk for you to fetch changes up to 7f744b17140af1a9c8804a1c81c9dae6bb52a7fb: ARM: mmp: remove unused definition in APBC and APMU (2012-09-08 23:40:09 +0800) ---------------------------------------------------------------- Chao Xie (5): arm: mmp: make private clock definition exclude from common clock arm: mmp: move pxa168 clock definition to separated file arm: mmp: move pxa910 clock definition to separated file ARM: mmp: move mmp2 clock definition to separated file ARM: mmp: remove unused definition in APBC and APMU arch/arm/mach-mmp/Makefile | 8 +- arch/arm/mach-mmp/clock-mmp2.c | 111 ++++++++++++++++++++++++++++ arch/arm/mach-mmp/clock-pxa168.c | 91 +++++++++++++++++++++++ arch/arm/mach-mmp/clock-pxa910.c | 67 +++++++++++++++++ arch/arm/mach-mmp/common.h | 3 + arch/arm/mach-mmp/include/mach/regs-apbc.h | 95 ------------------------ arch/arm/mach-mmp/include/mach/regs-apmu.h | 15 ---- arch/arm/mach-mmp/mmp2.c | 71 ++---------------- arch/arm/mach-mmp/pxa168.c | 58 ++------------- arch/arm/mach-mmp/pxa910.c | 40 +--------- 10 files changed, 293 insertions(+), 266 deletions(-) create mode 100644 arch/arm/mach-mmp/clock-mmp2.c create mode 100644 arch/arm/mach-mmp/clock-pxa168.c create mode 100644 arch/arm/mach-mmp/clock-pxa910.c