From patchwork Tue Aug 25 18:05:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vineet Gupta X-Patchwork-Id: 1351210 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=linux-snps-arc-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=synopsys.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=dpD70wUa; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.a=rsa-sha256 header.s=mail header.b=HB8Wp3ds; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BbcNY0cYFz9sTR for ; Wed, 26 Aug 2020 04:05:33 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=t80NVU9NahtxCqCL6cNkyDHLkks4XtrTBZj5ng9b9is=; b=dpD70wUauynGrYhbjE41DsSu0 nW3GJ5DXYJpjqHJhD2Pbrbd74jtCT3PI6gKPGT0ZZQvJ/GHY2UJCUU5Sm4qMO9qhwdf5XUM30Mtzv IHUcZswQvn38ZYFIK1jJBviC08v7p6nC/9zEVBslamROwTIpkb2NwCVVN6aIkl4b4e9VBmC4yhv2P DMkYQ3VIiHvQ3gGDPggViYFrv/H3bMzz2w3RQtcgSFDLfiCF9mgPcBn8UU3RDo6wd7QnlLOAVeUDr Y14fmdPc9N9vTrkm1uEsrbuTWqeloiLOA92Dl38DfVqXhKdZ4kheQogKX2fu+q2T7BiiX2KXDz8LD qXP26fTIA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kAdK6-0005Xf-55; Tue, 25 Aug 2020 18:05:30 +0000 Received: from smtprelay-out1.synopsys.com ([149.117.87.133]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kAdK3-0005Wy-GG for linux-snps-arc@lists.infradead.org; Tue, 25 Aug 2020 18:05:28 +0000 Received: from mailhost.synopsys.com (sv1-mailhost1.synopsys.com [10.205.2.131]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtprelay-out1.synopsys.com (Postfix) with ESMTPS id EB511C0BE0; Tue, 25 Aug 2020 18:05:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1598378724; bh=IcUtOy6AzwoGn6Jt34sVTfbc2thdkUgAmx/C0WQaJiI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HB8Wp3dsX8ibNfBtmsc+/wY0IbLw6j5plUU8VJZKrtLAusHHDQGzR/MMX70R6euIP +3eMikYKG9hJmiWnV2R3kAOoJDyj3/ZIy4KRjz0dkerH2InEVOPCndPUbIv16yOP/p kYtJedniq5yXWU+QEV+VUpOttiTYJjSgy29KXArQ2pXWQgWy2h0RrctvzzxnnKUHxA OnkjIHa7FZRO7mb56eax418uATNW+5D9s6hl6C/2NPBG2DL3UgoyO6PjfSinea3Jhi 0aSDKhHKVp8QRTmWSgCijceKhcIJoiUksnouzgZlY25HtKF2+PdQNRBvDmDdePjpHx u+LKSsLF6ouow== Received: from vineetg-Latitude-7400.internal.synopsys.com (unknown [10.13.183.89]) by mailhost.synopsys.com (Postfix) with ESMTP id 6139DA005A; Tue, 25 Aug 2020 18:05:20 +0000 (UTC) X-SNPS-Relay: synopsys.com From: Vineet Gupta To: linux-snps-arc@lists.infradead.org Subject: [PATCH v2] irqchip/eznps: Fix build error for !ARC700 builds Date: Tue, 25 Aug 2020 11:05:18 -0700 Message-Id: <20200825180518.25300-1-vgupta@synopsys.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200825072152.725jmtlcqah5oos4@linutronix.de> References: <20200825072152.725jmtlcqah5oos4@linutronix.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200825_140527_731486_C9F38BFD X-CRM114-Status: GOOD ( 12.56 ) X-Spam-Score: -0.2 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [149.117.87.133 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Vineet Gupta , linux-kernel@vger.kernel.org, Sebastian Andrzej Siewior , kernel test robot Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org eznps driver is supposed to be platform independent however it ends up including stuff from inside arch/arc headers leading to rand config build errors. Fix this specific reported error as quick hacks as the correct fixes are too much work: - copy AUX_IENABLE from arch/arc header - move CTOP_AUX_IACK from platform header Reported-by: kernel test robot Reported-by: Sebastian Andrzej Siewior Link: https://lkml.kernel.org/r/20200824095831.5lpkmkafelnvlpi2@linutronix.de Signed-off-by: Vineet Gupta Acked-by: Sebastian Andrzej Siewior --- arch/arc/plat-eznps/include/plat/ctop.h | 1 - include/soc/nps/common.h | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arc/plat-eznps/include/plat/ctop.h b/arch/arc/plat-eznps/include/plat/ctop.h index a4a61531c7fb..77712c5ffe84 100644 --- a/arch/arc/plat-eznps/include/plat/ctop.h +++ b/arch/arc/plat-eznps/include/plat/ctop.h @@ -33,7 +33,6 @@ #define CTOP_AUX_DPC (CTOP_AUX_BASE + 0x02C) #define CTOP_AUX_LPC (CTOP_AUX_BASE + 0x030) #define CTOP_AUX_EFLAGS (CTOP_AUX_BASE + 0x080) -#define CTOP_AUX_IACK (CTOP_AUX_BASE + 0x088) #define CTOP_AUX_GPA1 (CTOP_AUX_BASE + 0x08C) #define CTOP_AUX_UDMC (CTOP_AUX_BASE + 0x300) diff --git a/include/soc/nps/common.h b/include/soc/nps/common.h index 9b1d43d671a3..8c18dc6d3fde 100644 --- a/include/soc/nps/common.h +++ b/include/soc/nps/common.h @@ -45,6 +45,12 @@ #define CTOP_INST_MOV2B_FLIP_R3_B1_B2_INST 0x5B60 #define CTOP_INST_MOV2B_FLIP_R3_B1_B2_LIMM 0x00010422 +#ifndef AUX_IENABLE +#define AUX_IENABLE 0x40c +#endif + +#define CTOP_AUX_IACK (0xFFFFF800 + 0x088) + #ifndef __ASSEMBLY__ /* In order to increase compilation test coverage */