From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E6144C38145 for ; Wed, 7 Sep 2022 14:03:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wJ5x8kYtCD47qFWUNnjjTDNw5kkCXUen/Kbv0VdGjzY=; b=CsXYcb3FNq8+a+ pT2R7Rh3ygcDjlwMIqjym1mBM12MJcCFUBp/qheEPWddwgjQAbKzaX40gqrIr6cl7IECMyP+9XuYK MeTT/mXp9imSnlAdZ0ib/VjsBmlOeZcgs8kNtArPCArYnZd6UF1LkAWKPvdOs4eFtYH3j+OlRqEm5 wzyVsGhqiuFIxOa2jm4nAvFrR3t9wdKdgI0M5dhOttAEhWmMzRmEfE/wtC+CuFyg5KO6475bYvWwS 8GYoIPlm3Ws9kjCb03DL70GVla++Nn+291HDWwa1RXW3fNaijkrxgy4Y1Ob1ImEQqSzaUz9jc+0Fz 4LHIMVZRLPYYJa4hSGmQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVvc7-006glb-Vc; Wed, 07 Sep 2022 14:01:12 +0000 Received: from mail.skyhub.de ([2a01:4f8:190:11c2::b:1457]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVvc4-006gif-VK for linux-arm-kernel@lists.infradead.org; Wed, 07 Sep 2022 14:01:10 +0000 Received: from nazgul.tnic (unknown [84.201.196.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id E81161EC06C2; Wed, 7 Sep 2022 16:00:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1662559259; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=sxStWTfxn2dypJIOH/2fbSCIkvshh9DlNn17kfCiO1M=; b=rdv/6PCxOWQ6trByYJT/u8O35xl1DwgpQ/aVyb4TRg2GyFhTtHCoTOMv3N3tGXuoEEkhvZ M0Jk1fftoubrTSNVrX5Q1Tt8EM/HhVk3/CqP+i8c9VMWvmBFeawjMw2355aJ1W2Fyyr1q1 88OzRnQzx+FuHUAGEbfsLIHYw9BvBJ0= Date: Wed, 7 Sep 2022 16:01:08 +0200 From: Borislav Petkov To: Sai Krishna Potthuri Cc: Rob Herring , Krzysztof Kozlowski , Michal Simek , Mauro Carvalho Chehab , Tony Luck , James Morse , Robert Richter , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-edac@vger.kernel.org, saikrishna12468@gmail.com, git@amd.com, Shubhrajyoti Datta Subject: Re: [PATCH v4 2/2] edac: zynqmp_ocm: Add EDAC support for ZynqMP OCM Message-ID: References: <20220907111531.703-1-sai.krishna.potthuri@amd.com> <20220907111531.703-3-sai.krishna.potthuri@amd.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220907111531.703-3-sai.krishna.potthuri@amd.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220907_070109_194030_BFC0B09B X-CRM114-Status: GOOD ( 13.87 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Sep 07, 2022 at 04:45:31PM +0530, Sai Krishna Potthuri wrote: > Add EDAC support for Xilinx ZynqMP OCM Controller, this driver > reports CE and UE errors based on the interrupts, and also creates ue/ce > sysfs entries for error injection. > > Signed-off-by: Sai Krishna Potthuri > Signed-off-by: Shubhrajyoti Datta I think you folks need to brush up on Documentation/process/submitting-patches.rst in order to build your SOB chain properly. > diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig > index 58ab63642e72..08adedfd42b5 100644 > --- a/drivers/edac/Kconfig > +++ b/drivers/edac/Kconfig > @@ -539,4 +539,13 @@ config EDAC_DMC520 > Support for error detection and correction on the > SoCs with ARM DMC-520 DRAM controller. > > +config EDAC_ZYNQMP_OCM > + tristate "Xilinx ZynqMP OCM Controller" > + depends on ARCH_ZYNQMP || COMPILE_TEST We already have an EDAC driver which depends on ARCH_ZYNQMP - the Synopsys one. Can this one be made part of it? Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel