From patchwork Thu Aug 6 15:16:29 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 39633 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 n76FLB1a009573 for ; Thu, 6 Aug 2009 15:21:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756041AbZHFPUm (ORCPT ); Thu, 6 Aug 2009 11:20:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756043AbZHFPUm (ORCPT ); Thu, 6 Aug 2009 11:20:42 -0400 Received: from mail-pz0-f195.google.com ([209.85.222.195]:47857 "EHLO mail-pz0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756041AbZHFPUl (ORCPT ); Thu, 6 Aug 2009 11:20:41 -0400 Received: by pzk33 with SMTP id 33so965570pzk.15 for ; Thu, 06 Aug 2009 08:20: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 :subject; bh=7iSH3TJUgvbA7M7m3Igem+hnZNPUNGW4ubWHot4ML9c=; b=ftMVKjvhUUDJImWPXjeGWWF7O/9iEjgInJk07Gv5kFhcaP8JNlA7/TYnAB1AIGIa+i 8CU/JcTdMysWzO3EoOuQr3/b3Xu/rt8vR74jYsq4f1WeQ6AoLY2/ncd57BQTqib24uu3 F6fNUdhoGXSHQGkVxowk02NFhEazAsu3vGUq0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:subject; b=FWvM4QQlCIlej7mngJh47YV2r70Jr6Xc0J3ZpuHakziw4meCfRHWczXrMKLkUR9gwa O+COK21Q8iLDYGFQmfIB/tC0SNTpVGHNDRHoawES3U3BPSFfbOD5/0pNDnEzi+fHVEIg fVmlvfpq2XwtJROpCO8oLlpbB2O5PKGpKtd8o= Received: by 10.114.174.3 with SMTP id w3mr3319929wae.221.1249572041358; Thu, 06 Aug 2009 08:20:41 -0700 (PDT) Received: from rx1.opensource.se (210.5.32.202.bf.2iij.net [202.32.5.210]) by mx.google.com with ESMTPS id j28sm118188waf.67.2009.08.06.08.20.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 06 Aug 2009 08:20:40 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org Date: Fri, 07 Aug 2009 00:16:29 +0900 Message-Id: <20090806151629.5142.26006.sendpatchset@rx1.opensource.se> Subject: [PATCH] sh: clean up Migo-R header file Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm This patch moves the Migo-R specific header file from mach-common/ into mach-migor/ and removes unused cruft. Signed-off-by: Magnus Damm --- arch/sh/include/mach-common/mach/migor.h | 64 ------------------------------ arch/sh/include/mach-migor/mach/migor.h | 14 ++++++ 2 files changed, 14 insertions(+), 64 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/sh/include/mach-common/mach/migor.h +++ /dev/null 2009-08-04 09:21:32.824030158 +0900 @@ -1,64 +0,0 @@ -#ifndef __ASM_SH_MIGOR_H -#define __ASM_SH_MIGOR_H - -/* - * linux/include/asm-sh/migor.h - * - * Copyright (C) 2008 Renesas Solutions - * - * Portions Copyright (C) 2007 Nobuhiro Iwamatsu - * - * 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 - -/* GPIO */ -#define PORT_PACR 0xa4050100 -#define PORT_PDCR 0xa4050106 -#define PORT_PECR 0xa4050108 -#define PORT_PHCR 0xa405010e -#define PORT_PJCR 0xa4050110 -#define PORT_PKCR 0xa4050112 -#define PORT_PLCR 0xa4050114 -#define PORT_PMCR 0xa4050116 -#define PORT_PRCR 0xa405011c -#define PORT_PTCR 0xa4050140 -#define PORT_PUCR 0xa4050142 -#define PORT_PVCR 0xa4050144 -#define PORT_PWCR 0xa4050146 -#define PORT_PXCR 0xa4050148 -#define PORT_PYCR 0xa405014a -#define PORT_PZCR 0xa405014c -#define PORT_PADR 0xa4050120 -#define PORT_PHDR 0xa405012e -#define PORT_PTDR 0xa4050160 -#define PORT_PWDR 0xa4050166 - -#define PORT_HIZCRA 0xa4050158 -#define PORT_HIZCRC 0xa405015c - -#define PORT_MSELCRB 0xa4050182 - -#define PORT_PSELA 0xa405014e -#define PORT_PSELB 0xa4050150 -#define PORT_PSELC 0xa4050152 -#define PORT_PSELD 0xa4050154 -#define PORT_PSELE 0xa4050156 - -#define PORT_HIZCRA 0xa4050158 -#define PORT_HIZCRB 0xa405015a -#define PORT_HIZCRC 0xa405015c - -#define BSC_CS4BCR 0xfec10010 -#define BSC_CS6ABCR 0xfec1001c -#define BSC_CS4WCR 0xfec10030 - -#include