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 969E9C4332F for ; Fri, 21 Oct 2022 03:24:32 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id F3FA284FC0; Fri, 21 Oct 2022 05:24:29 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=amarulasolutions.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=amarulasolutions.com header.i=@amarulasolutions.com header.b="klcQ1Y2e"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1B0F884FC8; Fri, 21 Oct 2022 05:24:28 +0200 (CEST) Received: from mail-oa1-x35.google.com (mail-oa1-x35.google.com [IPv6:2001:4860:4864:20::35]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7C6DA84FB7 for ; Fri, 21 Oct 2022 05:24:24 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jagan@amarulasolutions.com Received: by mail-oa1-x35.google.com with SMTP id 586e51a60fabf-132fb4fd495so1986460fac.12 for ; Thu, 20 Oct 2022 20:24:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=tK3iy/cgxV33hKIBVNbKxgujukg+FIoUD/wcXt3f6yg=; b=klcQ1Y2eh8hIBjQVZU8LIvlCakXE1CYeT9eDrqh4VyiDRw7av+4yN8Fj9xtL3goA/t ImkoYXgyaMZ66QR59a+k+T7L7QskObuLuYV8fHAhl9LP5AhGxDiiPGqWy0JiwgShlK/J Bi62sKSOSJXHdgNuGhQajxOMrNXea9DID5YoU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=tK3iy/cgxV33hKIBVNbKxgujukg+FIoUD/wcXt3f6yg=; b=IFnmfN9rYzrDGu6RZvErPZOKuCJ+mVWzDY01PpwimJBDI1SJ2IIcbRvd2t/IWIY23n X1e1D3yHl88aoKJnEIbkLSRGVAUnzyb9hyi0H5mjZoEdDfPvoH6A3pMlgAfq8NkXsFyM elPGO6STufI0jNBIlv2IG61excdhkRcBw5Nk1eCB1ZT7cUCp5+dO6nSPdydh92rCP7Pq AqvSjhY6gJBAdGe1rAvKUbSfF/K2IbESC0aN5BAw1GV8+D9FzEhKW+twwaaBfdFCsCKo OfR83vJzNrQfjniitlThBJEr+1uwyOO0ak7TjlYf3ifqH/4JW4dtdBpaw+SOXxjGNd4v Mrjw== X-Gm-Message-State: ACrzQf2N8IQDOYX7OV6Q2blRTRGvdt+/+M7mQfWdseThxczUFSlC+iOv 3G+h6QGLOTOnUhhhHdpdMlKRRhC9EWMtVi27APAWrA== X-Google-Smtp-Source: AMsMyM6saDLTS9ge5NhtANuXeh5mAN4f7gkm++AYJmUr+VsOwsnFzscS+rsg+UH/7r/gglu1q48Z3RGorM//7mHDuow= X-Received: by 2002:a05:6870:8999:b0:133:15f9:82fd with SMTP id f25-20020a056870899900b0013315f982fdmr10481082oaq.276.1666322663155; Thu, 20 Oct 2022 20:24:23 -0700 (PDT) MIME-Version: 1.0 References: <20220905141114.16425-1-jit.loon.lim@intel.com> In-Reply-To: <20220905141114.16425-1-jit.loon.lim@intel.com> From: Jagan Teki Date: Fri, 21 Oct 2022 08:54:11 +0530 Message-ID: Subject: Re: [PATCH] mtd: nand: Allow full NAND framework in SPL To: Jit Loon Lim , Michael Nazzareno Trimarchi , Dario Binacchi Cc: u-boot@lists.denx.de, Vignesh R , Marek , Simon , Tien Fong , Kok Kiang , Siew Chin , Sin Hui , Raaj , Dinesh , Boon Khai , Alif , Teik Heng , Hazim , Sieu Mun Tang Content-Type: text/plain; charset="UTF-8" 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 On Mon, Sep 5, 2022 at 7:41 PM Jit Loon Lim wrote: > > From: Tien Fong Chee > > Add configuration option to compile the entire NAND framework into > U-Boot SPL. This is required by some drivers, like the Denali NAND, > which use a lot of functionality from the NAND core. > > Signed-off-by: Marek Vasut > Signed-off-by: Tien Fong Chee > Signed-off-by: Jit Loon Lim > --- + MTD mainatainers