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 55142C433EF for ; Wed, 27 Apr 2022 15:49:01 +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=6HsTe8VcbffbhWWsWcxos1b3xi8KLIh7VoLXFJekIOI=; b=KrPAUWveJTQpdJ pkA7Hsl0AQMtXggdhjQOgnpoQBva26vTQ/qXkI5Dt3dUKs0Ty67YKhW+BM18EP/ZUew7AYzf5k8MD o0rbfROJ72i4EypeTNOM5G0TcpCgwIFbcyZBPShJGn5TQWGLNsGuDh7PW5AMSuIdU8CRtkqVP4hID TeTKIpEErazmHtpLEF7NpqkbcmPqzwKCrMm6ZpDwR1k1dOrtyTBHJCz3YxlSIzIWel8SVb7bBGj4A J5h2Xc59/2Fuu9MNK9l5j/k6fUxc/AF79cEmyCDuNEM5r6OB6Q8GWSkEdtJgGZwA+Gy0zsiFX65Eq hjUMoxOkA1O84KrVB6fg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njjt2-0024bm-3o; Wed, 27 Apr 2022 15:47:28 +0000 Received: from mail.skyhub.de ([5.9.137.197]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1njjsx-0024Zh-KX for linux-arm-kernel@lists.infradead.org; Wed, 27 Apr 2022 15:47:26 +0000 Received: from zn.tnic (p5de8eeb4.dip0.t-ipconnect.de [93.232.238.180]) (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 CB1711EC0543; Wed, 27 Apr 2022 17:47:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1651074432; 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=Lt3GxniXnRoWoJUqZqeKopFvru36t9301XWclg1MR5c=; b=O/qADz0GSG6wpef5NqUkwAxdk1nB4ihRKoGzDflmlM/Jz/3dptTGnwS8hTyTeT7kgdU5X5 GK2Uas+XToy33Dx5xeXZuksQcSg8Xme3t5vyfcQYJEvOINv+RTxnfWz+A90f8LN3nJ+KW1 D4dxxujGR91F/9GMCgSqWVJxU7zMgm8= Date: Wed, 27 Apr 2022 17:47:08 +0200 From: Borislav Petkov To: Sherry Sun Cc: michal.simek@xilinx.com, Shubhrajyoti.datta@xilinx.com, dinguyen@kernel.org, linux-edac@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-imx@nxp.com Subject: Re: [PATCH V4 0/2] EDAC: synopsys: fix some bugs in v3.x Synopsys EDAC DDR driver Message-ID: References: <20220427015137.8406-1-sherry.sun@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220427015137.8406-1-sherry.sun@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220427_084723_857476_389312BB X-CRM114-Status: GOOD ( 10.53 ) 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, Apr 27, 2022 at 09:51:35AM +0800, Sherry Sun wrote: > The two patches fix some issues for v3.x Synopsys EDAC DDR in synopsys_edac.c. > For the details, please check the patch commit log. This has been verified on > i.MX8MP platform. > > Sherry Sun (2): > EDAC/synopsys: Disable the error interrupt on Synopsys EDAC v3.x > hardware > EDAC/synopsys: Re-enable the interrupts in intr_handler for v3.x > Synopsys EDAC DDR > > drivers/edac/synopsys_edac.c | 44 ++++++++++++++++++++---------------- > 1 file changed, 25 insertions(+), 19 deletions(-) Applied, thanks. -- 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