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 C89D0C433EF for ; Fri, 15 Apr 2022 12:10:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A85E783E5D; Fri, 15 Apr 2022 14:09:15 +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="Lcno3KSw"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 95D2983E16; Fri, 15 Apr 2022 14:08:47 +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 E734E83DFE for ; Fri, 15 Apr 2022 14:08:44 +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-x836.google.com with SMTP id o18so5807018qtk.7 for ; Fri, 15 Apr 2022 05:08:44 -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=LAQZsYQW5spB9UApjIS7/0BJUOjL5kpBkMZUQrru9No=; b=Lcno3KSwyRNVQk1zuumXqpAYIcCWudgbra+S3VHlLhGzvQ1L7jgl9UTk/5GR9YCoEr ZPUPC3goCCjF4swODYh/vijA+ZJKQ11iyzX+UBM09rt8TJiwWE1aIC/cVcD6s4AejSHz 8gVTps/j4dhD6Ucoy5FOZ+wzzSI819PvW0sPg= 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=LAQZsYQW5spB9UApjIS7/0BJUOjL5kpBkMZUQrru9No=; b=KDRXTRXRmWf7R3+FnNfjsuWOjjDFuvpbtzTF5SNp98ftCnRBwYiQKnPeeskNsFRr/v rtyYUW9b3Bn6bLDN7lgGqZMRrJBtDqQAolO0ExFwJScnBip0UCAWARxFQxgTqruYhCg/ hnQU+bXyYtUl4qrmx9ha6gN+g7EChdlj2UwtUI47DGZZx0LgNrHDQhnRfDTjIT5+lr6w GTnH76j1uQXIFXBgAQOHEG9+Ar3yz+cvC0O2SIyeMgFgRpbxb740DrlFTXZgr5XawC32 69an6B2lXftxj3eOzxLGUmh2WGVOFpL7vxHXJ+7ifoFVFQL+YJYxlpo1b0/b3h+5DeIa gbsA== X-Gm-Message-State: AOAM531lkJptmY5AIR0/eWCvlF1Lktw8wUibhgvxX9ON0S0iQoZc8a+m BQ2rCowLYUFhSd7T2+cLv+ET4g== X-Google-Smtp-Source: ABdhPJxCMQwjsSCBdiaFGrZgUUZqm96L2npGGH/Ja461Yqw8OXW2KrxQ1k4iBAaFFfMNLcLeaxOvtw== X-Received: by 2002:ac8:7e82:0:b0:2eb:8ebd:6f3f with SMTP id w2-20020ac87e82000000b002eb8ebd6f3fmr5091397qtj.79.1650024523801; Fri, 15 Apr 2022 05:08:43 -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 140-20020a370892000000b0069c1c277c58sm2396667qki.109.2022.04.15.05.08.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Apr 2022 05:08:43 -0700 (PDT) Date: Fri, 15 Apr 2022 08:08:41 -0400 From: Tom Rini To: Sean Anderson Cc: Simon Glass , Liviu Dudau , u-boot@lists.denx.de, Linus Walleij , Andre Przywara Subject: Re: [PATCH 4/4] serial: smh: Implement puts for DM Message-ID: <20220415120841.GS14282@bill-the-cat> References: <20220404181800.2258698-1-sean.anderson@seco.com> <20220404181800.2258698-5-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PVnCI38U/9w8m7vm" Content-Disposition: inline In-Reply-To: <20220404181800.2258698-5-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 --PVnCI38U/9w8m7vm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 04, 2022 at 02:18:00PM -0400, Sean Anderson wrote: > This adds an implementation of puts for DM. The implementation is not as > clean as for the non-DM puts because we have to handle non-nul-terminated > string. We also handle short writes (though these are probably very > unusual). >=20 > Signed-off-by: Sean Anderson Applied to u-boot/master, thanks! --=20 Tom --PVnCI38U/9w8m7vm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJZYEgACgkQFHw5/5Y0 tyxNWQwAqF5GyucukjGU0tOvCdgxR+UMxi/hHAn/Ggr83Ygr9Lf1K0MovcUsiSlv KF13J4yeNIM1CeIHO2n7CJdpHBMcZ+WMhMqkJBGKNXHSABdmNVHOmOG10VEWQN99 tN5mwQ7XsAlw4dfE48A3Hfiez8XXPasTbyfguCTs5PfHzf78UZz3UX6G8lynp5/Z UedNDBw9Ls4Q/I/m8ESlYq1WpOFulhloJZAdRVqBb12QyzWmrZ7NAi4nXixqtDVC Q4bUDlFxszaTR024W2qHSr5CjeQCvTeoqEbZWKW1xx6QUxaMBYcQKhUdNIyUMUy4 frdQlA7KyGrJg+9eiHB71W8xgHuDqa6iHxWxcTVN/1IADaNBku5ciB6k55lYLgCb nwdTbmtwkqEGRrwm8fXjzWzM3jEi9HYUES8P4xF4EOQv1q1s59iDvgnRrEIpCA2u vb87AEPqzcW4tezPsMTPnZ/5J5p2kSl7M9B8vjkc+tnlvODPxIfyToT4jmdi9Woi XUX1Mmdi =w6OR -----END PGP SIGNATURE----- --PVnCI38U/9w8m7vm--