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 1E06EC4332F for ; Mon, 21 Nov 2022 22:57:04 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 37C3585119; Mon, 21 Nov 2022 23:57:02 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (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="fp0tUAiF"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 55468852AD; Mon, 21 Nov 2022 23:57:00 +0100 (CET) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (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 1527783015 for ; Mon, 21 Nov 2022 23:56:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x831.google.com with SMTP id s4so8279550qtx.6 for ; Mon, 21 Nov 2022 14:56:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=3MSr5cqaimOQn9GUO1geov7IKWLMuBSA/Q92dJXXpmI=; b=fp0tUAiFbyVL1wx1ZK8IgJvqDgAxZND6LNZfXNrLyAw1PGDz0T6ySof2uhVJSm3I55 nGBYdwQHp96gvRhmGiVnJV8LZoUa5bymOB7ufv0Vwece21zhTYrSxZFwjd18GufULPkL SA++QBqjXN42dEU20HuWXCCrB5euEodjiPhkE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=3MSr5cqaimOQn9GUO1geov7IKWLMuBSA/Q92dJXXpmI=; b=ZqtbVkbj3MzU+oRv1MAcahP+S4/vIbeG8C7I/rqZ1GjDw6cQ6ue6VzWxLncxhfm666 gYK2BLEN1cDwdCscSxpB1fiQlYGc3CGI8OQMr0di+4jx9kLiZ+VDoxBhTxy9sX49q0kK woe0bTH6BVfwCWZIqrFpt9zCIZBxumcJCqCs9w3PGeT/irVQ0Nb6FaoAxhil1acm1F/J egFKdode9Wd4pD4jw+SpfQsQ1M3/zWhuoU+s9tkUx7LgH+b2SHcc+0tofK034Ag19CW1 hhravyC8ACN606nckNTEZ2YM+wqbLAw2LXvSzf3qpBAqL52yjjfn/ENEJLZ5UbSQn8/d 2xwA== X-Gm-Message-State: ANoB5pm+jyc12NWIOzZW1PRKeaUCuKi16tCBtKdtTf4DAQj0nbxTWcqQ Z0GAeGE7kHpHkOaLu3DxjB8uo4VeoJqi3w== X-Google-Smtp-Source: AA0mqf4iD4Rog43Stb56+8IqynYokk3lwmcw/7slnA13wgDlOK/m0qccYvnapEzH+2TepDxY5mDtvQ== X-Received: by 2002:ac8:4243:0:b0:3a4:ec88:4985 with SMTP id r3-20020ac84243000000b003a4ec884985mr19569476qtm.521.1669071416846; Mon, 21 Nov 2022 14:56:56 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-91a3-6c7b-3405-8039.res6.spectrum.com. [2603:6081:7b00:6400:91a3:6c7b:3405:8039]) by smtp.gmail.com with ESMTPSA id k7-20020ac80747000000b003a4d5fed8c3sm7248573qth.85.2022.11.21.14.56.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 21 Nov 2022 14:56:56 -0800 (PST) Date: Mon, 21 Nov 2022 17:56:54 -0500 From: Tom Rini To: Simon Glass Cc: u-boot@lists.denx.de Subject: Re: [000/241] Finish migration to Kconfig or CFG namespace Message-ID: <20221121225654.GZ7282@bill-the-cat> References: <20221119234545.404563-38-trini@konsulko.com> <20221120133352.3055600-1-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="te9Bkl2b4W0C+FfQ" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett 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 --te9Bkl2b4W0C+FfQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 21, 2022 at 03:51:06PM -0700, Simon Glass wrote: > Hi Tom, >=20 > On Sun, 20 Nov 2022 at 06:34, Tom Rini wrote: > > > > Hey all, > > > > The intention of this series isn't to apply it just yet. This was a very > > quick scripted migration and so there's cases where we do more than one > > symbol, or we can see there's define but unused symbols. But it also > > shows that with the last few series I've posted, we're nearly done. With > > this series applied, everything builds still, and the resulting binaries > > seem to be the same (I'm doing a build where I keep before/after so I > > can check checksums now). >=20 > It's great to see this? When will it be applied? Perhaps when -next opens= up? Everything leading up to this will go in to -next. I have a handful of notes already on symbols that should get migrated to Kconfig or removed outright after skimming this series, and making that be real is the next step. Then re-running the scripted everything-else series and applying. --=20 Tom --te9Bkl2b4W0C+FfQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmN8AjMACgkQFHw5/5Y0 tyynXQv9Ey8keqoMpTvn/GBujieQc4oHB6YdMZhOuiw+1N+Fu1NmSkDw18Ue2pVH gO4Ec0Cgj7xvB/B+B8pgt7wvSR5qf+Va5c/rtjXqwoGyv7a4PhEWig0ogh6DEu4b PfoxEvoNMkReiIS42UFdxsYOj+exFo62tKTEzEegUO3XnHBn9a0y9TAIhvG0a/Vm ZZ1WicY5kpxU31n6yI43LKrMJ6obzDBeLj7HLPQ1zCwwyOuPQGUl7OgIzeLhSTiC yW3UANIS4V8004HblPdp0T9qamrRvGmfzKl+nf953cP/ZeosgVeerwx2/7PsKXLz uDRskvoC33AjZlsiDyVU0H/qXF2sAwBHGAWhkL9fO5i3e2bAfAdVoKGuMp5AzIfI ZFLL/bZLfUaYoUVIZyCfNfigpVqpsZraY3vWTWfNxJ9+KCPdb9Y+2x25/MjA1C0Q HGtMnheGTGckryTWKj9QHK9z4PFQe0qEyoYmzNmbSVmQ5leyynBPmnN2JEzZEFTX vTCYrZB2 =t0CJ -----END PGP SIGNATURE----- --te9Bkl2b4W0C+FfQ--