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 311A7C433EF for ; Sun, 3 Apr 2022 00:19:42 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9C1AE83BC9; Sun, 3 Apr 2022 02:16:18 +0200 (CEST) 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="Y1HSM3iD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9CC1083A6B; Sun, 3 Apr 2022 02:15:43 +0200 (CEST) Received: from mail-qt1-x82a.google.com (mail-qt1-x82a.google.com [IPv6:2607:f8b0:4864:20::82a]) (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 02AB783B11 for ; Sun, 3 Apr 2022 02:15:39 +0200 (CEST) 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-x82a.google.com with SMTP id b18so5035691qtk.13 for ; Sat, 02 Apr 2022 17:15:38 -0700 (PDT) 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=vcpJM1rWjWn2vcMmZcQC51dENAGBL9parY/tikoUym8=; b=Y1HSM3iDNz4jOyelidTgFCS9KRRwF9LDMk89wCQK3LBzhKqLm4/ZxBzXzFdAeLmKzv O66yGLh3v2ZPWxW1Av2QuBqpnDyJ+a9lwpzTPZ9CYaOjDNJnpUFBWrF5NnBj8I69TuRX tg0x+I8yd1aAxvfcsWu3GebE8uJo1mc54mJqo= 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=vcpJM1rWjWn2vcMmZcQC51dENAGBL9parY/tikoUym8=; b=SmFEEg8Q+EG6IZYlkAEmGlHip7RQ0aq/RGo19kZGNIo0kwnsjGjdlFoojmnBAt61Eo hjea/PNb48XCYRdNQcq0Fjqh5h3OW6BOrJx5l02fC8JRV9mY74+RplZWl566XKahmJI1 kNTYdrtsMZHLwoFBpwI6b/7fTOz7UeB08X3b7twYGKwrJa3xpK33QNODUY8pKntrRFQZ ECZ4EwsTCthmc6wgvLkwvGr82ZeRJTNElfoO4FTntUdt6LL9EiMpbC9AprmRx5UMCKN/ nqF2lJ3nA0U8PTPE4PL2rRBQ61ljV5goyWt32mFGqnDogI9rhqhE/16QufI8X9VKtzxX HrrQ== X-Gm-Message-State: AOAM533I+CGBJK0YoxlcqMxdRtnCwipWmoa4Mw+Q2S2J7xrQGrktKsNE 1J41s0UyVT9vi32grcg88EIjlQEHwGI7VA== X-Google-Smtp-Source: ABdhPJzqAX8Tcz8jU2WuXUWe4S+LGJdUudZN5Cuw4Fs2S+WGUrab5z7bqLWJnwIxKmWMykaABw9iqg== X-Received: by 2002:ac8:59c7:0:b0:2e1:a0d1:fc7b with SMTP id f7-20020ac859c7000000b002e1a0d1fc7bmr13131762qtf.320.1648944937893; Sat, 02 Apr 2022 17:15:37 -0700 (PDT) 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 r8-20020a05622a034800b002e1d615484bsm5336700qtw.37.2022.04.02.17.15.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Apr 2022 17:15:37 -0700 (PDT) Date: Sat, 2 Apr 2022 20:15:35 -0400 From: Tom Rini To: Sean Anderson Cc: Linus Walleij , Liviu Dudau , Andre Przywara , Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH v3 10/29] arm: smh: Add some file manipulation commands Message-ID: <20220403001535.GV14476@bill-the-cat> References: <20220322205938.1721846-1-sean.anderson@seco.com> <20220322205938.1721846-11-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wIyzDoo3eJIRczhw" Content-Disposition: inline In-Reply-To: <20220322205938.1721846-11-sean.anderson@seco.com> 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 --wIyzDoo3eJIRczhw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 22, 2022 at 04:59:18PM -0400, Sean Anderson wrote: > In order to add filesystem support, we will need to be able to seek and > write files. Add the appropriate helper functions. >=20 > Signed-off-by: Sean Anderson Applied to u-boot/next, thanks! --=20 Tom --wIyzDoo3eJIRczhw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJI5ycACgkQFHw5/5Y0 tyzJawv/b69cx2wTByrjbV5++0vB3w8h7zT6BD0vGue0h/sdUmg1BMWEncghUOfI l0+3JyWj9wudIavRZjc+tHFkpFQEuhF79+qv5iDQ3MQfhC7Hbx2ESdoMGvYz18lA Fl/QVHNfgvLJaG3mDGgLIF7ue4PlcQdUe7v5/p0+4xGK3T7cv8uA8whsoXr5EiJo b5auQQSj87EA1AV1QAMS82s4bszaxix7RElHKAaCJmEcqhx0+m8mdg9O05wye9b5 W7TO71FRXjNTwO2+4ruPtQVTN89/nTkCfln84S3bN0r7eSgaPn9k28BnoAiKEoK+ E83Nw4aXFb46eLGFzOYyXfvQ4QOAf572AJFDBI1YOHTGIO1v2hMaa77Vt5Yi42oA ncRmkXAFPw84Yg6kHpWU7sj5ae6K7BrVEgDL+K/D9grlVa117o9bxXctBOkApGuy i8vIKIK/SFkRaxq/GzdACS+n7eMP4gykuOV9MmoXmfcMg4Yxbq1bAfgQzpTDPVx4 /r6dr0xH =BPGQ -----END PGP SIGNATURE----- --wIyzDoo3eJIRczhw--