From patchwork Sat Jan 12 03:09:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Prisk X-Patchwork-Id: 211469 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 D4CCF2C0361 for ; Sat, 12 Jan 2013 14:12:15 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TtrT6-0001FT-IU; Sat, 12 Jan 2013 03:09:12 +0000 Received: from server.prisktech.co.nz ([115.188.14.127]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TtrT2-0001Eg-Lz for linux-arm-kernel@lists.infradead.org; Sat, 12 Jan 2013 03:09:10 +0000 Received: from [192.168.0.102] (unknown [192.168.0.102]) by server.prisktech.co.nz (Postfix) with ESMTPS id 4ABEAFC0753; Sat, 12 Jan 2013 16:09:07 +1300 (NZDT) Message-ID: <1357960163.8515.3.camel@gitbox> Subject: Re: [PATCH 0/4] arm: vt8500: Add support for Wondermedia WM8750/WM8850 From: Tony Prisk To: Olof Johansson Date: Sat, 12 Jan 2013 16:09:23 +1300 In-Reply-To: <1357960044.8515.0.camel@gitbox> References: <1357935162-7672-1-git-send-email-linux@prisktech.co.nz> <20130111215659.GA16521@quad.lixom.net> <1357960044.8515.0.camel@gitbox> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130111_220909_021999_1197B4FA X-CRM114-Status: GOOD ( 11.84 ) 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 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: vt8500-wm8505-linux-kernel@googlegroups.com, arm@kernel.org, linux-kernel@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 The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed: Linux 3.8-rc2 (2013-01-02 18:13:21 -0800) are available in the git repository at: git://server.prisktech.co.nz/git/linuxwmt.git tags/vt8500-multiplatform-3.9 for you to fetch changes up to ce3f386fdf10d79eaf6ebd63bb7adbd95f08f9f0: arm: vt8500: Remove remaining mach includes (2013-01-12 15:47:39 +1300) ---------------------------------------------------------------- arm: vt8500: Convert arch-vt8500 to multiplatform only. ---------------------------------------------------------------- Tony Prisk (3): arm: vt8500: Remove single platform Kconfig options arm: vt8500: Convert debug-macro.S to be multiplatform friendly arm: vt8500: Remove remaining mach includes arch/arm/Kconfig | 16 --------- arch/arm/Kconfig.debug | 8 +++++ .../mach/debug-macro.S => include/debug/vt8500.S} | 24 ++++++++----- arch/arm/mach-vt8500/Kconfig | 11 ++++-- arch/arm/mach-vt8500/include/mach/timex.h | 26 -------------- arch/arm/mach-vt8500/include/mach/uncompress.h | 37 -------------------- 6 files changed, 31 insertions(+), 91 deletions(-) rename arch/arm/{mach-vt8500/include/mach/debug-macro.S => include/debug/vt8500.S} (56%) delete mode 100644 arch/arm/mach-vt8500/include/mach/timex.h delete mode 100644 arch/arm/mach-vt8500/include/mach/uncompress.h