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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3EF8C433F5 for ; Wed, 6 Oct 2021 17:50:04 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 74A476113A for ; Wed, 6 Oct 2021 17:50:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 74A476113A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5FBE4834BA; Wed, 6 Oct 2021 19:48:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.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=konsulko.com header.i=@konsulko.com header.b="CJQXR/6l"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C4CEA83485; Wed, 6 Oct 2021 19:48:19 +0200 (CEST) Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) (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 59EEA83484 for ; Wed, 6 Oct 2021 19:48:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x836.google.com with SMTP id r1so3442372qta.12 for ; Wed, 06 Oct 2021 10:48:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=3felpw9QayjCRJn9W5APGxfamftiCvUQjJR0POqrjws=; b=CJQXR/6lq+/SHGe6cfbleCvbDQ/vTOfjaT7We+UXcR3b3/q9yHnrF8cRYNcm15DZsO Uw7rqCnQvxxNy6lJR6DfpgGaUuylPj6ddk6yCfixbb5zeIwZs1nr24VZJCtkTMk4k52p brD0nq5VmPs9zgjInDzwhXr67PwdRtD4xEdH4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=3felpw9QayjCRJn9W5APGxfamftiCvUQjJR0POqrjws=; b=6cjvI4dqZ3swFtI+VkdN6rZFwOoDUKQPHc19oLfX3xcsp1cVJXIq9gmqVV0I1lQecx if3Cg7lOs6UwA8UlaBn9TOfCXvVYccdJ49w/S6VS2seRXRyIM9ZwQQTVqgTafWFGzkFB gxSRzHvXoljtO8PlOqABfGaAm9Wp8lhDUE19ntAGcGdQbte1rsqJikZDGOI2k6cZ5ZMF +JTxjrBsh94mp931gUdOfuR4VsAXA8DtpywyGIbBGeZj8F0QPa3E5R8vOa76FlX9BHmy ZWw0RcR79wzc7C5tLPSehelQCTrYSgreQSRCuUT1L3mFKYC5CylcoNMCTnJs0Yv+a5F0 bJnw== X-Gm-Message-State: AOAM530S2yJ5KIIewhrhk4x4TN82oki6PT8nmI39R/N4PrVsT6bEpxGF mr1wS3qCQKEfo/UyCHprGrMgQJ7F04IcTA== X-Google-Smtp-Source: ABdhPJyELIlrcT5zDWlbVK9rCFXs3yZWiwyLRkN9EFT5syVeQSoV879xm9rrsAtDhDocYH5ZZku7dw== X-Received: by 2002:a05:622a:14cb:: with SMTP id u11mr79240qtx.218.1633542487984; Wed, 06 Oct 2021 10:48:07 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-acff-2c31-c6db-812f.res6.spectrum.com. [2603:6081:7b01:cbda:acff:2c31:c6db:812f]) by smtp.gmail.com with ESMTPSA id z19sm13018268qts.96.2021.10.06.10.48.07 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Oct 2021 10:48:07 -0700 (PDT) Date: Wed, 6 Oct 2021 13:48:05 -0400 From: Tom Rini To: u-boot@lists.denx.de Subject: Re: [PATCH 14/14] Convert CONFIG_NAND_OMAP_ECCSCHEME to Kconfig Message-ID: <20211006174805.GO31748@bill-the-cat> References: <20210922185039.30707-1-trini@konsulko.com> <20210922185039.30707-14-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GJEI+Z1cDXyxOaRJ" Content-Disposition: inline In-Reply-To: <20210922185039.30707-14-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean --GJEI+Z1cDXyxOaRJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 22, 2021 at 02:50:39PM -0400, Tom Rini wrote: > The values of CONFIG_NAND_OMAP_ECCSCHEME map to the enum in > include/linux/mtd/omap_gpmc.h for valid ECC schemes. Make which one we > will use be a choice statement, enumerating the ones which we have > implemented. >=20 > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --GJEI+Z1cDXyxOaRJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFd4VUACgkQFHw5/5Y0 tyws/wwArYUGoAZbWMfsXdbFTxTk8N43k4GVDYc95SNZ2Dq0p+4EUd/v3W+O9lnf ZzuyYCfdFZJjG+8dVMu9+kgaev5FD6RwF78yCZdfNFuifD8Sdwbtf97eCjSp8BSB bSmXVBwB+zfW7iqrZHEQie1Owls9pklP9R5SBro1+0FGAF1E+ckpuFLKaTgexxHr fFNQ0Dfg2FY7PS+XuilTPEIlVhSLErPhZ9ZU71mt+qt4G4fNQYq2hAOJJRpH5xOk JRbMf+lJyWCurCQT3ezHo8LuW3+JmXAcxXhh3LxlR18f3dXykG3/+7TvyQQoTSks V4rZl5myScDFy5icmJAW2AKtr+HyuRIrtlymVKVCAWbGrYOB3imw2P/MxEyLtB5k 7i+TLtsBLTys/8TGkG5g9emaCzlLnUzozOm2NRDff1+2Y5CBvu6cleOhwuWe7IoB Ub426eZMaAXsQPdpoS2GEWXVZ2bX8IRVXOfs2jfQEweCJlSi2wrz2qEqsfuwo5zO DZoomKft =ZTbD -----END PGP SIGNATURE----- --GJEI+Z1cDXyxOaRJ--