From patchwork Mon Jul 14 18:14:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nick X-Patchwork-Id: 4548541 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 4EABBC0514 for ; Mon, 14 Jul 2014 18:16:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8F1162015E for ; Mon, 14 Jul 2014 18:16:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1DD3F20136 for ; Mon, 14 Jul 2014 18:16:25 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X6km5-0003F8-Fy; Mon, 14 Jul 2014 18:14:53 +0000 Received: from mail-oa0-x231.google.com ([2607:f8b0:4003:c02::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X6km2-00037b-N1 for linux-arm-kernel@lists.infradead.org; Mon, 14 Jul 2014 18:14:51 +0000 Received: by mail-oa0-f49.google.com with SMTP id eb12so4629336oac.22 for ; Mon, 14 Jul 2014 11:14:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=twtOVkQ3HsxnTDO85xJ8Ug0+diG1NNvnvZcNQZ9eExg=; b=y/kvSJvjn2Zduca455amGrX0xhxRTmjzRSLfuQ7Qgim5mb8MU0h49H74EGyFc3jGK7 bsro2nFG7lB1uojwUOuBGXlWWqfbmXP89222nuC32ySDTtlVCMAIe7FMfckq+xHTaDZy HMq4IkmXK6fRsP7UnBLUKiDaYnro2Ixb1e4owC8tccb7gnmbpzUnM/pGxXj8wbR2JkS0 1f6lu8khofypFvDm0cvk5UCzfujNt7D5Y0WTXVAlQfZw8Nh0U4+QcKW14WZY1r5t9n53 jy3cy0wI47ELPQpMG3nsO3cKr3jBK1CyxAIanCe0U10Vgd+SBliqoS7LA9o+BgimCdwF LJ6g== X-Received: by 10.60.16.72 with SMTP id e8mr19362826oed.11.1405361668468; Mon, 14 Jul 2014 11:14:28 -0700 (PDT) Received: from nick-System-Product-Name.phub.net.cable.rogers.com (CPE0026f3330aca-CM0026f3330ac6.cpe.net.cable.rogers.com. [99.232.64.167]) by mx.google.com with ESMTPSA id at4sm24510057obc.29.2014.07.14.11.14.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 14 Jul 2014 11:14:28 -0700 (PDT) From: Nicholas Krause To: ben-linux@fluff.org Subject: [PATCH] mach-s3c64xx: Remove all defintions not related to regs-clocks Date: Mon, 14 Jul 2014 14:14:24 -0400 Message-Id: <1405361664-5210-1-git-send-email-xerofoify@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140714_111450_805761_4F0D8E51 X-CRM114-Status: UNSURE ( 9.06 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: linux-samsung-soc@vger.kernel.org, linux@arm.linux.org.uk, tomasz.figa@gmail.com, linux-kernel@vger.kernel.org, kgene.kim@samsung.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch addresses the fix me message in this file that states to remove all definitions not related to reg-clocks in this header file. Signed-off-by: Nicholas Krause --- arch/arm/mach-s3c64xx/include/mach/regs-clock.h | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/arch/arm/mach-s3c64xx/include/mach/regs-clock.h b/arch/arm/mach-s3c64xx/include/mach/regs-clock.h index 4f44aac..46e64cc 100644 --- a/arch/arm/mach-s3c64xx/include/mach/regs-clock.h +++ b/arch/arm/mach-s3c64xx/include/mach/regs-clock.h @@ -15,24 +15,4 @@ #ifndef __PLAT_REGS_CLOCK_H #define __PLAT_REGS_CLOCK_H __FILE__ -/* - * FIXME: Remove remaining definitions - */ - -#define S3C_CLKREG(x) (S3C_VA_SYS + (x)) - -#define S3C_PCLK_GATE S3C_CLKREG(0x34) -#define S3C6410_CLK_SRC2 S3C_CLKREG(0x10C) -#define S3C_MEM_SYS_CFG S3C_CLKREG(0x120) - -/* PCLK GATE Registers */ -#define S3C_CLKCON_PCLK_UART3 (1<<4) -#define S3C_CLKCON_PCLK_UART2 (1<<3) -#define S3C_CLKCON_PCLK_UART1 (1<<2) -#define S3C_CLKCON_PCLK_UART0 (1<<1) - -/* MEM_SYS_CFG */ -#define MEM_SYS_CFG_INDEP_CF 0x4000 -#define MEM_SYS_CFG_EBI_FIX_PRI_CFCON 0x30 - -#endif /* _PLAT_REGS_CLOCK_H */ +/#endif /* _PLAT_REGS_CLOCK_H */