From patchwork Fri Oct 30 04:23:42 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 56555 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9U4Sa2o030397 for ; Fri, 30 Oct 2009 04:28:44 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751282AbZJ3E2i (ORCPT ); Fri, 30 Oct 2009 00:28:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752256AbZJ3E2i (ORCPT ); Fri, 30 Oct 2009 00:28:38 -0400 Received: from mail-yw0-f202.google.com ([209.85.211.202]:61348 "EHLO mail-yw0-f202.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751282AbZJ3E2g (ORCPT ); Fri, 30 Oct 2009 00:28:36 -0400 Received: by ywh40 with SMTP id 40so2375906ywh.33 for ; Thu, 29 Oct 2009 21:28:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :in-reply-to:references:subject; bh=BxkK0G3Z3GfomBdw7sISouqbphz6FwJQQvEXP2jSdfI=; b=yGTLhrrPvq3ZITcMvoSR0UmHIA1AgN6ZCJ7B7gwSBnwXWVzvW1ISSmAuMgsODnAkmL 4Lx5JHy2nuqcsxX6YD2qYyFJZN/9kErmSt3CNrxo+hDjW5LyfTBGrzNP6M3Si2BnR2ON +GBwmq+OReJvTMhlUIYaRgvZAzSvG0jhFfzXs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:in-reply-to:references:subject; b=ozyYGTgVcFoovJ3Rhfm/vrq+odwy6qXWitR7XPJkLfTpbviZtO2+ttGVKkEPM/21sP toAMgeKFsP1hzUIVO84ddaKm+XrLMQh0iUYSubuXZzFnK6kUd7el0Exf4nKiLndy3xV5 LgYi0fIRXVPSUWj23RllWKjf2/brxFOdxYC+U= Received: by 10.90.121.17 with SMTP id t17mr2893768agc.57.1256876920944; Thu, 29 Oct 2009 21:28:40 -0700 (PDT) Received: from rxone.opensource.se (49.14.32.202.bf.2iij.net [202.32.14.49]) by mx.google.com with ESMTPS id 8sm17126yxb.61.2009.10.29.21.28.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 29 Oct 2009 21:28:40 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org Date: Fri, 30 Oct 2009 13:23:42 +0900 Message-Id: <20091030042342.11783.71702.sendpatchset@rxone.opensource.se> In-Reply-To: <20091030042331.11783.88942.sendpatchset@rxone.opensource.se> References: <20091030042331.11783.88942.sendpatchset@rxone.opensource.se> Subject: [PATCH 01/09] sh: Move ap325rxa board code into separate directory Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org --- 0001/arch/sh/Makefile +++ work/arch/sh/Makefile 2009-10-30 11:58:44.000000000 +0900 @@ -136,6 +136,7 @@ machdir-$(CONFIG_SH_7751_SYSTEMH) += ma machdir-$(CONFIG_SH_EDOSK7705) += mach-edosk7705 machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander machdir-$(CONFIG_SH_MIGOR) += mach-migor +machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa machdir-$(CONFIG_SH_KFR2R09) += mach-kfr2r09 machdir-$(CONFIG_SH_ECOVEC) += mach-ecovec24 machdir-$(CONFIG_SH_SDK7780) += mach-sdk7780 --- 0001/arch/sh/boards/Makefile +++ work/arch/sh/boards/Makefile 2009-10-30 11:58:22.000000000 +0900 @@ -1,7 +1,6 @@ # # Specific board support, not covered by a mach group. # -obj-$(CONFIG_SH_AP325RXA) += board-ap325rxa.o obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o obj-$(CONFIG_SH_URQUELL) += board-urquell.o --- 0001/arch/sh/boards/board-ap325rxa.c +++ /dev/null 2009-10-26 09:40:59.257024378 +0900 @@ -1,610 +0,0 @@ -/* - * Renesas - AP-325RXA - * (Compatible with Algo System ., LTD. - AP-320A) - * - * Copyright (C) 2008 Renesas Solutions Corp. - * Author : Yusuke Goda - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - */ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include