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 93D33C433EF for ; Fri, 1 Oct 2021 09:34:21 +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 1D5F561A56 for ; Fri, 1 Oct 2021 09:34:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1D5F561A56 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 2C5B782982; Fri, 1 Oct 2021 11:34:19 +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="QC0zVs8X"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6B6658281E; Fri, 1 Oct 2021 11:34:17 +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 BEB9282982 for ; Fri, 1 Oct 2021 11:34:12 +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 AF6DA61A56; Fri, 1 Oct 2021 09:34:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633080851; bh=U7otwehTQ+v7yE02o7y5kGEpnmg9AMml8wNrYSahMM0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=QC0zVs8XzKdL1HS4OaKu7snr8FPnpqStIXUXJ98karCvucO/RSBY/J+43PwgYcuiU fHZyiNQXg2mSFK/m6qHBajpNtCmxU236z0HiXGSaReT8LLesmAsMZisi0kueDK6x5i jARk8864DIwYlP2Z0ohEvBgFBVDvXCi3bsqIn9CbgptsCntqM/k2BTFmip04y79qIs EB6EwKDyqzWDc0dDPRFHId8dsC83fsZMvWdfgn0osbQsZpN1wqRwKPbkaZNqM0epmW ul3lzkjKxmSjIFfz8mPJrYkHRp539oFUQIEi1GBA40mrvJQXyckzD+i+wSDjI0WkWf QxiGdto6prHeg== Date: Fri, 1 Oct 2021 11:34:07 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Stefan Roese Cc: Pali =?UTF-8?B?Um9ow6Fy?= , u-boot@lists.denx.de, Chris Packham , Baruch Siach , Dennis Gilmore , Mario Six , Jon Nettleton , Marek =?UTF-8?B?QmVow7pu?= Subject: Re: [PATCH u-boot-marvell v3 00/39] kwboot higher baudrate Message-ID: <20211001113407.4b2edb84@thinkpad> In-Reply-To: <1846839b-2189-5ca4-dc1d-2b07ba35aaf9@denx.de> References: <20210924210716.29752-1-kabel@kernel.org> <20210930181419.ylymgidnzzifpz2x@pali> <4dc716e5-3d86-1b81-d761-08713a824f6d@denx.de> <20211001111655.6252bcca@thinkpad> <1846839b-2189-5ca4-dc1d-2b07ba35aaf9@denx.de> 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=UTF-8 Content-Transfer-Encoding: quoted-printable 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 On Fri, 1 Oct 2021 11:23:10 +0200 Stefan Roese wrote: > Hi Marek, >=20 > On 01.10.21 11:16, Marek Beh=C3=BAn wrote: > > On Fri, 1 Oct 2021 09:46:58 +0200 > > Stefan Roese wrote: > > =20 > >> Hi Pali, > >> > >> On 30.09.21 20:14, Pali Roh=C3=A1r wrote: =20 > >>> Hello! > >>> > >>> Could you test or review this patch series? > >>> > >>> It is a big improvement for kwboot as it allows to transfer u-boot ov= er > >>> uart into mvebu platforms much faster. =20 > >> > >> I'm testing this series right now on my theadorable target, which > >> is Armada XP based. Here I get this error: =20 > >=20 > > Stefan, I have sent 39 patches, but for some of them (I think 3) I > > received "undelivered mail" from your address, due to too many messages > > or something. So I resent those 3 patches to you. But now that I am > > looking at your "Reviewed-by" replies, I did not get "Reviewed-by" for > > patches 19, 20 and 33. Could you check whether you got those 3 and > > applied them? =20 >=20 > Hmmm, I think I reviewed all and am pretty sure that I applied all > (to marvell/next). At least its 39 patches. >=20 > Please check yourself, if I missed something: >=20 > https://source.denx.de/u-boot/custodians/u-boot-marvell/-/commits/next Yes, seems that you applied all patches. The issue must be somewhere else, lets wait for Pali's opinion.