| Submitter | Olof Johansson |
|---|---|
| Date | Oct. 12, 2011, 11:34 p.m. |
| Message ID | <CAOesGMjVAJK2ArOdpYNmKa11vqCfppi8Ofc0qGn4WxuMxLvd_Q@mail.gmail.com> |
| Download | mbox |
| Permalink | /patch/119328/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> 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 6885BB6F7D for <incoming-imx@patchwork.ozlabs.org>; Thu, 13 Oct 2011 10:34:31 +1100 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RE8JP-0004XP-OH; Wed, 12 Oct 2011 23:34:11 +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 1RE8JP-0007XH-Gl; Wed, 12 Oct 2011 23:34:11 +0000 Received: from mail-yw0-f49.google.com ([209.85.213.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RE8JM-0007X0-Vu for linux-arm-kernel@lists.infradead.org; Wed, 12 Oct 2011 23:34:09 +0000 Received: by ywf9 with SMTP id 9so660098ywf.36 for <linux-arm-kernel@lists.infradead.org>; Wed, 12 Oct 2011 16:34:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.173.131 with SMTP id v3mr1541613yhl.112.1318462447285; Wed, 12 Oct 2011 16:34:07 -0700 (PDT) Received: by 10.147.136.13 with HTTP; Wed, 12 Oct 2011 16:34:07 -0700 (PDT) X-Originating-IP: [173.13.129.225] Date: Wed, 12 Oct 2011 16:34:07 -0700 Message-ID: <CAOesGMjVAJK2ArOdpYNmKa11vqCfppi8Ofc0qGn4WxuMxLvd_Q@mail.gmail.com> Subject: [GIT PULL] Please pull tegra cleanups for 3.2 From: Olof Johansson <olof@lixom.net> To: Arnd Bergmann <arnd@arndb.de> X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20111012_193409_131058_0B0026E6 X-CRM114-Status: UNSURE ( 7.94 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.49 listed in list.dnswl.org] Cc: linux-tegra@vger.kernel.org, Stephen Warren <swarren@nvidia.com>, linux-arm-kernel@lists.infradead.org, Colin Cross <ccross@android.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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, Please pull the below branch of cleanups for the 3.2 merge window. They have been included in linux-next for a couple of days already. Thanks! -Olof The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84: Linux 3.1-rc9 (2011-10-04 18:11:50 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.2/cleanup Olof Johansson (14): ARM: tegra: annotate IO_*_VIRT pointers ARM: tegra: timer: don't cast __iomem pointers ARM: tegra: tegra2_clocks: don't cast __iomem pointers ARM: tegra: tegra2_clocks: 0 -> NULL changes ARM: tegra: pcie: don't cast __iomem pointers ARM: tegra: pcie: include board.h ARM: tegra: pcie: 0 -> NULL changes ARM: tegra: tegra_init_cache should be static ARM: tegra: tegra_rtc_read_ms should be static ARM: tegra: tegra_powergate_is_powered should be static ARM: tegra: tegra2_clocks: don't export some tables ARM: tegra: dma: staticify some tables and functions ARM: tegra: cpu-tegra: sparse type fix ARM: tegra: cpu-tegra: unexport two functions arch/arm/mach-tegra/common.c | 2 +- arch/arm/mach-tegra/cpu-tegra.c | 6 ++-- arch/arm/mach-tegra/dma.c | 14 +++++--- arch/arm/mach-tegra/include/mach/io.h | 18 ++++++--- arch/arm/mach-tegra/include/mach/powergate.h | 1 - arch/arm/mach-tegra/io.c | 8 ++-- arch/arm/mach-tegra/pcie.c | 8 +++-- arch/arm/mach-tegra/powergate.c | 5 +-- arch/arm/mach-tegra/tegra2_clocks.c | 50 +++++++++++++------------- arch/arm/mach-tegra/timer.c | 6 ++-- 10 files changed, 64 insertions(+), 54 deletions(-)