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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1F5DC6FA86 for ; Wed, 7 Sep 2022 14:01:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229774AbiIGOBO (ORCPT ); Wed, 7 Sep 2022 10:01:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229482AbiIGOBJ (ORCPT ); Wed, 7 Sep 2022 10:01:09 -0400 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C93B1A077; Wed, 7 Sep 2022 07:01:04 -0700 (PDT) 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-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220907111531.703-3-sai.krishna.potthuri@amd.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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