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 B2051C46467 for ; Mon, 16 Jan 2023 19:15:47 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D43CC855A1; Mon, 16 Jan 2023 20:15:45 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=dolcini.it Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=mailserver.it header.i=@mailserver.it header.b="WrO2jyBf"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6EDC084B51; Mon, 16 Jan 2023 20:15:44 +0100 (CET) Received: from smtp-out-07.comm2000.it (smtp-out-07.comm2000.it [212.97.32.77]) (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 1AB8C855A1 for ; Mon, 16 Jan 2023 20:15:42 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=dolcini.it Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=francesco@dolcini.it Received: from francesco-nb.int.toradex.com (31-10-206-125.static.upc.ch [31.10.206.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: francesco@dolcini.it) by smtp-out-07.comm2000.it (Postfix) with ESMTPSA id 7D8AC3C35C8; Mon, 16 Jan 2023 20:15:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailserver.it; s=mailsrv; t=1673896541; bh=dVVtvXIYslzugoDFsNOOGem8heErtQFSTjzs83axXNc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=WrO2jyBfR5S2iRDUUNzV05CKVM+3H4CvNQxjLDeKvB7SrgKNLzzQLn/itZcYH9Sl3 KI+IIl2GLD+2jftzkbBJCYr74P27Gl0xJTtEemveY2ste2gEVIL+VycjKcYx7kXHQj lJeEft1EBX4pWD0gdW5Z+NDkULVCLIn9GXntgD41YgcvLNVRy6o4Bc0D6g2we0DfFH 6Zhrcr0tUf1oid5wN3Z5H8CDypgSqFngw9thyNKwwId7gCAWsyu7UGZcCsDqA6xAG6 jpL25VnCip6aW2AQdngW3lI7HAjGZFm8sHlEw51YWufC7QsgUFtQrIMjekau2MIAFD 0N8E9+/NxH0Rg== Date: Mon, 16 Jan 2023 20:15:19 +0100 From: Francesco Dolcini To: Stefano Babic Cc: Tom Rini , Marcel Ziswiler , "u-boot@lists.denx.de" , "festevam@gmail.com" , "xypron.glpk@gmx.de" , "uboot-imx@nxp.com" Subject: Re: [PATCH v1 00/16] apalis-imx8: boot issue fix and support refresh Message-ID: References: <20221212000930.45505-1-marcel@ziswiler.com> <36a34d6b4d0c41c8c99f210775650ee8794d5c70.camel@toradex.com> <20230110163026.GL3787616@bill-the-cat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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.6 at phobos.denx.de X-Virus-Status: Clean Hello Stefano, On Fri, Jan 13, 2023 at 06:36:04PM +0100, Stefano Babic wrote: > On 10.01.23 17:30, Tom Rini wrote: > > On Tue, Jan 10, 2023 at 10:00:25AM +0000, Marcel Ziswiler wrote: > > > Any feedback? > > > > > > @Stefano: Any plans to apply anything? > > > > > > @Tom: Or should we be sending you pull-requests directly? > > > > Stefano, do you want some help with the iMX queue? > > I am not in office until 23.1, and I could not merge / send PR until then. > Please apply directly series if they cannot wait, I will go on when I will > be back. Just a quick head-up for when you are back, please apply version 3 of this series: https://lore.kernel.org/all/20230116190515.125561-1-francesco@dolcini.it/ http://patchwork.ozlabs.org/project/uboot/list/?series=336920 Thanks! Francesco