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 C652EC433F5 for ; Thu, 10 Mar 2022 13:27:26 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 43CE783ADE; Thu, 10 Mar 2022 14:27:21 +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="NHwAeMz7"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A3071837F6; Thu, 10 Mar 2022 14:26:39 +0100 (CET) Received: from mail-qk1-x732.google.com (mail-qk1-x732.google.com [IPv6:2607:f8b0:4864:20::732]) (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 7156983AD3 for ; Thu, 10 Mar 2022 14:26:24 +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-qk1-x732.google.com with SMTP id g8so771401qke.2 for ; Thu, 10 Mar 2022 05:26:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=tYwNqsSaljVBQZYsftC6QBUv8QB1ARyHlAaTda7IoqM=; b=NHwAeMz79Q63Xz4zmZ3KpDOpvCU6CJcRnqradx9Fy3wvoPKraSWnCm/IBP5gJ5W1f0 q61e14dr1Ch90mb7jUShe2SAAbCZ/TI+zg5Gm4/8KMTUIYK3LYFXD7ONUHuYkltQwEDy Go55ESDgvNW4qgzNUwlVguHK/BcyJjrJQjh48= 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:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=tYwNqsSaljVBQZYsftC6QBUv8QB1ARyHlAaTda7IoqM=; b=DkPHTQvAfmNCE0Vas6I76FxkVV5THV3sRbMe072mpWthETnGwDF7k9yGZXBNo9EtWs BBxYRytSpr3lk1NSBHputZnb6Eq1ikxqg+UfZ7OgN7aYDw3SOTK7bwLflys8AofNhxxe 9jiGFRjoYg4qeARksx1Hsa6CyDQIsiLCaeIm0qTJqThVk1vLCXDM3gpQYLW/niuoeM9H KHzWmcQf5fjvykAjDn+QbwHwk8VmdXB5fvWvrdeDMufyqMxqFBuelxJ2wYo+1qtLTJ4C SZLo9nq4Z3OXcHhLyBQafdRPvaOn4JiNmvtCqWwlqln2asyBhX2L/inva1mcSrc94zbC cy9A== X-Gm-Message-State: AOAM530dzUS2giP9QePP4mc9HpBeOXaBwubJw1phx00atUZpFjrpVD63 gVgagY7KZ+9vd9aayInQQcynwA== X-Google-Smtp-Source: ABdhPJyw2lEuOtoGonwk2Vgy8ez/dr9qFYkXcE39IG+zy2EdunTjoECzNBieIaVmDZpuMVLivJh++A== X-Received: by 2002:a05:620a:f13:b0:47a:e669:8806 with SMTP id v19-20020a05620a0f1300b0047ae6698806mr2912774qkl.323.1646918783262; Thu, 10 Mar 2022 05:26:23 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id w2-20020a379402000000b0067b27a0598fsm2238931qkd.82.2022.03.10.05.26.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Mar 2022 05:26:22 -0800 (PST) Date: Thu, 10 Mar 2022 08:26:20 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Marek Vasut , Masahiro Yamada , AKASHI Takahiro , Marek =?iso-8859-1?Q?Beh=FAn?= , Heinrich Schuchardt Subject: Re: [PATCH v2 09/13] event: Convert misc_init_f() to use events Message-ID: <20220310132620.GG5020@bill-the-cat> References: <20220304154308.2547711-1-sjg@chromium.org> <20220304154308.2547711-10-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4tWrft2Hllg7Rgpy" Content-Disposition: inline In-Reply-To: <20220304154308.2547711-10-sjg@chromium.org> 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.5 at phobos.denx.de X-Virus-Status: Clean --4tWrft2Hllg7Rgpy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 04, 2022 at 08:43:04AM -0700, Simon Glass wrote: > This hook can be implmented using events, for the three boards that > actually use it. >=20 > Add the event type and event handlers. Drop CONFIG_MISC_INIT_F since we > can just use CONFIG_EVENT to control this. Since sandbox always enables > CONFIG_EVENT, we can drop the defconfig lines there too. >=20 > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! --=20 Tom --4tWrft2Hllg7Rgpy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIp/HwACgkQFHw5/5Y0 tyzWZAwAhGjqJXgRgEoqOoBIRFAk4JJHag6UolcWARGjdrvBJ3zIbgl/GnmYMKXW 0TZQHlZSdERKf4Oif+e98iguYXJoCiw9X3rAD7hjlJZOEUjl45ITrEsfQsx3OCTm 4PEOy5cQXpxUQ71UQicjRpagn41CCC/08eXTAs+bDEJLYU4guEDacW1B2mi8v2CD uYgcV52XMheo/MRpozGABvdtOwYjTcZmSZDrVqjUPtsqPQg63VUnR6A3D+lGROFH 9XpFtt3FcSuRlGLaBUlHXxdw/CMFD7GJ4YYTvAZJZf6F5OE6yanTXRToB1/37R90 qzQQ5W5P2Y4FUw/GiAtqT0IltJgBH01C1vZYVs1vk1cTjeXeeKveML8gTv00ft15 WaNYDKwZ/GkHUoW+bpHE0KWOsYpyE2vl9HMvQofCWMdxGrEVA7SC4WHY3krJ1SvU 6V07cDRitPBl/7GIHptdFOncv7iK6c9t4I2ip3r0iUf58FiEdejSGF7dwvcgI7Cy CJYvATjM =e5WM -----END PGP SIGNATURE----- --4tWrft2Hllg7Rgpy--