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 6E3C9C433F5 for ; Wed, 12 Jan 2022 22:05:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1F33A83224; Wed, 12 Jan 2022 23:05:34 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 18B1283180; Wed, 12 Jan 2022 23:05:32 +0100 (CET) Received: from ams.blueri.se (ams.blueri.se [IPv6:2a03:6000:6f70:601::204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A4D45832E9 for ; Wed, 12 Jan 2022 23:05:29 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=blueri.se Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=patrick@blueri.se Received: from ryzen.fritz.box (p5b0ac7de.dip0.t-ipconnect.de [91.10.199.222]) by ams.blueri.se (OpenSMTPD) with ESMTPSA id eedf091b (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 12 Jan 2022 23:05:28 +0100 (CET) Date: Wed, 12 Jan 2022 23:05:27 +0100 From: Patrick Wildt To: Tom Rini Cc: Stefano Babic , Fabio Estevam , u-boot@lists.denx.de, "Lukas F. Hartmann" , Heiko Thiery , Vagrant Cascadian Subject: Re: [PATCH v4 0/2] Add MNT Reform 2 board support Message-ID: References: <20220112220328.GF9207@bill-the-cat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220112220328.GF9207@bill-the-cat> 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.2 at phobos.denx.de X-Virus-Status: Clean On Wed, Jan 12, 2022 at 05:03:28PM -0500, Tom Rini wrote: > On Wed, Jan 12, 2022 at 10:29:50PM +0100, Patrick Wildt wrote: > > > Hi, > > > > is there anything I can do to help get attention on this patchset? > > Not a whole lot, sorry. The big hold up right now is that Stefano is > out currently and that means a number of imx patches are still > outstanding. > > > I'm now regularly rebasing the patchset and adjusting it to all the > > changes that happen in-tree to the other boards to keep the patchset > > compiling and working. > > > > Right now I'd have to send a v5 to remove a single define that's now > > obsolete and hence breaks compilation, but I'm not sure it's worth > > sending it out if there's gonna be a v6 and v7 for another rebase > > soon anyway. > > Aside from what I just sent out in reply to Fabio's comment, it probably > makes sense to hold off on reposting until Stefano is back. Thanks to both of you for the feedback! Cheers, Patrick