From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 7EE8376C84 for ; Mon, 29 Jan 2024 17:50:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706550638; cv=none; b=DAr+CrRC7MDsTz9jQuTRF5R4b3mwIRlQI1y3NLgl9UNIdDXcz7giCWz50jt3uPdhJB9rum1CJiD11M34lwX0Jt+0M5mTw4jXx8XwvglOHBLmXS9bndj6rKz38T+uwkb/U3RYd+7ysfIlYsio/MhYVsMxnCw4yUnt1uQhd9a5yW4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706550638; c=relaxed/simple; bh=GnXen41yc+0AoBoP7FrR02DiZy5B3TyJrBTXPcepDKE=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=l+yJ17BnkVH0TVcoUC8R9irE9AmG/fxTaESIgNDqlqu0HNx5MKmgAIISAOuhNkqfkponqt077H0eEInZ5a9p+6lY480OrYCUU6PjpQDrcfczoWBZhjpGLAW41O2ET4MOVIIKJ4ii+AT1Z22AkuDH1jBGHUQOTxftZ9yCjRe3L38= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AFA8D139F; Mon, 29 Jan 2024 09:51:18 -0800 (PST) Received: from donnerap.manchester.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A9C333F738; Mon, 29 Jan 2024 09:50:33 -0800 (PST) Date: Mon, 29 Jan 2024 17:50:29 +0000 From: Andre Przywara To: Tom Rini Cc: Jagan Teki , Samuel Holland , Maksim Kiselev , Nick Alilovic , Chuanhong Guo , linux-sunxi@lists.linux.dev, u-boot@lists.denx.de Subject: Re: Pull request: u-boot-sunxi/master for v2024.04 Message-ID: <20240129175029.330974f4@donnerap.manchester.arm.com> In-Reply-To: <20240129173418.GA1152441@bill-the-cat> References: <20240129155543.2439451-1-andre.przywara@arm.com> <20240129172449.0b9ebc9f@donnerap.manchester.arm.com> <20240129173418.GA1152441@bill-the-cat> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 29 Jan 2024 12:34:18 -0500 Tom Rini wrote: Hi Tom, > On Mon, Jan 29, 2024 at 05:24:49PM +0000, Andre Przywara wrote: > > On Mon, 29 Jan 2024 15:55:43 +0000 > > Andre Przywara wrote: > > > > Hi Tom, > > > > > please pull the sunxi/master branch, containing the first part of the > > > > I just saw that the CI pipeline failed on missing maintainer entries for > > the two new boards. Is that a showstopper for you? Shall I update the > > branch, or would a follow-up patch be sufficient? > > I've fixed this up myself this time, since I was doing another CI run > with this for other changes but in the future please fix these errors > before sending the PR. Many thanks for that, and sorry about the mishap! I wanted to trigger the CI yesterday night and send the PR this morning, but then discovered two problems in a last minute test. So I was admittedly rushing things a bit today. I built all sunxi boards locally, and that passed, so I didn't wait for the CI to finish ... :-( Sorry again! Cheers, Andre