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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4A197C61DA4 for ; Thu, 23 Feb 2023 19:54:57 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3CD1585237; Thu, 23 Feb 2023 20:54:54 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="yiyRkrHq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9166A85237; Thu, 23 Feb 2023 20:54:51 +0100 (CET) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1F32185367 for ; Thu, 23 Feb 2023 20:54:47 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=bb@ti.com Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 31NJsg0w113160; Thu, 23 Feb 2023 13:54:42 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1677182082; bh=Tr934u0nGC8VoSkgtpYZe0AJisqqvLACoCgY6JqDPe0=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=yiyRkrHqNxvbs3YIO2P2Ysul9/Ww6tQ3e58h8N9/WXN9RRj8a+lhWB57e47ayWsqb uRCuZeiPI1DRkN/HXxaNPb2MteI+JuzCBu4Ui+OTxkKZKI7vBZ45EKzB2LyMUINEZ9 VLNDBCg9n2hJ7zn+xwzYR5wo6PXZZJV9mcaIt72Y= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 31NJsgTm022454 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 23 Feb 2023 13:54:42 -0600 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Thu, 23 Feb 2023 13:54:41 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Thu, 23 Feb 2023 13:54:41 -0600 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 31NJsftG089278; Thu, 23 Feb 2023 13:54:41 -0600 Date: Thu, 23 Feb 2023 13:54:41 -0600 From: Bryan Brattlof To: Ralph Siemsen CC: , Andrew Davis , Gowtham Tammana , Jagan Teki , Kever Yang , Suman Anna Subject: Re: [RFC PATCH v3 5/9] ram: cadence: add driver for Cadence EDAC Message-ID: <20230223195340.y5uxxbmnsenskvms@bryanbrattlof.com> X-PGP-Fingerprint: D3D1 77E4 0A38 DF4D 1853 FEEF 41B9 0D5D 71D5 6CE0 References: <20230222154414.49219-1-ralph.siemsen@linaro.org> <20230222154414.49219-6-ralph.siemsen@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: <20230222154414.49219-6-ralph.siemsen@linaro.org> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hi Ralph! On February 22, 2023 thus sayeth Ralph Siemsen: > Driver for Cadence EDAC DDR controller, as found in the Renesas RZ/N1. > > Signed-off-by: Ralph Siemsen > --- > > Changes in v3: > - assorted small cleanups > - support version 1.0 silicon (previously #if 0...) > > drivers/ram/Kconfig | 1 + > drivers/ram/Makefile | 2 + > drivers/ram/cadence/Kconfig | 12 + > drivers/ram/cadence/Makefile | 1 + > drivers/ram/cadence/ddr_async.c | 311 ++++++++++++++++++++++++ > drivers/ram/cadence/ddr_ctrl.c | 414 ++++++++++++++++++++++++++++++++ > drivers/ram/cadence/ddr_ctrl.h | 175 ++++++++++++++ > 7 files changed, 916 insertions(+) > create mode 100644 drivers/ram/cadence/Kconfig > create mode 100644 drivers/ram/cadence/Makefile > create mode 100644 drivers/ram/cadence/ddr_async.c > create mode 100644 drivers/ram/cadence/ddr_ctrl.c > create mode 100644 drivers/ram/cadence/ddr_ctrl.h > Love seeing more boards here, though I know of a few chips that use some type of cadence controller. I'm just curious if it would it make sense to name this with some type of Renesas specific branding? ~Bryan