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 EE7B1C433FE for ; Tue, 4 Oct 2022 16:52:55 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DF4FF84D61; Tue, 4 Oct 2022 18:52:53 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1664902374; bh=9lcp6OA8rv+4YIJz3YD6+Vmmp500jR+8yoa63Gd9LPE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=JMI1aWRblqRWIZ2z9ieX3OmK9rmI/bkkgYMkrCRq+6B5f5Z5LtNEZboBzIUPR3kXh Bt2Uz5rJIRc2Wh7bveCxiHcSqrK5ZfAaEw6nVoOiKj3n3D5JVQzUUI9iUyZaenNRpg pIw6UUtF5F4Tq17hhocoNRnfOyW/5q7wBvs76QmTu5IwEyqopnN6GsPZ+xj39xGpUt ObVWJeznPJ1yu4ge05earSAlrgXooSlZnCQ4LpIFldhSLq2rVgaHdqUy268yBw1ZnA Hqu0kUtt1av89ETUPxSiZU7oFXhbFYgVeC+hXn/9m+WROxzRjM3tbS26wyBvEzEFs3 4nlzGOXQEyFqg== Received: from mail.denx.de (unknown [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: festevam@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 4AE6184E08; Tue, 4 Oct 2022 18:52:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1664902372; bh=9lcp6OA8rv+4YIJz3YD6+Vmmp500jR+8yoa63Gd9LPE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qu+5tYfIQvmGc5L9sTmee6Mb5gZosk+nNC2fgoC2R9nhkNd3N0A9+VYpcVT3bkP0y c+H8OqSp+FsR+YpthL2ULbwpc6a1DZmkkBUtqVcFNXy07NH776cYeLsuS3IEaLZ90d SMKU8/SdYclYz2Mp38e+bJLqQEMWioqLoUeyvx2ub0k72xCaGmTYsZiCaUSdjXcc2y fj85Cnt24rzF1NHxZ1tdfsHnr2lqOgnre2TTJBddlVJZyu1B5BNN6CTDJ5hfStcI2T v4SrJYKzZ8XWn/RHC1M6o/l4MvdbOH2wjpOBrahHFOR/dGIEzMdf6XOCYHS7qYWntX kab5lEi3Mp1UA== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 04 Oct 2022 13:52:52 -0300 From: Fabio Estevam To: Tim Harvey Cc: Fabio Estevam , u-boot@lists.denx.de, Joe Hershberger , Ramon Fried , Vladimir Oltean , Stefano Babic , "NXP i . MX U-Boot Team" , =?UTF-8?Q?Marek_Beh?= =?UTF-8?Q?=C3=BAn?= Subject: Re: [PATCH v4 8/8] board: gw_ventana: enable MV88E61XX DSA support In-Reply-To: References: <20220928193732.998665-1-tharvey@gateworks.com> <20220928193732.998665-9-tharvey@gateworks.com> Message-ID: X-Sender: festevam@denx.de User-Agent: Roundcube Webmail/1.3.6 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 Hi Tim, On 04/10/2022 13:50, Tim Harvey wrote: > Fabio, > > I just sent a v5 before seeing this. I think all we are waiting for on > this series is for Vladimir to ok the dt changes as I believe I have > finally done the right thing there now. > > If I need to do a v6 I'll add this in, otherwise I'll send it after it > gets accepted and merged. That's totally fine. Thanks!