From patchwork Wed Jan 30 15:59:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pawel Moll X-Patchwork-Id: 216994 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 C8C752C0091 for ; Thu, 31 Jan 2013 09:03:55 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U0a4H-00086T-Ek; Wed, 30 Jan 2013 15:59:21 +0000 Received: from service87.mimecast.com ([91.220.42.44]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U0a4D-000837-S1 for linux-arm-kernel@lists.infradead.org; Wed, 30 Jan 2013 15:59:18 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Wed, 30 Jan 2013 15:59:14 +0000 Received: from [10.2.201.42] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 30 Jan 2013 15:59:11 +0000 Message-ID: <1359561551.3094.17.camel@hornet> Subject: Re: [GIT PULL] vexpress: drivers for v3.9 From: Pawel Moll To: Olof Johansson Date: Wed, 30 Jan 2013 15:59:11 +0000 In-Reply-To: <1359542283.8090.32.camel@hornet> References: <1359484450.8090.27.camel@hornet> <1359542283.8090.32.camel@hornet> X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 X-OriginalArrivalTime: 30 Jan 2013 15:59:12.0009 (UTC) FILETIME=[BED26790:01CDFF02] X-MC-Unique: 113013015591404301 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130130_105918_259195_1BF69FC5 X-CRM114-Status: GOOD ( 12.00 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [91.220.42.44 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] Cc: "arm@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 On Wed, 2013-01-30 at 10:38 +0000, Pawel Moll wrote: > In the meantime, could you please take the other patch please? I mean: > > > > Catalin Marinas (1): > > > arm: Move sp810.h to include/linux/amba/ > > I can rework the branch to contain this patch only and send a new pull > request if you prefer. As Samuel will take the LEDs patch through his tree, I've regenerated the branch, so: The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311: Linux 3.8-rc5 (2013-01-25 11:57:28 -0800) are available in the git repository at: git://git.linaro.org/people/pawelmoll/linux.git tags/vexpress/drivers-for-3.9 for you to fetch changes up to da660b4a3b15caea9c198c4f26d1cf7023df92fc: arm: Move sp810.h to include/linux/amba/ (2013-01-30 15:55:45 +0000) ---------------------------------------------------------------- Versatile Express related driver updates for 3.9: * Move sp810 header to a more generic location, mainly to share it with arm64 ---------------------------------------------------------------- Catalin Marinas (1): arm: Move sp810.h to include/linux/amba/ arch/arm/plat-spear/restart.c | 2 +- drivers/clk/versatile/clk-vexpress.c | 3 +-- {arch/arm/include/asm/hardware => include/linux/amba}/sp810.h | 0 3 files changed, 2 insertions(+), 3 deletions(-) rename {arch/arm/include/asm/hardware => include/linux/amba}/sp810.h (100%)