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 A6F79C433F5 for ; Tue, 19 Oct 2021 00:50:06 +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 E39E361212 for ; Tue, 19 Oct 2021 00:50:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E39E361212 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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 620D082C2B; Tue, 19 Oct 2021 02:50:03 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="PS3+LERX"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D9C4382C88; Tue, 19 Oct 2021 02:50:00 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 1E82B82006 for ; Tue, 19 Oct 2021 02:49:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id 8D1EC61207; Tue, 19 Oct 2021 00:49:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634604596; bh=DtIgr9Rv+1yHiHetOR5oJ+hdbhDHKlRyc6gt5tPYrFo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=PS3+LERXAMvjtDTi3FgfEB7jg1nQg2pMSePuXaOO/xhPk0jM8l6L/NR0Gyr0Ej8db wdid6OKXUB78mItETH6zPCUQF2acd+ubLU3HhQjJeruLRKa/J0D4longzlkLDalaV2 zryoO3LpQ7WJXFA4u1ehQf9+30pOiVzZv1De9VezhPecAU2d45cDXqUUaaO80OEqhk 6eImKV4b4oIRz1BReK7ViD/mPoxgHofAu9HV61pFYGlcfq5wyUVdYgqIhd9xvHdblc zRV9VE1dT1oWyJfR1VSx0dLxXDXiVDaOO1uUGV/NYlPeu2nMpBj4Rh/5tCLDGn197F vBQXl9BgRLPFw== Date: Tue, 19 Oct 2021 02:49:52 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Simon Glass Cc: Tom Rini , U-Boot Mailing List , Marek =?UTF-8?B?QmVow7pu?= Subject: Re: [PATCH v3 12/13] env: Simplify env_match() and inline into env_get_f() Message-ID: <20211019024952.7fd50449@thinkpad> In-Reply-To: References: <20211017153638.29870-1-kabel@kernel.org> <20211017153638.29870-13-kabel@kernel.org> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 > Reviewed-by: Simon Glass Simon, thanks. Will you be taking this through your tree or should I change delegate to Tom? Marek