From patchwork Fri Jul 31 07:01:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 38459 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 n6V7W08J015276 for ; Fri, 31 Jul 2009 07:32:00 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751320AbZGaHb5 (ORCPT ); Fri, 31 Jul 2009 03:31:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751458AbZGaHb5 (ORCPT ); Fri, 31 Jul 2009 03:31:57 -0400 Received: from mail-pz0-f196.google.com ([209.85.222.196]:56528 "EHLO mail-pz0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751320AbZGaHb5 (ORCPT ); Fri, 31 Jul 2009 03:31:57 -0400 Received: by pzk34 with SMTP id 34so1304136pzk.4 for ; Fri, 31 Jul 2009 00:31:57 -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=GbKyA0FEYdOEy9M2PK/FdmkFafWzIfgCkQt87seGzRE=; b=jg/ztBxnRcFEu0CU8uvjeRWoZBcRSlO9/LeLwgt1CYxmca6nVr79v6/Ub5HOf1lgsf ABtbk1o4E7Uz02QPeEpgys3e+jIYUWsRHEOZUj7K1lUoO9r5XsedRRixQnS+FwyzffIV KsyoQPpii8QMGf3XDyZaLkQ2gecRRdcny1El0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:subject; b=rY00P6fi2XA208ewk7nVhBGwI7YDjxWRyeDU1Avw4EPDxHRc9k/eiC+ahU0Brh6der 953bwl54iCiclsDYvNiWbRsW3jDFVuHwxuFHrnrs5HW8jaqRFCNG4msZ2pwfEZHbr6Yu Fp+Mv5U2Ft4r2YFnoPx5zaGfz0C9SlnaVo0o8= Received: by 10.114.112.3 with SMTP id k3mr3060702wac.110.1249023944999; Fri, 31 Jul 2009 00:05:44 -0700 (PDT) Received: from rx1.opensource.se (210-225-125-011.jp.fiberphone.net [210.225.125.11]) by mx.google.com with ESMTPS id m28sm4604652waf.37.2009.07.31.00.05.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Jul 2009 00:05:44 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org Date: Fri, 31 Jul 2009 16:01:36 +0900 Message-Id: <20090731070136.28104.85192.sendpatchset@rx1.opensource.se> Subject: [PATCH] sh: clean up MSTPCRn register definitions Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm This patch removes the unused MSTPCRn register definitions from the SuperH Mobile code for sh7722, sh7723 and sh7724. Signed-off-by: Magnus Damm --- arch/sh/kernel/cpu/sh4a/clock-sh7722.c | 3 --- arch/sh/kernel/cpu/sh4a/clock-sh7723.c | 3 --- arch/sh/kernel/cpu/sh4a/clock-sh7724.c | 3 --- 3 files changed, 9 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/kernel/cpu/sh4a/clock-sh7722.c +++ work/arch/sh/kernel/cpu/sh4a/clock-sh7722.c 2009-07-31 15:04:53.000000000 +0900 @@ -32,9 +32,6 @@ #define SCLKBCR 0xa415000c #define IRDACLKCR 0xa4150018 #define PLLCR 0xa4150024 -#define MSTPCR0 0xa4150030 -#define MSTPCR1 0xa4150034 -#define MSTPCR2 0xa4150038 #define DLLFRQ 0xa4150050 /* Fixed 32 KHz root clock for RTC and Power Management purposes */ --- 0001/arch/sh/kernel/cpu/sh4a/clock-sh7723.c +++ work/arch/sh/kernel/cpu/sh4a/clock-sh7723.c 2009-07-31 15:04:58.000000000 +0900 @@ -32,9 +32,6 @@ #define SCLKBCR 0xa415000c #define IRDACLKCR 0xa4150018 #define PLLCR 0xa4150024 -#define MSTPCR0 0xa4150030 -#define MSTPCR1 0xa4150034 -#define MSTPCR2 0xa4150038 #define DLLFRQ 0xa4150050 /* Fixed 32 KHz root clock for RTC and Power Management purposes */ --- 0003/arch/sh/kernel/cpu/sh4a/clock-sh7724.c +++ work/arch/sh/kernel/cpu/sh4a/clock-sh7724.c 2009-07-31 15:05:04.000000000 +0900 @@ -33,9 +33,6 @@ #define FCLKBCR 0xa415000c #define IRDACLKCR 0xa4150018 #define PLLCR 0xa4150024 -#define MSTPCR0 0xa4150030 -#define MSTPCR1 0xa4150034 -#define MSTPCR2 0xa4150038 #define SPUCLKCR 0xa415003c #define FLLFRQ 0xa4150050 #define LSTATS 0xa4150060