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 86015C4332F for ; Fri, 16 Dec 2022 07:56:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 847A68532E; Fri, 16 Dec 2022 08:56:56 +0100 (CET) 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="c/6zbPZE"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C7FF185499; Fri, 16 Dec 2022 08:56:55 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (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 C3468852D0 for ; Fri, 16 Dec 2022 08:56:53 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 64164B81C34; Fri, 16 Dec 2022 07:56:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F423EC433EF; Fri, 16 Dec 2022 07:56:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671177412; bh=DG8VMUee8MqXmJyCwSAr00jX+P9ou2x1WDyeZ5py3E4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=c/6zbPZE8OC4LAUFZLnUwMzwbINek/EAwtDjWvRDfkgn7DXDFnmpcmiwl9ML64hF9 kFbgeyA0Z4xxv2B6o+qlIPZJRGwo8ExH8jn3S0pJYoucvduUBlswM3NjKYGwIo6wi7 W679IK9mYIWW6YFPJMpqSXkVy6wDWh/379K0pTmh0DnqWuTRVUp2jXhGpQ6UEfcrFK yFR7CbjgLlBLdfnsKQkpL67phxwuh/iu9VfMt2tXtkfW8F9/8edzAIVssR2nxe2RJi kSeXpB7HPhLBoPQBQgE+j89JFeEilZHRWv5Ue1yI7qZx4ME4n6m3dNqLuwUqzbQHiy BwtuAv2+SqMPg== Received: by pali.im (Postfix) id F3C85711; Fri, 16 Dec 2022 08:56:48 +0100 (CET) Date: Fri, 16 Dec 2022 08:56:48 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Tony Dinh Cc: Michael Walle , sjg@chromium.org, sr@denx.de, u-boot@lists.denx.de Subject: Re: Converting to DM SERIAL for Kirkwood boards Message-ID: <20221216075648.okampph2agvtqmaa@pali> References: <20221212090325.94737-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 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 On Thursday 15 December 2022 18:42:20 Tony Dinh wrote: > Pogo V4 (tested with u-boot-2022.10, since Pogo V4 itself was broken > in u-boot-2023.01-rc3 for unknown reason). Could you try to git bisect which commit broke it?